mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/libfcrypto: new port
Library for encryption formats
This commit is contained in:
parent
956ad7f948
commit
c5423e4487
5 changed files with 48 additions and 0 deletions
|
@ -286,6 +286,7 @@
|
|||
SUBDIR += libcryptui
|
||||
SUBDIR += libdecaf
|
||||
SUBDIR += libecc
|
||||
SUBDIR += libfcrypto
|
||||
SUBDIR += libfido2
|
||||
SUBDIR += libfprint
|
||||
SUBDIR += libgcrypt
|
||||
|
|
29
security/libfcrypto/Makefile
Normal file
29
security/libfcrypto/Makefile
Normal 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>
|
3
security/libfcrypto/distinfo
Normal file
3
security/libfcrypto/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1739786656
|
||||
SHA256 (libfcrypto-alpha-20240414.tar.gz) = 43ea521ca1fd0dab11d23731f070fa5b2856b38f896550fd592ae341c6831f0d
|
||||
SIZE (libfcrypto-alpha-20240414.tar.gz) = 629026
|
1
security/libfcrypto/pkg-descr
Normal file
1
security/libfcrypto/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
libfcrypto is a library for encryption formats.
|
14
security/libfcrypto/pkg-plist
Normal file
14
security/libfcrypto/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue