Ticket #44840: Portfile

File Portfile, 1.7 KB (added by jul_bsd@…, 10 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 70206 2010-08-01 23:28:25Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           github 1.0
7
8github.setup        google rekall v1.0.2
9categories          security
10platforms           darwin
11maintainers         yahoo.fr:jul_bsd openmaintainer
12license             GPL-2
13
14description         collection of tools for the extraction of digital \
15                    artifacts from volatile memory (RAM) samples
16
17long_description    The Rekall Framework is a completely open collection \
18                    of tools, implemented in Python under the GNU General \
19                    Public License, for the extraction of digital artifacts \
20                    from volatile memory (RAM) samples. The extraction \
21                    techniques are performed completely independent of \
22                    the system being investigated but offer visibilty \
23                    into the runtime state of the system. The framework \
24                    is intended to introduce people to the techniques and \
25                    complexities associated with extracting digital \
26                    artifacts from volatile memory samples and provide a \
27                    platform for further work into this exciting area of research.
28
29homepage            http://www.rekall-forensic.com/
30
31supported_archs     noarch
32python.versions     26 27
33python.default_version     27
34
35checksums           rmd160  b12a8e61a6545f925ac5803b2dad0459299259ef \
36                    sha256  29bf4d261b937a1bddbf349eb62d71ef81afda353c296944480eb4449c65267f
37