head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.03.23.02.35.44;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.19.02.55.17;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.29.16.29.14;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.14.17.28.41;	author itetcu;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.07.11.14.12;	author barner;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.19.20.31.21;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.09.10.13.02;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.08.03.35.40;	author foxfair;	state Exp;
branches;
next	1.4;

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

1.3
date	2003.09.28.21.06.28;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.21.01.43.30;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.19.02.28.42;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for: 	libwhisker
# Date created: 			20 September 2002
# Whom: 				pandzilla
#
# $FreeBSD: head/security/libwhisker/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	libwhisker
PORTVERSION=	2.5
CATEGORIES=	security perl5
MASTER_SITES=	http://www.wiretrip.net/rfp/${PORTNAME}/
DISTNAME=	${PORTNAME}2-${PORTVERSION}

MAINTAINER=	araujo@@FreeBSD.org
COMMENT=	Perl module to create HTTP test scripts

WRKSRC=		${WRKDIR}/${PORTNAME}2-${PORTVERSION}

NO_BUILD=	yes
USE_PERL5=	yes

PLIST_FILES=	${SITE_PERL_REL}/LW2.pm

MAN3=		LW2.3pm
MANPREFIX=	${LOCALBASE}/lib/perl5/${PERL_VERSION}/perl/

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

do-configure:
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.pl lib

do-install:
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.pl ${INSTALL_TARGET}
	@@${INSTALL_DATA} ${WRKSRC}/LW2.pm ${SITE_PERL}
	@@${CHMOD} 444 ${SITE_PERL}/LW2.pm

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}/docs ${DOCSDIR}/scripts
	cd ${WRKSRC} && ${INSTALL_DATA} README CHANGES KNOWNBUGS ${DOCSDIR}
	cd ${WRKSRC}/docs/ && ${INSTALL_DATA} * ${DOCSDIR}/docs
	cd ${WRKSRC}/scripts/ && ${INSTALL_SCRIPT} * ${DOCSDIR}/scripts
.endif

.include <bsd.port.mk>
@


1.12
log
@- Update to 2.5.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 2.4.
@
text
@d9 1
a9 1
PORTVERSION=	2.4
d22 1
a22 2
PLIST_FILES=	${SITE_PERL_REL}/LW.pm \
		${SITE_PERL_REL}/LW2.pm
d36 1
a36 1
	@@${INSTALL_DATA} ${WRKSRC}/compat/LW.pm ${SITE_PERL}
@


1.10
log
@- Change my mail address to araujo@@.

Approved by:	stas (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.1
d12 1
@


1.9
log
@Fix plist.

Submitted by:	krismail
Approved by:	maintainer (private email).
@
text
@d13 1
a13 1
MAINTAINER=	araujo@@bsdmail.org
@


1.8
log
@- Update to 2.1 [1]
- Pass maintainership to submitter [1]
- Add entry to UPDATING (migration guide for libwhisker 1.x users) [1]
- Remove former maintainer from pkg-descr

Submitted by:	Marcelo Araujo <araujo@@bsdmail.org> [1]
PR:		ports/107615 (with modifications)
@
text
@d24 3
@


1.7
log
@- older versions of 1.8 incorrectly identify themselves as 1.7 [1]
- Utilize PORTDOCS and PLIST_FILES

PR:		[1] 77702
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
@
text
@d9 1
a9 2
PORTVERSION=	1.8
PORTREVISION=	1
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 1
a16 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
d21 2
a22 1
PLIST_FILES=	${SITE_PERL_REL}/LW.pm
d33 2
d38 1
a38 1
	@@${MKDIR} ${DOCSDIR}/docs ${DOCSDIR}/imgs ${DOCSDIR}/scripts
a40 1
	cd ${WRKSRC}/imgs/ && ${INSTALL_DATA} * ${DOCSDIR}/imgs
@


1.6
log
@Reset bouncing maintainer address (one of the maintainer's other
ports had been previously reset by someone else).
@
text
@a12 1
DISTNAME=	${PORTNAME}-current
d22 8
a29 4
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
d32 1
a32 3
	@@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
d36 5
a40 22
	@@${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}
@


1.5
log
@PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix checksum mismatch problem: the different is the later tarball adds
one more file (LW.pm), and the diff of Makefile.pl is:

--- ../libwhisker-1.8/Makefile.pl       Thu Dec 19 03:39:24 2002
+++ ./Makefile.pl       Wed Oct  8 01:38:16 2003
@@@@ -9,7 +9,7 @@@@

 $|++;

-$VERSION       =       '1.7';
+$VERSION       =       '1.8';
 $LIB           =       'LW.pm';
 $COMPONENTS    =       'libs';
 $PRELIB                =       'prelib.wpl';

  It seems that this is only an errata of release v1.8.

  Bump PORTREVISION to aware this. maintainer's email was bounced several
times, so commit this change directly.
@
text
@d15 1
a15 1
MAINTAINER=	jan@@atstake.com
@


1.4
log
@Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
@
text
@d10 1
a16 2

BROKEN=		Checksum mismatch, will be removed after Feb 2
@


1.3
log
@- Update to 1.8 and fix the checksum error reported by bento
- Pet portlint

PR:		57137
Submitted by:	Yann Berthier <yb@@sainte-barbe.org>
@
text
@d17 2
@


1.2
log
@PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add USE_PERL5 to avoid 'make package' problem.

Obtained from:		bento
@
text
@d9 4
a12 3
PORTVERSION= 	1.6
PORTREVISION=	1
CATEGORIES= 	security perl5
d14 1
a14 1
MAINTAINER= 	jan@@atstake.com
a16 3
MASTER_SITES=	http://www.wiretrip.net/rfp/${PORTNAME}/
DISTNAME=	${PORTNAME}-current

d34 8
a41 8
	@@${MKDIR} ${PREFIX}/share/doc/libwhisker \
		&& ${CHMOD} 755 ${PREFIX}/share/doc/libwhisker
	@@${MKDIR} ${PREFIX}/share/doc/libwhisker/docs \
		&& ${CHMOD} 755 ${PREFIX}/share/doc/libwhisker/docs
	@@${MKDIR} ${PREFIX}/share/doc/libwhisker/imgs \
		&& ${CHMOD} 755 ${PREFIX}/share/doc/libwhisker/imgs
	@@${MKDIR} ${PREFIX}/share/doc/libwhisker/scripts \
		&& ${CHMOD} 755 ${PREFIX}/share/doc/libwhisker/scripts
d43 1
a43 1
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/libwhisker/
d46 1
a46 1
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/libwhisker/docs/
d49 1
a49 1
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/libwhisker/imgs/
d52 1
a52 1
	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/share/doc/libwhisker/scripts/
d54 2
a55 2
	${INSTALL_SCRIPT} ${WRKSRC}/api_demo.pl ${PREFIX}/share/doc/libwhisker/
	${INSTALL_SCRIPT} ${WRKSRC}/simple.pl ${PREFIX}/share/doc/libwhisker/
@


1.1
log
@Add libwhisker 1.6, perl module to create HTTP test scripts.

PR:		42986
Submitted by:	pandzilla
@
text
@d10 1
d22 1
a22 1
STRIP_CMD=	# Do not strip file during installation
@

