Revision: 70202 http://trac.macports.org/changeset/70202 Author: ryandesign@macports.org Date: 2010-08-01 15:44:31 -0700 (Sun, 01 Aug 2010) Log Message: ----------- log2timeline: new port, version 0.50; see #25898 Added Paths: ----------- trunk/dports/security/log2timeline/ trunk/dports/security/log2timeline/Portfile Added: trunk/dports/security/log2timeline/Portfile =================================================================== --- trunk/dports/security/log2timeline/Portfile (rev 0) +++ trunk/dports/security/log2timeline/Portfile 2010-08-01 22:44:31 UTC (rev 70202) @@ -0,0 +1,51 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +name log2timeline +version 0.50 +categories security +platforms darwin +maintainers yahoo.fr:jul_bsd openmaintainer + +description framework for automatic creation of a super timeline + +long_description ${name} provides a single tool to parse \ + various log files and artifacts found on suspect systems \ + (and supporting systems, such as network equipment) and \ + produces a timeline that can be analysed by forensic \ + investigators/analysts. + +homepage http://log2timeline.net/ +master_sites ${homepage}files/ +extract.suffix .tgz +distname ${name}_${version} +worksrcdir ${name} + +checksums md5 8e8aa929d8d055a3045c039026a5f789 \ + sha1 be0e84c16afd39b997037bb27e81f5036f1af390 \ + rmd160 7548e7e6f627f4ed2cdeb7e17c19a7ae1e58f45a + +depends_lib port:gtk2 \ + port:p5-xml-libxml \ + port:p5-netpacket port:p5-net-pcap \ + port:p5-image-exiftool \ + port:p5-html-parser \ + port:p5-html-scrubber \ + port:p5-digest-crc \ + port:p5-datetime-timezone \ + port:p5-datetime-format-strptime \ + port:p5-dbi \ + port:p5-archive-zip \ + port:p5-carp-assert \ + port:p5-dbd-sqlite \ + port:p5-libwww-perl + +supported_archs noarch + +configure.cmd perl Makefile.PL + +post-destroot { + eval delete [glob ${destroot}${prefix}/lib/perl5/*/darwin-2level/perllocal.pod] +} Property changes on: trunk/dports/security/log2timeline/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native