From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 20 10:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28104F85 for ; Sat, 20 Oct 2012 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id EEC8E8FC12 for ; Sat, 20 Oct 2012 10:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9KA0055028409 for ; Sat, 20 Oct 2012 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9KA00L4028408; Sat, 20 Oct 2012 10:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 20 Oct 2012 10:00:00 GMT Resent-Message-Id: <201210201000.q9KA00L4028408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEFEFF7E for ; Sat, 20 Oct 2012 09:58:49 +0000 (UTC) (envelope-from antoine@peanut.dreadbsd.org) Received: from peanut.dreadbsd.org (unknown [IPv6:2a01:e35:243c:4320:20f:b5ff:fe63:d08e]) by mx1.freebsd.org (Postfix) with ESMTP id 5F96D8FC0A for ; Sat, 20 Oct 2012 09:58:48 +0000 (UTC) Received: from peanut.dreadbsd.org (localhost [127.0.0.1]) by peanut.dreadbsd.org (8.14.5/8.14.5) with ESMTP id q9K9wlho001705 for ; Sat, 20 Oct 2012 11:58:47 +0200 (CEST) (envelope-from antoine@peanut.dreadbsd.org) Received: (from antoine@localhost) by peanut.dreadbsd.org (8.14.5/8.14.5/Submit) id q9K9wg6D001704; Sat, 20 Oct 2012 11:58:42 +0200 (CEST) (envelope-from antoine) Message-Id: <201210200958.q9K9wg6D001704@peanut.dreadbsd.org> Date: Sat, 20 Oct 2012 11:58:42 +0200 (CEST) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172899: New port: security/regripper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 10:00:01 -0000 >Number: 172899 >Category: ports >Synopsis: New port: security/regripper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 20 10:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 10.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue May 8 12:03:00 CEST 2012 root@barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386 >Description: >How-To-Repeat: >Fix: --- regripper.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # regripper # regripper/pkg-descr # regripper/distinfo # regripper/Makefile # echo c - regripper mkdir -p regripper > /dev/null 2>&1 echo x - regripper/pkg-descr sed 's/^X//' >regripper/pkg-descr << '967a267ceb309961e367e1acf14ec78f' XRegRipper is an open source tool, written in Perl, for extracting/parsing Xinformation (keys, values, data) from the Registry and presenting it for Xanalysis. X XWWW: http://code.google.com/p/regripper/ 967a267ceb309961e367e1acf14ec78f echo x - regripper/distinfo sed 's/^X//' >regripper/distinfo << '94fd677a04da8fbfb8707f93398f782e' XSHA256 (rrv2.5.zip) = f279137439a6c3777eeb6bdd63c4eb7ca4ba1ab25568c05f9d5dd009d03721a4 XSIZE (rrv2.5.zip) = 3004592 94fd677a04da8fbfb8707f93398f782e echo x - regripper/Makefile sed 's/^X//' >regripper/Makefile << '986aa85b4b69241cc6953ce4783039b6' X# New ports collection makefile for: regripper X# Date created: 20 October 2012 X# Whom: antoine@FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= regripper XDISTVERSION= 2.5 XCATEGORIES= security XMASTER_SITES= GOOGLE_CODE XDISTNAME= rrv${DISTVERSION} X XMAINTAINER= antoine@FreeBSD.org XCOMMENT= Tool for registry analysis in forensics examinations X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}/license.txt X XRUN_DEPEND= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry X XUSE_ZIP= yes XNO_WRKSUBDIR= yes XUSE_DOS2UNIX= yes XNO_BUILD= yes XPLIST_FILES= bin/rip.pl X Xpost-patch: X ${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \ X s|plugindir = $$str|plugindir = "${DATADIR}"| ; \ X s|require "plugins\\\\|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${PREFIX}/bin X X.include 986aa85b4b69241cc6953ce4783039b6 exit --- regripper.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: