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/
This commit is contained in:
Antoine Brodin 2015-04-02 17:18:46 +00:00
parent 49447c5813
commit 5698b35cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383029
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (PyAFF4-0.13.tar.gz) = 57801521bd65ac9d6f1979ce2f6b9c686d1af7256ad458ad795df260c6e45d20
SIZE (PyAFF4-0.13.tar.gz) = 15881

View File

@ -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/