From 151da04dcce573eb00393fcf0852d3806e27fdc7 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 29 Nov 2012 19:30:25 +0000 Subject: RegRipper is an open source tool, written in Perl, for extracting/parsing information (keys, values, data) from the Registry and presenting it for analysis. WWW: http://code.google.com/p/regripper/ PR: ports/172899 Submitted by: antoine@FreeBSD.org Feature safe: yes --- security/regripper/Makefile | 33 +++++++++++++++++++++++++++++++++ security/regripper/distinfo | 2 ++ security/regripper/pkg-descr | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 security/regripper/Makefile create mode 100644 security/regripper/distinfo create mode 100644 security/regripper/pkg-descr (limited to 'security/regripper') diff --git a/security/regripper/Makefile b/security/regripper/Makefile new file mode 100644 index 000000000000..e38db92d2f08 --- /dev/null +++ b/security/regripper/Makefile @@ -0,0 +1,33 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= regripper +DISTVERSION= 2.5 +CATEGORIES= security +MASTER_SITES= GOOGLE_CODE +DISTNAME= rrv${DISTVERSION} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Tool for registry analysis in forensics examinations + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/license.txt + +RUN_DEPEND= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry + +USE_ZIP= yes +NO_WRKSUBDIR= yes +USE_DOS2UNIX= yes +NO_BUILD= yes +USE_PERL5_RUN= yes +PLIST_FILES= bin/rip.pl + +post-patch: + ${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \ + s|plugindir = $$str|plugindir = "${DATADIR}"| ; \ + s|require "plugins\\\\|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${PREFIX}/bin + +.include diff --git a/security/regripper/distinfo b/security/regripper/distinfo new file mode 100644 index 000000000000..1212932a06a8 --- /dev/null +++ b/security/regripper/distinfo @@ -0,0 +1,2 @@ +SHA256 (rrv2.5.zip) = f279137439a6c3777eeb6bdd63c4eb7ca4ba1ab25568c05f9d5dd009d03721a4 +SIZE (rrv2.5.zip) = 3004592 diff --git a/security/regripper/pkg-descr b/security/regripper/pkg-descr new file mode 100644 index 000000000000..5247b9ed20cf --- /dev/null +++ b/security/regripper/pkg-descr @@ -0,0 +1,5 @@ +RegRipper is an open source tool, written in Perl, for extracting/parsing +information (keys, values, data) from the Registry and presenting it for +analysis. + +WWW: http://code.google.com/p/regripper/ -- cgit v1.2.3