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:
parent
49447c5813
commit
5698b35cbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383029
@ -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
|
||||
|
22
security/py-pyaff4/Makefile
Normal file
22
security/py-pyaff4/Makefile
Normal 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>
|
2
security/py-pyaff4/distinfo
Normal file
2
security/py-pyaff4/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PyAFF4-0.13.tar.gz) = 57801521bd65ac9d6f1979ce2f6b9c686d1af7256ad458ad795df260c6e45d20
|
||||
SIZE (PyAFF4-0.13.tar.gz) = 15881
|
9
security/py-pyaff4/pkg-descr
Normal file
9
security/py-pyaff4/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user