Index: head/security/dirbuster/Makefile =================================================================== --- head/security/dirbuster/Makefile (revision 445305) +++ head/security/dirbuster/Makefile (revision 445306) @@ -1,37 +1,38 @@ # Created by: Niels Heinen # $FreeBSD$ PORTNAME= dirbuster PORTVERSION= 1.0r1 CATEGORIES= security java MASTER_SITES= SF/${PORTNAME}/DirBuster%20%28jar%20%2B%20lists%29/1.0-RC1/ DISTNAME= DirBuster-1.0-RC1 MAINTAINER= ports@FreeBSD.org COMMENT= DirBuster allows file and directory brute forcing on web servers +LICENSE= LGPL21+ CC-BY-SA-3.0 +LICENSE_COMB= multi + USES= zip -USE_JAVA= YES +USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${DISTNAME} DATADIR= ${JAVASHAREDIR}/${PORTNAME} -.include - post-extract: - ${RM} ${WRKSRC}/${DISTNAME}.sh - ${RM} ${WRKSRC}/${DISTNAME}.bat + @${RM} ${WRKSRC}/${DISTNAME}.sh + @${RM} ${WRKSRC}/${DISTNAME}.bat pre-install: @${SED} -e 's:%%PATH%%:${DATADIR}/:' \ -e 's:%%JAVA_CMD%%:${JAVA}:' \ -e 's:%%DIRBUSTER%%:${DATADIR}/${DISTNAME}.jar:' \ < ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} -.include +.include Index: head/security/dirbuster/pkg-descr =================================================================== --- head/security/dirbuster/pkg-descr (revision 445305) +++ head/security/dirbuster/pkg-descr (revision 445306) @@ -1,7 +1,7 @@ DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers. Often is the case now of what looks like a web server in a state of default installation is actually not, and has pages and applications hidden within. DirBuster attempts to find these. -WWW: http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project +WWW: https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project Index: head/security/dirbuster/pkg-plist =================================================================== --- head/security/dirbuster/pkg-plist (revision 445305) +++ head/security/dirbuster/pkg-plist (revision 445306) @@ -1,23 +1,23 @@ bin/dirbuster -%%DATADIR%%/lib/swing-layout-1.0.3.jar +%%DATADIR%%/DirBuster-1.0-RC1.jar +%%DATADIR%%/apache-user-enum-1.0.txt +%%DATADIR%%/apache-user-enum-2.0.txt +%%DATADIR%%/directories.jbrofuzz +%%DATADIR%%/directory-list-1.0.txt +%%DATADIR%%/directory-list-2.3-medium.txt +%%DATADIR%%/directory-list-2.3-small.txt +%%DATADIR%%/directory-list-lowercase-2.3-medium.txt +%%DATADIR%%/directory-list-lowercase-2.3-small.txt +%%DATADIR%%/lib/BrowserLauncher2-1_3.jar %%DATADIR%%/lib/commons-codec-1.3.jar %%DATADIR%%/lib/commons-httpclient-3.1.jar %%DATADIR%%/lib/commons-logging-1.1.1.jar %%DATADIR%%/lib/commons-logging-api-1.1.1.jar %%DATADIR%%/lib/java-getopt-1.0.13.jar %%DATADIR%%/lib/jericho-html-2.6.jar %%DATADIR%%/lib/jh.jar %%DATADIR%%/lib/jhall.jar %%DATADIR%%/lib/jhbasic.jar %%DATADIR%%/lib/jsearch.jar %%DATADIR%%/lib/looks-2.2.0.jar -%%DATADIR%%/lib/BrowserLauncher2-1_3.jar -%%DATADIR%%/directory-list-lowercase-2.3-small.txt -%%DATADIR%%/directory-list-lowercase-2.3-medium.txt -%%DATADIR%%/directory-list-2.3-small.txt -%%DATADIR%%/directory-list-2.3-medium.txt -%%DATADIR%%/directory-list-1.0.txt -%%DATADIR%%/directories.jbrofuzz -%%DATADIR%%/apache-user-enum-2.0.txt -%%DATADIR%%/apache-user-enum-1.0.txt -%%DATADIR%%/DirBuster-1.0-RC1.jar +%%DATADIR%%/lib/swing-layout-1.0.3.jar