pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libewf Libewf is a library to access the Expert ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e99f4eef7755
branches:  trunk
changeset: 652965:e99f4eef7755
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Jun 10 20:15:24 2015 +0000

description:
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:

 devel/libewf/DESCR    |   3 +++
 devel/libewf/Makefile |  27 +++++++++++++++++++++++++++
 devel/libewf/PLIST    |  26 ++++++++++++++++++++++++++
 devel/libewf/distinfo |   5 +++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 92ac15472780 -r e99f4eef7755 devel/libewf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libewf/DESCR        Wed Jun 10 20:15:24 2015 +0000
@@ -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 -r 92ac15472780 -r e99f4eef7755 devel/libewf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libewf/Makefile     Wed Jun 10 20:15:24 2015 +0000
@@ -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@localhost
+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 -r 92ac15472780 -r e99f4eef7755 devel/libewf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libewf/PLIST        Wed Jun 10 20:15:24 2015 +0000
@@ -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 -r 92ac15472780 -r e99f4eef7755 devel/libewf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libewf/distinfo     Wed Jun 10 20:15:24 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index