diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2017-10-15 00:00:01 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2017-10-15 00:00:01 +0800 |
commit | 0e5c7907d8a570eca3657a8a225360b25a120fac (patch) | |
tree | 8e9d484b418fc68947124802fb9a3292033ce722 /devel/libewf | |
parent | 4545937fc94dc52b2f4e27fbabb56154fbb0f2d5 (diff) | |
download | freebsd-ports-gnome-0e5c7907d8a570eca3657a8a225360b25a120fac.tar.gz freebsd-ports-gnome-0e5c7907d8a570eca3657a8a225360b25a120fac.tar.zst freebsd-ports-gnome-0e5c7907d8a570eca3657a8a225360b25a120fac.zip |
- Update libewf to 20140801 (experimental version is not used as it breaks API and is not compatible with bulk_extractor and sleuthkit)
- Hand over maintainership to antoine
- Unbundle libsmdev and libsmraw
- Remove unneeded .la files and iconv dependency
- Make NLS optional
- Update WWW
PR: 222940
Submitted by: antoine
Diffstat (limited to 'devel/libewf')
-rw-r--r-- | devel/libewf/Makefile | 23 | ||||
-rw-r--r-- | devel/libewf/distinfo | 5 | ||||
-rw-r--r-- | devel/libewf/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libewf/pkg-plist | 2 |
4 files changed, 19 insertions, 13 deletions
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index da477f31bd4d..3ef8e7074e20 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -2,25 +2,32 @@ # $FreeBSD$ PORTNAME= libewf -PORTVERSION= 20140608 -PORTREVISION= 1 +PORTVERSION= 20140801 CATEGORIES= devel -MASTER_SITES= https://github.com/libyal/legacy/raw/master/libewf/ \ +MASTER_SITES= https://github.com/libyal/libewf-legacy/releases/download/${PORTVERSION}/ \ LOCAL/antoine -MAINTAINER= nobutaka@FreeBSD.org +MAINTAINER= antoine@FreeBSD.org COMMENT= Library for support of the Expert Witness Compression Format (EWF) -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libsmdev.so:devel/libsmdev \ + libsmraw.so:devel/libsmraw \ + libuuid.so:misc/e2fsprogs-libuuid -USES= fuse gettext iconv libtool:keepla pathfix pkgconfig python:2 ssl +USES= fuse libtool pathfix pkgconfig python:2.7 ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} --with-libsmdev=no +CONFIGURE_ARGS= --enable-python --with-libsmdev=${LOCALBASE} --with-libsmraw=${LOCALBASE} --with-libuuid=${LOCALBASE} INSTALL_TARGET= install-strip +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + .include <bsd.port.mk> diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo index 0d32b5f9c922..ce3162e3de13 100644 --- a/devel/libewf/distinfo +++ b/devel/libewf/distinfo @@ -1,2 +1,3 @@ -SHA256 (libewf-20140608.tar.gz) = d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71 -SIZE (libewf-20140608.tar.gz) = 2129518 +TIMESTAMP = 1507357512 +SHA256 (libewf-20140801.tar.gz) = 11077cf0faaac9ee2ce3f73157bc43c3672fee70647de3ad6895392772a67703 +SIZE (libewf-20140801.tar.gz) = 2228583 diff --git a/devel/libewf/pkg-descr b/devel/libewf/pkg-descr index d5f0e1e61c4c..91d3b32e8d86 100644 --- a/devel/libewf/pkg-descr +++ b/devel/libewf/pkg-descr @@ -3,4 +3,4 @@ Libewf is a library for support of the Expert Witness Compression Format Libewf allows you to read and write EWF files. Recent versions also support the LEV (EWF-L01) format. -WWW: http://code.google.com/p/libewf/ +WWW: https://github.com/libyal/libewf-legacy diff --git a/devel/libewf/pkg-plist b/devel/libewf/pkg-plist index 86ca91818559..7d6711a8a914 100644 --- a/devel/libewf/pkg-plist +++ b/devel/libewf/pkg-plist @@ -14,12 +14,10 @@ include/libewf/extern.h include/libewf/features.h include/libewf/types.h lib/libewf.a -lib/libewf.la lib/libewf.so lib/libewf.so.2 lib/libewf.so.2.0.0 %%PYTHON_SITELIBDIR%%/pyewf.a -%%PYTHON_SITELIBDIR%%/pyewf.la %%PYTHON_SITELIBDIR%%/pyewf.so libdata/pkgconfig/libewf.pc man/man1/ewfacquire.1.gz |