pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hivex sysutils/hivex: import hivex-1.3.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce544f38fb93
branches:  trunk
changeset: 313595:ce544f38fb93
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 03 20:09:00 2018 +0000

description:
sysutils/hivex: import hivex-1.3.15

Hivex is a library and command-line utilities for extracting the contents
of Windows Registry "hive" files.

diffstat:

 sysutils/hivex/DESCR         |   2 ++
 sysutils/hivex/Makefile      |  33 +++++++++++++++++++++++++++++++++
 sysutils/hivex/PLIST         |  11 +++++++++++
 sysutils/hivex/buildlink3.mk |  14 ++++++++++++++
 sysutils/hivex/distinfo      |   6 ++++++
 5 files changed, 66 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 4eb0c95ce814 -r ce544f38fb93 sysutils/hivex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hivex/DESCR      Wed Oct 03 20:09:00 2018 +0000
@@ -0,0 +1,2 @@
+Hivex is a library and command-line utilities for extracting the contents
+of Windows Registry "hive" files.
diff -r 4eb0c95ce814 -r ce544f38fb93 sysutils/hivex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hivex/Makefile   Wed Oct 03 20:09:00 2018 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2018/10/03 20:09:00 tnn Exp $
+
+DISTNAME=      hivex-1.3.15
+CATEGORIES=    sysutils
+MASTER_SITES=  http://download.libguestfs.org/hivex/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://libguestfs.org/
+COMMENT=       Library for reading Windows Registry "hive" files
+LICENSE=       gnu-lgpl-v2.1
+
+EXTRACT_USING=         bsdtar
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            gmake perl pkg-config
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+
+PKGCONFIG_OVERRIDE+=   hivex.pc.in
+
+CONFIGURE_ARGS+=       --disable-nls
+CONFIGURE_ARGS+=       --disable-ocaml
+CONFIGURE_ARGS+=       --disable-perl
+CONFIGURE_ARGS+=       --disable-python
+CONFIGURE_ARGS+=       --disable-ruby
+CONFIGURE_ARGS+=       --without-readline
+
+REPLACE_SH+=           sh/hivexget
+
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4eb0c95ce814 -r ce544f38fb93 sysutils/hivex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hivex/PLIST      Wed Oct 03 20:09:00 2018 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/03 20:09:00 tnn Exp $
+bin/hivexget
+bin/hivexml
+bin/hivexsh
+include/hivex.h
+lib/libhivex.la
+lib/pkgconfig/hivex.pc
+man/man1/hivexget.1
+man/man1/hivexml.1
+man/man1/hivexsh.1
+man/man3/hivex.3
diff -r 4eb0c95ce814 -r ce544f38fb93 sysutils/hivex/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hivex/buildlink3.mk      Wed Oct 03 20:09:00 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/10/03 20:09:00 tnn Exp $
+
+BUILDLINK_TREE+=       hivex
+
+.if !defined(HIVEX_BUILDLINK3_MK)
+HIVEX_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hivex+=  hivex>=1.3.15
+BUILDLINK_PKGSRCDIR.hivex?=    ../../sysutils/hivex
+
+.include "../../converters/libiconv/buildlink3.mk"
+.endif # HIVEX_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hivex
diff -r 4eb0c95ce814 -r ce544f38fb93 sysutils/hivex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/hivex/distinfo   Wed Oct 03 20:09:00 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/03 20:09:00 tnn Exp $
+
+SHA1 (hivex-1.3.15.tar.gz) = 0b93f6947223bfa16012cb23d29437b8074fd29f
+RMD160 (hivex-1.3.15.tar.gz) = 31a243d63822006026ec239ecc6ac33ac1b68981
+SHA512 (hivex-1.3.15.tar.gz) = 7ce4fd6842c7545a41dc4c4268db5f0629d618a17f29a68dda6990a0dd4530cdf0e0c654f00104274c57e792aa4bcf712bcac1c76e2fd2dbce9aeae1e5751517
+Size (hivex-1.3.15.tar.gz) = 1542436 bytes



Home | Main Index | Thread Index | Old Index