Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 17:20:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470794 - in head/security: . py-rekall_lib py-rekall_lib/files
Message-ID:  <201805241720.w4OHKNYv091294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu May 24 17:20:22 2018
New Revision: 470794
URL: https://svnweb.freebsd.org/changeset/ports/470794

Log:
  New port: security/py-rekall_lib
  
  Support libraries for the Rekall framework.
  
  WWW: http://www.rekall-forensic.com/

Added:
  head/security/py-rekall_lib/
  head/security/py-rekall_lib/Makefile   (contents, props changed)
  head/security/py-rekall_lib/distinfo   (contents, props changed)
  head/security/py-rekall_lib/files/
  head/security/py-rekall_lib/files/patch-setup.py   (contents, props changed)
  head/security/py-rekall_lib/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu May 24 17:18:59 2018	(r470793)
+++ head/security/Makefile	Thu May 24 17:20:22 2018	(r470794)
@@ -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

Added: head/security/py-rekall_lib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-rekall_lib/Makefile	Thu May 24 17:20:22 2018	(r470794)
@@ -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>

Added: head/security/py-rekall_lib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-rekall_lib/distinfo	Thu May 24 17:20:22 2018	(r470794)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517734081
+SHA256 (rekall_lib-1.7.2rc1.zip) = 9a32a24ce8867db4fe6612e8dfe4496588d589b008610cab65039e6c2ebc38a2
+SIZE (rekall_lib-1.7.2rc1.zip) = 41077

Added: head/security/py-rekall_lib/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-rekall_lib/files/patch-setup.py	Thu May 24 17:20:22 2018	(r470794)
@@ -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") +

Added: head/security/py-rekall_lib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-rekall_lib/pkg-descr	Thu May 24 17:20:22 2018	(r470794)
@@ -0,0 +1,3 @@
+Support libraries for the Rekall framework.
+
+WWW: http://www.rekall-forensic.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805241720.w4OHKNYv091294>