diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-21 07:16:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-21 07:16:26 +0800 |
commit | 11d32c07d03069aba4b8b630067cfaaf45e2ba72 (patch) | |
tree | 1f5fabf4f143c956acc3c8a44b485461f9224e67 /security | |
parent | 2060b1148681e15acbc60af18efd45b81484e6bb (diff) | |
download | freebsd-ports-graphics-11d32c07d03069aba4b8b630067cfaaf45e2ba72.tar.gz freebsd-ports-graphics-11d32c07d03069aba4b8b630067cfaaf45e2ba72.tar.zst freebsd-ports-graphics-11d32c07d03069aba4b8b630067cfaaf45e2ba72.zip |
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.
Diffstat (limited to 'security')
-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 d771402f45e..00000000000 --- 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 3512f8df410..00000000000 --- 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 6bfa3cfb2e8..00000000000 --- 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 60977241bd9..00000000000 --- 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 6e8947755ea..00000000000 --- 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 |