svn commit: r383029 - in head/security: . py-pyaff4
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 2 17:18:48 UTC 2015
Author: antoine
Date: Thu Apr 2 17:18:46 2015
New Revision: 383029
URL: https://svnweb.freebsd.org/changeset/ports/383029
Log:
New port: security/py-pyaff4
The Advanced Forensics File format 4 was originally designed and published in
"Extending the advanced forensic format to accommodate multiple data sources,
logical evidence, arbitrary information and forensic workflow" M.I. Cohen,
Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68.
The format is an open source format used for the storage of digital evidence and
data.
WWW: http://www.aff4.org/
Added:
head/security/py-pyaff4/
head/security/py-pyaff4/Makefile (contents, props changed)
head/security/py-pyaff4/distinfo (contents, props changed)
head/security/py-pyaff4/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu Apr 2 17:17:59 2015 (r383028)
+++ head/security/Makefile Thu Apr 2 17:18:46 2015 (r383029)
@@ -815,6 +815,7 @@
SUBDIR += py-plone.session
SUBDIR += py-potr
SUBDIR += py-pow
+ SUBDIR += py-pyaff4
SUBDIR += py-pyclamd
SUBDIR += py-pycrypto
SUBDIR += py-pycryptopp
Added: head/security/py-pyaff4/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-pyaff4/Makefile Thu Apr 2 17:18:46 2015 (r383029)
@@ -0,0 +1,22 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= PyAFF4
+PORTVERSION= 0.13
+CATEGORIES= security devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Python Advanced Forensic Format Version 4 library
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:${PORTSDIR}/devel/py-intervaltree \
+ ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:${PORTSDIR}/archivers/py-python-snappy \
+ ${PYTHON_PKGNAMEPREFIX}rdflib>=4.1:${PORTSDIR}/textproc/py-rdflib
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/security/py-pyaff4/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-pyaff4/distinfo Thu Apr 2 17:18:46 2015 (r383029)
@@ -0,0 +1,2 @@
+SHA256 (PyAFF4-0.13.tar.gz) = 57801521bd65ac9d6f1979ce2f6b9c686d1af7256ad458ad795df260c6e45d20
+SIZE (PyAFF4-0.13.tar.gz) = 15881
Added: head/security/py-pyaff4/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-pyaff4/pkg-descr Thu Apr 2 17:18:46 2015 (r383029)
@@ -0,0 +1,9 @@
+AFF4 -The Advanced Forensics File Format
+The Advanced Forensics File format 4 was originally designed and published in
+"Extending the advanced forensic format to accommodate multiple data sources,
+logical evidence, arbitrary information and forensic workflow" M.I. Cohen,
+Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68.
+The format is an open source format used for the storage of digital evidence and
+data.
+
+WWW: http://www.aff4.org/
More information about the svn-ports-all
mailing list