mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 20160801
- Update MASTER_SITES, making fetchable again - Take maintainership - Clarify LICENSE - Add some missing dependencies - Build python extension - Update WWW PR: 212567 Approved by: maintainer
This commit is contained in:
parent
cc9b2efba4
commit
ceab260574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422161
@ -2,20 +2,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfvde
|
||||
PORTVERSION= 20130305
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 20160801
|
||||
DISTVERSIONPREFIX= experimental-
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
|
||||
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
|
||||
MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
USES= fuse gettext libtool pathfix pkgconfig python ssl
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LIBS+= -L${OPENSSLLIB}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libfvde-experimental-20130305.tar.gz) = 01a85c864c4d7e6da3d0f9ed7e342201e482c597a9efefdfa32556d54c8eff0c
|
||||
SIZE (libfvde-experimental-20130305.tar.gz) = 1345886
|
||||
TIMESTAMP = 1470500654
|
||||
SHA256 (libfvde-experimental-20160801.tar.gz) = cc30ed778df6e182632128d59ffde874f0d0f09e59fff205db5cac742860c432
|
||||
SIZE (libfvde-experimental-20160801.tar.gz) = 1642939
|
||||
|
@ -11,4 +11,4 @@ Supported protection methods:
|
||||
password
|
||||
recovery password
|
||||
|
||||
WWW: https://code.google.com/p/libfvde/
|
||||
WWW: https://github.com/libyal/libfvde
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/fvdeinfo
|
||||
bin/fvdemount
|
||||
bin/fvdewipekey
|
||||
include/libfvde.h
|
||||
include/libfvde/codepage.h
|
||||
include/libfvde/definitions.h
|
||||
@ -11,6 +12,8 @@ lib/libfvde.a
|
||||
lib/libfvde.so
|
||||
lib/libfvde.so.1
|
||||
lib/libfvde.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pyfvde.a
|
||||
%%PYTHON_SITELIBDIR%%/pyfvde.so
|
||||
libdata/pkgconfig/libfvde.pc
|
||||
man/man1/fvdeinfo.1.gz
|
||||
man/man1/fvdemount.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user