2012-11-29 20:30:25 +01:00
|
|
|
# Created by: antoine@FreeBSD.org
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= regripper
|
2016-11-12 11:14:09 +01:00
|
|
|
PORTVERSION= 2.8.20161012
|
2012-11-29 20:30:25 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Tool for registry analysis in forensics examinations
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= p5-Parse-Win32Registry>=0:devel/p5-Parse-Win32Registry
|
2012-11-29 20:30:25 +01:00
|
|
|
|
2016-03-07 20:34:42 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= keydet89
|
|
|
|
GH_PROJECT= RegRipper2.8
|
2016-11-12 11:14:09 +01:00
|
|
|
GH_TAGNAME= 5bf9baf
|
2016-03-07 20:34:42 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2012-11-29 20:30:25 +01:00
|
|
|
NO_BUILD= yes
|
2016-03-07 20:34:42 +01:00
|
|
|
USES= perl5 shebangfix
|
2015-12-17 18:19:48 +01:00
|
|
|
SHEBANG_FILES= rip.pl
|
|
|
|
perl_OLD_CMD= c:\\\\perl\\\\bin\\\\perl.exe
|
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
|
2016-03-07 20:34:42 +01:00
|
|
|
PORTDATA= plugins/*.pl plugins/all plugins/ntuser plugins/sam \
|
|
|
|
plugins/security plugins/software plugins/system \
|
|
|
|
plugins/usrclass
|
2012-11-29 20:30:25 +01:00
|
|
|
|
|
|
|
post-patch:
|
2016-03-07 20:34:42 +01:00
|
|
|
${REINPLACE_CMD} 's|"plugins"|"${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
|
2016-03-07 20:34:42 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/plugins
|
|
|
|
${INSTALL_DATA} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}/plugins
|
2012-11-29 20:30:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|