aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyaff4
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-04-02 17:18:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-04-02 17:18:46 +0000
commit5698b35cbc287619a756af0fb2f9bebb0aa5e8d1 (patch)
treee5e283748b07f67ded23a40d0212076b8fa5ebf1 /security/py-pyaff4
parent49447c5813924ebd6c696e4a341e38fe9248379f (diff)
downloadports-5698b35cbc287619a756af0fb2f9bebb0aa5e8d1.tar.gz
ports-5698b35cbc287619a756af0fb2f9bebb0aa5e8d1.zip
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/
Notes
Notes: svn path=/head/; revision=383029
Diffstat (limited to 'security/py-pyaff4')
-rw-r--r--security/py-pyaff4/Makefile22
-rw-r--r--security/py-pyaff4/distinfo2
-rw-r--r--security/py-pyaff4/pkg-descr9
3 files changed, 33 insertions, 0 deletions
diff --git a/security/py-pyaff4/Makefile b/security/py-pyaff4/Makefile
new file mode 100644
index 000000000000..bec41f89c443
--- /dev/null
+++ b/security/py-pyaff4/Makefile
@@ -0,0 +1,22 @@
+# Created by: antoine@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= PyAFF4
+PORTVERSION= 0.13
+CATEGORIES= security devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine@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>
diff --git a/security/py-pyaff4/distinfo b/security/py-pyaff4/distinfo
new file mode 100644
index 000000000000..fca10333df48
--- /dev/null
+++ b/security/py-pyaff4/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PyAFF4-0.13.tar.gz) = 57801521bd65ac9d6f1979ce2f6b9c686d1af7256ad458ad795df260c6e45d20
+SIZE (PyAFF4-0.13.tar.gz) = 15881
diff --git a/security/py-pyaff4/pkg-descr b/security/py-pyaff4/pkg-descr
new file mode 100644
index 000000000000..9893ea793ca0
--- /dev/null
+++ b/security/py-pyaff4/pkg-descr
@@ -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/