diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-20 23:16:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-20 23:16:26 +0000 |
commit | c0b032326b513b8cf2db812c53e16e3d60b72e23 (patch) | |
tree | d0c3d225a0169cfadf632d4dba0044608bae9b68 | |
parent | - Author included object files in distfile. Get rid of them otherwise (diff) |
Per Bill Fenner's distfile survey, the main web site for this source code
no longer contains the code. Instead it contains "Whisker has officially
been deprecated as of 2003. Use nikto instead." nikto is currently in
the ports collection as security/nikto.
PR: ports/58606 and no objection for nearly a month.
Notes
Notes:
svn path=/head/; revision=94565
-rw-r--r-- | security/whisker/Makefile | 28 | ||||
-rw-r--r-- | security/whisker/distinfo | 1 | ||||
-rw-r--r-- | security/whisker/files/patch-aa | 11 | ||||
-rw-r--r-- | security/whisker/pkg-descr | 3 | ||||
-rw-r--r-- | security/whisker/pkg-plist | 8 |
5 files changed, 0 insertions, 51 deletions
diff --git a/security/whisker/Makefile b/security/whisker/Makefile deleted file mode 100644 index d771402f45e0..000000000000 --- a/security/whisker/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: whisker -# Date created: 7 Jan 2000 -# Whom: kris@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= whisker -PORTVERSION= 1.4 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://www.wiretrip.net/rfp/bins/whisker/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.ORG -COMMENT= A sophisticated CGI (in)security scanner - -WRKSRC= ${WRKDIR}/v${PORTVERSION} -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/whisker.pl ${PREFIX}/bin/whisker - ${MKDIR} ${PREFIX}/share/whisker - ${INSTALL_DATA} ${WRKSRC}/*.db ${PREFIX}/share/whisker - ${MKDIR} ${PREFIX}/share/doc/whisker - ${INSTALL_DATA} ${WRKSRC}/whisker.txt ${PREFIX}/share/doc/whisker - -.include <bsd.port.mk> diff --git a/security/whisker/distinfo b/security/whisker/distinfo deleted file mode 100644 index 3512f8df410b..000000000000 --- a/security/whisker/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (whisker.tar.gz) = 82bfffab803d74c8d6e064e3c4533a34 diff --git a/security/whisker/files/patch-aa b/security/whisker/files/patch-aa deleted file mode 100644 index 6bfa3cfb2e8b..000000000000 --- a/security/whisker/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- whisker.pl.orig Tue Dec 26 11:26:37 2000 -+++ whisker.pl Tue Dec 26 11:39:54 2000 -@@ -3,7 +3,7 @@ - - $whisker_version="1.4.0"; - $WHEREIS_WHISKER=$0; --$WHEREIS_WHISKER=~s/[^\/\\]+$//; -+$WHEREIS_WHISKER=~s|\w+/[^\/\\]+$|share/whisker/|; - $GLOBAL_HTMLOUTPUT=0; - - use Socket; use Getopt::Std; diff --git a/security/whisker/pkg-descr b/security/whisker/pkg-descr deleted file mode 100644 index 60977241bd91..000000000000 --- a/security/whisker/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A sophisticated CGI (in)security scanner. - -WWW: http://www.wiretrip.net/rfp/ diff --git a/security/whisker/pkg-plist b/security/whisker/pkg-plist deleted file mode 100644 index 6e8947755ea0..000000000000 --- a/security/whisker/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/whisker -share/whisker/brute.db -share/whisker/dumb.db -share/whisker/scan.db -share/whisker/server.db -@dirrm share/whisker -share/doc/whisker/whisker.txt -@dirrm share/doc/whisker |