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

New port: security/py-rekall_lib

Support libraries for the Rekall framework.

WWW: http://www.rekall-forensic.com/
This commit is contained in:
Antoine Brodin 2018-05-24 17:20:22 +00:00
parent d5f208d9ae
commit 9e4b89019e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470794
5 changed files with 46 additions and 0 deletions

View File

@ -1006,6 +1006,7 @@
SUBDIR += py-pywinrm
SUBDIR += py-rekall
SUBDIR += py-rekall-core
SUBDIR += py-rekall_lib
SUBDIR += py-requests-credssp
SUBDIR += py-requests-kerberos
SUBDIR += py-rsa

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1517734081
SHA256 (rekall_lib-1.7.2rc1.zip) = 9a32a24ce8867db4fe6612e8dfe4496588d589b008610cab65039e6c2ebc38a2
SIZE (rekall_lib-1.7.2rc1.zip) = 41077

View File

@ -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") +

View File

@ -0,0 +1,3 @@
Support libraries for the Rekall framework.
WWW: http://www.rekall-forensic.com/