security/libfcrypto: new port

Library for encryption formats
This commit is contained in:
Antoine Brodin 2025-02-18 09:37:40 +00:00
parent 956ad7f948
commit c5423e4487
5 changed files with 48 additions and 0 deletions

View file

@ -286,6 +286,7 @@
SUBDIR += libcryptui
SUBDIR += libdecaf
SUBDIR += libecc
SUBDIR += libfcrypto
SUBDIR += libfido2
SUBDIR += libfprint
SUBDIR += libgcrypt

View file

@ -0,0 +1,29 @@
PORTNAME= libfcrypto
DISTVERSION= alpha-20240414
CATEGORIES= security
MASTER_SITES= https://github.com/libyal/libfcrypto/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library for encryption formats
WWW= https://github.com/libyal/libfcrypto
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --enable-python
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= libtool pathfix pkgconfig python
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1739786656
SHA256 (libfcrypto-alpha-20240414.tar.gz) = 43ea521ca1fd0dab11d23731f070fa5b2856b38f896550fd592ae341c6831f0d
SIZE (libfcrypto-alpha-20240414.tar.gz) = 629026

View file

@ -0,0 +1 @@
libfcrypto is a library for encryption formats.

View file

@ -0,0 +1,14 @@
include/libfcrypto.h
include/libfcrypto/definitions.h
include/libfcrypto/error.h
include/libfcrypto/extern.h
include/libfcrypto/features.h
include/libfcrypto/types.h
lib/libfcrypto.a
lib/libfcrypto.so
lib/libfcrypto.so.1
lib/libfcrypto.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfcrypto.a
%%PYTHON_SITELIBDIR%%/pyfcrypto.so
libdata/pkgconfig/libfcrypto.pc
share/man/man3/libfcrypto.3.gz