2012-11-29 20:30:25 +01:00
|
|
|
# Created by: antoine@FreeBSD.org
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= regripper
|
2013-05-04 12:29:06 +02:00
|
|
|
DISTVERSION= 2.8
|
2012-11-29 20:30:25 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
DISTNAME= rrv${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Tool for registry analysis in forensics examinations
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2012-12-02 13:24:40 +01:00
|
|
|
RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
|
2012-11-29 20:30:25 +01:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
2014-05-28 23:54:01 +02:00
|
|
|
USES= dos2unix perl5 zip
|
2013-08-03 11:23:18 +02:00
|
|
|
USE_PERL5= run
|
2013-10-03 20:08:50 +02:00
|
|
|
|
2012-11-29 20:30:25 +01:00
|
|
|
PLIST_FILES= bin/rip.pl
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \
|
|
|
|
s|plugindir = $$str|plugindir = "${DATADIR}"| ; \
|
2013-04-05 00:18:24 +02:00
|
|
|
s|require "plugins/|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl
|
2012-11-29 20:30:25 +01:00
|
|
|
|
|
|
|
do-install:
|
2013-10-03 20:08:50 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${STAGEDIR}${PREFIX}/bin
|
2012-11-29 20:30:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|