diff options
author | pettai <pettai@pkgsrc.org> | 2015-06-10 20:15:24 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-06-10 20:15:24 +0000 |
commit | 0f4bb0625eaf11a1ddadbc23ee612da9b417f0e1 (patch) | |
tree | 547e4efdafefc2db84e258da1d65f58b1a944bc4 /devel | |
parent | 1d68478828c26f8f1e6a9608b48d6788336d9775 (diff) | |
download | pkgsrc-0f4bb0625eaf11a1ddadbc23ee612da9b417f0e1.tar.gz |
Libewf is a library to access the Expert Witness Compression Format (EWF),
it support both the EnCase (EWF-E01) and SMART (EWF-S01) format.
Libewf allows you to read and write EWF files.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libewf/DESCR | 3 | ||||
-rw-r--r-- | devel/libewf/Makefile | 27 | ||||
-rw-r--r-- | devel/libewf/PLIST | 26 | ||||
-rw-r--r-- | devel/libewf/distinfo | 5 |
4 files changed, 61 insertions, 0 deletions
diff --git a/devel/libewf/DESCR b/devel/libewf/DESCR new file mode 100644 index 00000000000..5f272f7c04e --- /dev/null +++ b/devel/libewf/DESCR @@ -0,0 +1,3 @@ +Libewf is a library to access the Expert Witness Compression Format (EWF), +it support both the EnCase (EWF-E01) and SMART (EWF-S01) format. +Libewf allows you to read and write EWF files. diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile new file mode 100644 index 00000000000..b74ade1c108 --- /dev/null +++ b/devel/libewf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2015/06/10 20:15:24 pettai Exp $ + +DISTNAME= libewf-experimental-20150126 +PKGNAME= libewf-20150126 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=libyal/libewf/releases/download/20150126/} + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= https://github.com/libyal/libewf/wiki +COMMENT= Library to access the Expert Witness Compression Format (EWF) +LICENSE= gnu-lgpl-v3 + +WRKSRC= ${WRKDIR}/libewf-20150126 +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= libewf.pc.in + +.include "../../security/openssl/buildlink3.mk" +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../filesystems/fuse/buildlink3.mk" +.include "../../devel/libuuid/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libewf/PLIST b/devel/libewf/PLIST new file mode 100644 index 00000000000..e7ca2851170 --- /dev/null +++ b/devel/libewf/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2015/06/10 20:15:24 pettai Exp $ +bin/ewfacquire +bin/ewfacquirestream +bin/ewfdebug +bin/ewfexport +bin/ewfinfo +bin/ewfmount +bin/ewfrecover +bin/ewfverify +include/libewf.h +include/libewf/codepage.h +include/libewf/definitions.h +include/libewf/error.h +include/libewf/extern.h +include/libewf/features.h +include/libewf/types.h +lib/libewf.la +lib/pkgconfig/libewf.pc +man/man1/ewfacquire.1 +man/man1/ewfacquirestream.1 +man/man1/ewfexport.1 +man/man1/ewfinfo.1 +man/man1/ewfmount.1 +man/man1/ewfrecover.1 +man/man1/ewfverify.1 +man/man3/libewf.3 diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo new file mode 100644 index 00000000000..f3fad230fa9 --- /dev/null +++ b/devel/libewf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/06/10 20:15:24 pettai Exp $ + +SHA1 (libewf-experimental-20150126.tar.gz) = 971f3fa3a270d7d53626c3d2617cc63a85f0023f +RMD160 (libewf-experimental-20150126.tar.gz) = 1439855fda08c4bfc460a58b1f3e95e8f187570a +Size (libewf-experimental-20150126.tar.gz) = 2130325 bytes |