pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/log2timeline log2timeline is a framework buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9a7cb3e2415
branches:  trunk
changeset: 615494:b9a7cb3e2415
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Mar 06 22:51:19 2013 +0000

description:
log2timeline is a framework built to automatically create a super
timeline using information found within various log files and other
files that contain timestamps.  The tool can be used to augment
traditional timeline analysis where the focus has generally been on
solely the timestamps found within the filesystem itself.
The tool is also capable of outputting into various formats that
can be used to either import into analysis tools or to read directly
using whatevery suits you (spreadsheet/vim/less/...)

diffstat:

 security/log2timeline/DESCR    |   8 +++++++
 security/log2timeline/Makefile |  46 ++++++++++++++++++++++++++++++++++++++++++
 security/log2timeline/distinfo |   5 ++++
 3 files changed, 59 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r e38aef93185c -r b9a7cb3e2415 security/log2timeline/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/log2timeline/DESCR       Wed Mar 06 22:51:19 2013 +0000
@@ -0,0 +1,8 @@
+log2timeline is a framework built to automatically create a super
+timeline using information found within various log files and other
+files that contain timestamps.  The tool can be used to augment
+traditional timeline analysis where the focus has generally been on
+solely the timestamps found within the filesystem itself.
+The tool is also capable of outputting into various formats that
+can be used to either import into analysis tools or to read directly
+using whatevery suits you (spreadsheet/vim/less/...)
diff -r e38aef93185c -r b9a7cb3e2415 security/log2timeline/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/log2timeline/Makefile    Wed Mar 06 22:51:19 2013 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1 2013/03/06 22:51:19 pettai Exp $
+#
+
+DISTNAME=      log2timeline_${L2T_VERSION}
+PKGNAME=       ${DISTNAME:S/_/-/}
+CATEGORIES=    security
+MASTER_SITES=  http://log2timeline.net/files/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pettai%NetBSD.org@localhost
+HOMEPAGE=      http://log2timeline.net/
+COMMENT=       Framework for automatic creation of a super timeline
+LICENSE=       gnu-gpl-v3
+
+L2T_VERSION=   0.64
+
+DEPENDS+=      p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip
+DEPENDS+=      p5-Carp-Assert>=0:../../devel/p5-Carp-Assert
+DEPENDS+=      p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
+DEPENDS+=      p5-DBI>=1.52:../../databases/p5-DBI
+DEPENDS+=      p5-Data-Hexify>=0:../../converters/p5-Data-Hexify
+DEPENDS+=      p5-Date-Manip>=0:../../devel/p5-Date-Manip
+DEPENDS+=      p5-DateTime>=0.41:../../time/p5-DateTime
+DEPENDS+=      p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime
+DEPENDS+=      p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone
+DEPENDS+=      p5-Digest-CRC>=0.14:../../security/p5-Digest-CRC
+DEPENDS+=      p5-Digest-MD5>=0:../../security/p5-Digest-MD5
+DEPENDS+=      p5-Encode>=0:../../textproc/p5-Encode
+DEPENDS+=      p5-File-Mork>=0.3:../../www/p5-File-Mork
+DEPENDS+=      p5-Getopt-Long>=0:../../devel/p5-Getopt-Long
+DEPENDS+=      p5-HTML-Parser>=0:../../www/p5-HTML-Parser
+DEPENDS+=      p5-HTML-Scrubber>=0:../../www/p5-HTML-Scrubber
+DEPENDS+=      p5-Image-ExifTool>=0:../../graphics/p5-Image-ExifTool
+DEPENDS+=      p5-Mac-PropertyList>=0:../../misc/p5-Mac-PropertyList
+DEPENDS+=      p5-Net-Pcap>=0:../../net/p5-Net-Pcap
+DEPENDS+=      p5-Params-Validate>=0:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Parse-Win32Registry>=0:../../misc/p5-Parse-Win32Registry
+DEPENDS+=      p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-version>=0:../../devel/p5-version
+
+WRKSRC=                ${WRKDIR}/log2timeline
+PERL5_PACKLIST=        auto/Log2t/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e38aef93185c -r b9a7cb3e2415 security/log2timeline/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/log2timeline/distinfo    Wed Mar 06 22:51:19 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/03/06 22:51:19 pettai Exp $
+
+SHA1 (log2timeline_0.64.tgz) = c95e2ccbc06228183aa115d791b34f36689646c8
+RMD160 (log2timeline_0.64.tgz) = c9ea4f895be03a9252b9746cdfc4a767f722f0e7
+Size (log2timeline_0.64.tgz) = 1071979 bytes



Home | Main Index | Thread Index | Old Index