head	1.8;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.12.16.06.17.00;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.07.11.18.12.29;	author crees;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.30.14.31.06;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.20.01.28.54;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.38.29;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.11.48;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.12.08.28.30;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	webinject
# Date created:				August 22nd 2006
# Whom:	      				Gerrit Beine <gerrit.beine@@gmx.de>
#
# $FreeBSD: head/www/webinject/Makefile 308985 2012-12-16 06:12:28Z az $
#

PORTNAME=	webinject
PORTVERSION=	1.41
PORTREVISION=	1
CATEGORIES=	www perl5 devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20Source%20Code%20%28with%20UNIX%20style%20line%20endings%29
DISTNAME=	${PORTNAME}-${PORTVERSION}.src

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A tool for automated testing of web applications

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Error>=0:${PORTSDIR}/lang/p5-Error \
	        p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay

.if !defined(WITHOUT_X11)
# some work to do here
#RUN_DEPENDS+=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
.endif

USE_PERL5=	yes
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES=	bin/webinject.pl \
		${DATADIR:S,^${PREFIX}/,,}/config.xml \
		${DATADIR:S,^${PREFIX}/,,}/testcases.xml
PLIST_DIRS=	${DATADIR:S,^${PREFIX}/,,}

do-install:
	@@${MKDIR} ${DATADIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} *.xml ${DATADIR}
	@@cd ${WRKSRC} && ${INSTALL_SCRIPT} webinject.pl ${PREFIX}/bin

.if !defined(NOPORTDOCS)
PORTDOCS=	LICENSE README

post-install:
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/webinject/Makefile 300897 2012-07-14 14:29:18Z beat $
d28 1
a28 1
USE_PERL5=	5.8.0+
@


1.6
log
@Reset maintainership for ports maintained by Gerrit Beine.

He had requested this some time ago, so any past timeouts should not be held
against him.

Your work in the past has been much appreciated, thank you.

Submitted by:	maintainer, via private email
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d15 1
a15 1
MAINTAINER=	gerrit.beine@@gmx.de
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 1).

Approved by:	portmgr (itetcu)
@
text
@d18 4
a21 4
RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
	        ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay
d25 1
a25 1
#RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a18 2
		${SITE_PERL}/mach/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	webinject
@


1.1
log
@WebInject is a free tool for automated testing of web applications and web
services. It can be used to test individual system components that have HTTP
interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, XML/SOAP Web Services,
etc), and can be used as a test harness to create a suite of [HTTP level]
automated functional, acceptance, and regression tests. A test harness, also
referred to as a test driver or a test framework, allows you to run many
test cases and collect/report your results. WebInject offers real-time
results display and may also be used for monitoring system response times.

WebInject can be used as a complete test framework that is controlled by the
WebInject User Interface (GUI). Optionally, it can be used as a standalone
test runner (text/console application) which can be integrated and called
from other test frameworks or applications.

WWW: http://www.webinject.org/

PR:		ports/102402
Submitted by:	Gerrit Beine <gerrit.beine(at)gmx.de>
@
text
@d30 1
d53 1
a53 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=	requires at least Perl 5.8 due to dependencies.  Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@

