head	1.9;
access;
symbols
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2003.11.20.23.16.26;	author linimon;	state dead;
branches;
next	1.8;

1.8
date	2003.10.05.04.08.44;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.05.04.03.00;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.10.51;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2001.01.18.09.34.11;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2000.08.23.09.32.03;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.21.08.19.14;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.30.45;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.08.09.55.16;	author kris;	state Exp;
branches;
next	;


desc
@@


1.9
log
@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.
@
text
@# New ports collection makefile for:	whisker
# Date created:		7 Jan 2000
# Whom:			kris@@FreeBSD.ORG
#
# $FreeBSD: ports/security/whisker/Makefile,v 1.8 2003/10/05 04:08:44 kris Exp $
#

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>
@


1.8
log
@Revert accidental partial upgrade in previous commit.  Anyone else interested
in taking over this port might like to finish the upgrade.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Drop maintainership
@
text
@d9 2
a10 1
PORTVERSION=	2.1
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 2
PORTVERSION=	1.4
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	kris@@FreeBSD.ORG
@


1.5
log
@Fix whisker operation.

Submitted by:	Roman Shterenzon <roman@@xpert.com>
PR:		23850
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/whisker/Makefile,v 1.4 2000/08/23 09:32:03 kris Exp $
d16 1
@


1.4
log
@Upgrade to whisker 1.4

PR:	20616
Submitted by:	Ron Rosson <insane@@lunatic.oneinsane.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/whisker/Makefile,v 1.3 2000/04/21 08:19:14 mharo Exp $
d10 1
d18 1
a18 3

do-build:
		(cd ${WRKSRC}; ${SED} "s%y0y0y0%${PREFIX}%g" whisker.pl > whisker)
d21 3
a23 3
		${INSTALL_SCRIPT} ${WRKSRC}/whisker ${PREFIX}/bin
		${MKDIR} ${PREFIX}/lib/whisker
		${INSTALL_DATA} ${WRKSRC}/*.db ${PREFIX}/lib/whisker
@


1.3
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/whisker/Makefile,v 1.2 2000/04/09 18:30:45 cpiazza Exp $
d9 1
a9 1
PORTVERSION=	1.3
d16 1
a16 1
WRKSRC=		${WRKDIR}/v1.3
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/whisker/Makefile,v 1.1 2000/01/08 09:55:16 kris Exp $
d9 1
a9 1
PORTVERSION= 	1.3
@


1.1
log
@Whisker v1.3 is a sophisticated CGI security scanner by
.rain.forest.puppy

Obtained From:	OpenBSD
@
text
@a1 1
# Version required:	1.3
d5 2
a6 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	whisker
PKGNAME=	whisker-1.3
d12 1
@

