Port details |
- py-rekall_gui GUI component of the Rekall framework
- 1.5.0.p4 security
=0 1.5.0.p4Version of this port present on the latest quarterly branch.
- DEPRECATED: PoC that is no longer supported
This port expired on: 2017-11-29 IGNORE: does not work with rekall-core 1.6.0
- Maintainer: antoine@FreeBSD.org
- Port Added: 2015-09-10 21:21:59
- Last Update: 2017-11-30 21:10:11
- SVN Revision: 455229
- Also Listed In: python
- License: GPLv2
- WWW:
- http://www.rekall-forensic.com/
- Description:
- The Rekall Framework is a completely open collection of tools, implemented in
Python under the GNU General Public License, for the extraction of digital
artifacts from volatile memory (RAM) samples. The extraction techniques are
performed completely independent of the system being investigated but offer
visibility into the runtime state of the system. The framework is intended to
introduce people to the techniques and complexities associated with extracting
digital artifacts from volatile memory samples and provide a platform for
further work into this exciting area of research.
WWW: http://www.rekall-forensic.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}rekall_gui>0:security/py-rekall_gui@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-rekall_gui
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rekall_gui-1.5.0.post4.tar.gz) = 26bad9c41adf0a62d3708cd4046a709c1ea3f66ff99295bae53874b2bc0fed9e
SIZE (rekall_gui-1.5.0.post4.tar.gz) = 2033604
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-rekall-core>=1.5.0.p : security/py-rekall-core@py27
- py27-codegen>=1.0 : devel/py-codegen@py27
- py27-Flask>=0.10.1 : www/py-flask@py27
- py27-Flask-Sockets>=0 : www/py-flask-sockets@py27
- py27-gevent>=1.0.2 : devel/py-gevent@py27
- py27-gevent-websocket>=0.9.3 : www/py-gevent-websocket@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0.p4 30 Nov 2017 21:10:11 |
rene |
Remove expired port:
2017-11-29 security/py-rekall_gui: PoC that is no longer supported |
1.5.0.p4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.5.0.p4 29 Oct 2017 13:19:25 |
antoine |
Deprecate security/py-rekall_gui |
1.5.0.p4 07 Jan 2017 16:42:10 |
antoine |
- Update py-rekall-core to 1.6.0
- Ignore py-rekall_gui: doesn't work with py-rekall-core 1.6.0 yet
- Ignore py-rekall: requires ipython 5.0.0 |
1.5.0.p4 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.5.0.p4 16 Apr 2016 13:31:18 |
antoine |
Update rekall to 1.5.0 |
1.4.1_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4.1_2 23 Mar 2016 09:20:35 |
vsevolod |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
1.4.1_1 27 Oct 2015 18:52:44 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket |
1.4.1 10 Sep 2015 21:21:49 |
antoine |
Update rekall to 1.4.1
It was split in 3 modules
- security/py-rekall-core : CORE component with command line interface
- security/py-rekall_gui : GUI with ipython and web interface
- security/py-rekall : "meta" module |