1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | name log2timeline |
---|
7 | version 0.50 |
---|
8 | distname ${name}_${version} |
---|
9 | extract.suffix .tgz |
---|
10 | categories security |
---|
11 | platforms darwin |
---|
12 | maintainers ports@ |
---|
13 | description framework for automatic creation of a super timeline |
---|
14 | long_description The main purpose is to provide a single tool to parse various log files and artifacts found on suspect systems (and supporting systems, such as network equipment) and produce a timeline that can be analysed by forensic investigators/analysts. |
---|
15 | homepage http://log2timeline.net/ |
---|
16 | master_sites http://log2timeline.net/files/ |
---|
17 | |
---|
18 | checksums md5 8e8aa929d8d055a3045c039026a5f789 \ |
---|
19 | sha1 be0e84c16afd39b997037bb27e81f5036f1af390 \ |
---|
20 | rmd160 7548e7e6f627f4ed2cdeb7e17c19a7ae1e58f45a |
---|
21 | |
---|
22 | ## fixme! last dep: need only lwp-useragent but no port ? |
---|
23 | depends_lib port:p5-xml-libxml port:p5-netpacket port:p5-net-pcap \ |
---|
24 | port:p5-image-exiftool port:p5-html-parser port:p5-html-scrubber \ |
---|
25 | port:p5-digest-crc port:p5-datetime-timezone port:p5-datetime-format-strptime \ |
---|
26 | port:p5-dbi port:p5-archive-zip port:p5-carp-assert port:p5-dbd-sqlite \ |
---|
27 | port:glib2 port:gtk2 \ |
---|
28 | port:p5-lwp-useragent-determined |
---|
29 | #depends_run bin:dot:graphviz |
---|
30 | |
---|
31 | worksrcdir log2timeline |
---|
32 | |
---|
33 | configure.cmd perl Makefile.PL |
---|
34 | |
---|
35 | post-destroot { |
---|
36 | delete ${destroot}${prefix}/lib/perl5/5.8.9/darwin-2level/perllocal.pod |
---|
37 | } |
---|