head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.12.02.12.32.27;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.11.29.19.33.49;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308102
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308102 | rm | 2012-12-02 12:24:40 +0000 (Sun, 02 Dec 2012) | 8 lines
## SVN ##
## SVN ## - fix wording of "RUN_DEPENDS"
## SVN ## - use INSTALL_DATA to not set execution bit for plugins
## SVN ## - remove trailing whitespace in pkg-descr, while here
## SVN ##
## SVN ## PR:		174047
## SVN ## Submitted by:	antoine (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: antoine@@FreeBSD.org
# $FreeBSD: head/security/regripper/Makefile 308102 2012-12-02 12:24:40Z rm $

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_DEPENDS=	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 <bsd.port.mk>
@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307974
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307974 | pawel | 2012-11-29 19:30:25 +0000 (Thu, 29 Nov 2012) | 10 lines
## SVN ##
## SVN ## RegRipper is an open source tool, written in Perl, for extracting/parsing
## SVN ## information (keys, values, data) from the Registry and presenting it for
## SVN ## analysis.
## SVN ##
## SVN ## WWW: http://code.google.com/p/regripper/
## SVN ##
## SVN ## PR:		ports/172899
## SVN ## Submitted by:	antoine@@FreeBSD.org
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/regripper/Makefile 307974 2012-11-29 19:30:25Z pawel $
d16 1
a16 1
RUN_DEPEND=	p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
@

