Index: head/security/libwhisker/Makefile =================================================================== --- head/security/libwhisker/Makefile (revision 100481) +++ head/security/libwhisker/Makefile (revision 100482) @@ -1,59 +1,59 @@ # New ports collection makefile for: libwhisker # Date created: 20 September 2002 # Whom: pandzilla # # $FreeBSD$ # PORTNAME= libwhisker PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= http://www.wiretrip.net/rfp/${PORTNAME}/ DISTNAME= ${PORTNAME}-current -MAINTAINER= jan@atstake.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to create HTTP test scripts WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes USE_PERL5= yes DOC1= README CHANGES KNOWNBUGS DOCS= docs/OPTIMIZE docs/evil.htm docs/whisker_hash.txt IMGS= imgs/logo-builton.gif imgs/logo-name.gif imgs/logo-plain.gif SCRIPTS= scripts/func2html.pl scripts/prox.pl do-install: @cd ${WRKSRC} && ${PERL} ${WRKSRC}/Makefile.pl lib @${MKDIR} ${SITE_PERL}/${PORTNAME} && ${CHMOD} 755 ${SITE_PERL}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/LW.pm ${SITE_PERL}/${PORTNAME}/LW.pm post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} \ && ${CHMOD} 755 ${DOCSDIR} @${MKDIR} ${DOCSDIR}/docs \ && ${CHMOD} 755 ${DOCSDIR}/docs @${MKDIR} ${DOCSDIR}/imgs \ && ${CHMOD} 755 ${DOCSDIR}/imgs @${MKDIR} ${DOCSDIR}/scripts \ && ${CHMOD} 755 ${DOCSDIR}/scripts .for i in ${DOC1} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/docs/ .endfor .for i in ${IMGS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/imgs/ .endfor .for i in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DOCSDIR}/scripts/ .endfor ${INSTALL_SCRIPT} ${WRKSRC}/api_demo.pl ${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/simple.pl ${DOCSDIR} .endif .include Property changes on: head/security/libwhisker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/nikto/Makefile =================================================================== --- head/security/nikto/Makefile (revision 100481) +++ head/security/nikto/Makefile (revision 100482) @@ -1,36 +1,36 @@ # New ports collection makefile for: nikto # Date created: 23 September 2002 # Whom: pandzilla # # $FreeBSD$ # PORTNAME= nikto PORTVERSION= 1.32 CATEGORIES= security www -MAINTAINER= jan@atstake.com +MAINTAINER= ports@FreeBSD.org COMMENT= Web and CGI vulnerability scanner with SSL support MASTER_SITES= http://www.cirt.net/nikto/ \ http://packetstormsecurity.org/UNIX/cgi-scanners/ RUN_DEPENDS = ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/libwhisker/LW.pm:${PORTSDIR}/security/libwhisker NO_BUILD= yes USE_REINPLACE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${PREFIX}/bin/nikto @${MKDIR} ${PREFIX}/etc/nikto && ${CHMOD} 755 ${PREFIX}/etc/nikto @${REINPLACE_CMD} -e "s|/usr/bin/nmap|${PREFIX}/bin/nmap|g" ${WRKSRC}/config.txt @${REINPLACE_CMD} -e "s|/usr/local/nikto|${PREFIX}/share/nikto|g" ${WRKSRC}/config.txt @${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/nikto/ @${MKDIR} ${PREFIX}/share/nikto/ && ${CHMOD} 755 ${PREFIX}/share/nikto/ @for i in `${LS} ${WRKSRC}/plugins/` ; \ do \ ${INSTALL_SCRIPT} ${WRKSRC}/plugins/$$i ${PREFIX}/share/nikto; \ done .include Property changes on: head/security/nikto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property