svn commit: r422520 - in head/security: . py-dfwinreg

Antoine Brodin antoine at FreeBSD.org
Tue Sep 20 16:53:02 UTC 2016


Author: antoine
Date: Tue Sep 20 16:53:00 2016
New Revision: 422520
URL: https://svnweb.freebsd.org/changeset/ports/422520

Log:
  New port: security/py-dfwinreg
  
  dfWinReg, or Digital Forensics Windows Registry, is a Python module that
  provides read-only access to Windows Registry objects.
  
  WWW: https://github.com/log2timeline/dfwinreg

Added:
  head/security/py-dfwinreg/
  head/security/py-dfwinreg/Makefile   (contents, props changed)
  head/security/py-dfwinreg/distinfo   (contents, props changed)
  head/security/py-dfwinreg/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Sep 20 16:47:29 2016	(r422519)
+++ head/security/Makefile	Tue Sep 20 16:53:00 2016	(r422520)
@@ -842,6 +842,7 @@
     SUBDIR += py-cybox
     SUBDIR += py-dfdatetime
     SUBDIR += py-dfvfs
+    SUBDIR += py-dfwinreg
     SUBDIR += py-ecdsa
     SUBDIR += py-ed25519ll
     SUBDIR += py-fail2ban

Added: head/security/py-dfwinreg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-dfwinreg/Makefile	Tue Sep 20 16:53:00 2016	(r422520)
@@ -0,0 +1,28 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dfwinreg
+PORTVERSION=	20160428
+CATEGORIES=	security devel python
+MASTER_SITES=	https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ \
+		CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Digital Forensics Windows Registry
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	libregf>=a:devel/libregf \
+		${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \
+		${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+do-test:
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
+
+.include <bsd.port.mk>

Added: head/security/py-dfwinreg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-dfwinreg/distinfo	Tue Sep 20 16:53:00 2016	(r422520)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474382638
+SHA256 (dfwinreg-20160428.tar.gz) = fb748e3e9fe20dba581bf6b12730635e990c7f3e43d26745be26002723ffcd58
+SIZE (dfwinreg-20160428.tar.gz) = 1214649

Added: head/security/py-dfwinreg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-dfwinreg/pkg-descr	Tue Sep 20 16:53:00 2016	(r422520)
@@ -0,0 +1,4 @@
+dfWinReg, or Digital Forensics Windows Registry, is a Python module that
+provides read-only access to Windows Registry objects.
+
+WWW: https://github.com/log2timeline/dfwinreg


More information about the svn-ports-head mailing list