Ticket #25897: Portfile

File Portfile, 1.5 KB (added by jul_bsd@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6name                log2timeline
7version             0.50
8distname            ${name}_${version}
9extract.suffix      .tgz
10categories          security
11platforms           darwin
12maintainers         ports@
13description         framework for automatic creation of a super timeline
14long_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.
15homepage            http://log2timeline.net/
16master_sites        http://log2timeline.net/files/
17
18checksums           md5     8e8aa929d8d055a3045c039026a5f789 \
19                    sha1    be0e84c16afd39b997037bb27e81f5036f1af390 \
20                    rmd160  7548e7e6f627f4ed2cdeb7e17c19a7ae1e58f45a
21
22## fixme! last dep: need only lwp-useragent but no port ?
23depends_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
31worksrcdir          log2timeline
32
33configure.cmd           perl Makefile.PL
34
35post-destroot       {
36        delete ${destroot}${prefix}/lib/perl5/5.8.9/darwin-2level/perllocal.pod
37}