diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-24 17:20:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-05-24 17:20:22 +0000 |
commit | 9e4b89019e474c0d437b68b16137e88af0c89cc7 (patch) | |
tree | 40ca7252e9c8862b87dfae87eea58c83e4caf37c /security/py-rekall_lib | |
parent | d5f208d9ae56fb56f42d59b2d2dcc88da045942f (diff) | |
download | ports-9e4b89019e474c0d437b68b16137e88af0c89cc7.tar.gz ports-9e4b89019e474c0d437b68b16137e88af0c89cc7.zip |
Notes
Diffstat (limited to 'security/py-rekall_lib')
-rw-r--r-- | security/py-rekall_lib/Makefile | 25 | ||||
-rw-r--r-- | security/py-rekall_lib/distinfo | 3 | ||||
-rw-r--r-- | security/py-rekall_lib/files/patch-setup.py | 14 | ||||
-rw-r--r-- | security/py-rekall_lib/pkg-descr | 3 |
4 files changed, 45 insertions, 0 deletions
diff --git a/security/py-rekall_lib/Makefile b/security/py-rekall_lib/Makefile new file mode 100644 index 000000000000..f0462f3c5d2a --- /dev/null +++ b/security/py-rekall_lib/Makefile @@ -0,0 +1,25 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= rekall_lib +DISTVERSION= 1.7.2rc1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Rekall Support Libraries + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.10.0:devel/py-arrow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=1.5.7:devel/py-sortedcontainers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} + +NO_ARCH= yes +USES= python zip +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/security/py-rekall_lib/distinfo b/security/py-rekall_lib/distinfo new file mode 100644 index 000000000000..ae5af243cc23 --- /dev/null +++ b/security/py-rekall_lib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517734081 +SHA256 (rekall_lib-1.7.2rc1.zip) = 9a32a24ce8867db4fe6612e8dfe4496588d589b008610cab65039e6c2ebc38a2 +SIZE (rekall_lib-1.7.2rc1.zip) = 41077 diff --git a/security/py-rekall_lib/files/patch-setup.py b/security/py-rekall_lib/files/patch-setup.py new file mode 100644 index 000000000000..8bc3222b6d8d --- /dev/null +++ b/security/py-rekall_lib/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig 2017-11-05 21:38:24 UTC ++++ setup.py +@@ -41,9 +41,9 @@ def find_data_files(source): + return result + + install_requires = [ +- "arrow==0.10.0", ++ "arrow>=0.10.0", + "future", +- "sortedcontainers==1.5.7", ++ "sortedcontainers>=1.5.7", + ] + + data_files = (find_data_files("test_data") + diff --git a/security/py-rekall_lib/pkg-descr b/security/py-rekall_lib/pkg-descr new file mode 100644 index 000000000000..bdcd580ee08c --- /dev/null +++ b/security/py-rekall_lib/pkg-descr @@ -0,0 +1,3 @@ +Support libraries for the Rekall framework. + +WWW: http://www.rekall-forensic.com/ |