summaryrefslogtreecommitdiff
path: root/devel/libewf
diff options
context:
space:
mode:
authorpettai <pettai>2015-06-10 20:15:24 +0000
committerpettai <pettai>2015-06-10 20:15:24 +0000
commitff593e040f564d164f2abda967e2088efe713d5f (patch)
tree547e4efdafefc2db84e258da1d65f58b1a944bc4 /devel/libewf
parentc3597c9bdf56f5cbf7e5075c45456312340125c2 (diff)
downloadpkgsrc-ff593e040f564d164f2abda967e2088efe713d5f.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/libewf')
-rw-r--r--devel/libewf/DESCR3
-rw-r--r--devel/libewf/Makefile27
-rw-r--r--devel/libewf/PLIST26
-rw-r--r--devel/libewf/distinfo5
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