1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

New port: securiry/py-dfvfs

dfVFS, or Digital Forensics Virtual File System, provides read-only access to
file-system objects from various storage media types and file formats.  The goal
of dfVFS is to provide a generic interface for accessing file-system objects,
for which it uses several back-ends that provide the actual implementation of
the various storage media types, volume systems and file systems.
WWW: https://code.google.com/p/dfvfs/
This commit is contained in:
Antoine Brodin 2014-05-30 15:10:34 +00:00
parent 4e81aec51c
commit a9671affb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355856
4 changed files with 48 additions and 0 deletions

View File

@ -751,6 +751,7 @@
SUBDIR += py-cryptkit
SUBDIR += py-cryptography
SUBDIR += py-cybox
SUBDIR += py-dfvfs
SUBDIR += py-ecdsa
SUBDIR += py-ed25519ll
SUBDIR += py-fail2ban

View File

@ -0,0 +1,38 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= dfvfs
PORTVERSION= 20140529
CATEGORIES= security devel python
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSZTI3MWV6di1fRDg/ \
LOCAL/antoine
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Digital Forensics Virtual File System
LICENSE= APACHE20
RUN_DEPENDS= libewf>=0:${PORTSDIR}/devel/libewf \
libqcow>=a:${PORTSDIR}/devel/libqcow \
libsmdev>=a:${PORTSDIR}/devel/libsmdev \
libvhdi>=e:${PORTSDIR}/devel/libvhdi \
libvmdk>=e:${PORTSDIR}/devel/libvmdk \
libvshadow>=0:${PORTSDIR}/devel/libvshadow \
${PYTHON_PKGNAMEPREFIX}construct>=0:${PORTSDIR}/devel/py-construct \
${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= ACKNOWLEDGEMENTS AUTHORS
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (dfvfs-20140529.tar.gz) = 0176e2c4c6296a32af929f0759a8b1636d6fac5e6aa639dc28fca2b4a861f60c
SIZE (dfvfs-20140529.tar.gz) = 420782

View File

@ -0,0 +1,7 @@
dfVFS, or Digital Forensics Virtual File System, provides read-only access to
file-system objects from various storage media types and file formats. The goal
of dfVFS is to provide a generic interface for accessing file-system objects,
for which it uses several back-ends that provide the actual implementation of
the various storage media types, volume systems and file systems.
WWW: https://code.google.com/p/dfvfs/