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 115503 2014-01-03 18:48:05Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup python 1.0 |
---|
7 | PortGroup github 1.0 |
---|
8 | |
---|
9 | github.setup log2timeline dfvfs 20150224 |
---|
10 | categories security python |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | maintainers nomaintainer |
---|
15 | |
---|
16 | license APL-2 |
---|
17 | |
---|
18 | description Digital Forensics Virtual File System (dfVFS) |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | checksums rmd160 e5c42438bbe34f58d4ea55d62020614e57ea451e \ |
---|
22 | sha256 dfa7ceb2c77758d5c38359528d1fd14a113736510c74814b3ff06675f6e2de8c |
---|
23 | |
---|
24 | depends_build port:py${python.version}-setuptools |
---|
25 | depends_run port:sleuthkit \ |
---|
26 | port:py${python.version}-tsk \ |
---|
27 | port:py${python.version}-construct \ |
---|
28 | port:py${python.version}-protobuf \ |
---|
29 | port:libewf \ |
---|
30 | port:libqcow \ |
---|
31 | port:libvshadow \ |
---|
32 | port:libvhdi |
---|
33 | |
---|
34 | ## https://github.com/log2timeline/dfvfs/wiki/Building |
---|
35 | python.default_version 27 |
---|
36 | |
---|