diff options
author | skv <skv@FreeBSD.org> | 2003-07-06 20:24:04 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-07-06 20:24:04 +0800 |
commit | 98f531dff11288eaa783a44ca8e06e507e5fe389 (patch) | |
tree | 1581aeff8274fa89536cd0f4169769880c3613ce /www | |
parent | b3a376fa2c0f59157c8a05d56d0ad9352ce31d6d (diff) | |
download | freebsd-ports-gnome-98f531dff11288eaa783a44ca8e06e507e5fe389.tar.gz freebsd-ports-gnome-98f531dff11288eaa783a44ca8e06e507e5fe389.tar.zst freebsd-ports-gnome-98f531dff11288eaa783a44ca8e06e507e5fe389.zip |
Add p5-Apache-Test 1.03,
Test.pm wrapper with helpers for testing
Apache.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Test/Makefile | 36 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-Test/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-Apache-Test/pkg-plist | 32 |
5 files changed, 79 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c85fc14cec6c..630b311a56d4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -304,6 +304,7 @@ SUBDIR += p5-Apache-Session-PHP SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-Apache-SubProcess + SUBDIR += p5-Apache-Test SUBDIR += p5-ApacheBench SUBDIR += p5-AxKit SUBDIR += p5-AxKit-XSP-Cookie diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile new file mode 100644 index 000000000000..48da6f4dd314 --- /dev/null +++ b/www/p5-Apache-Test/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Apache-Test +# Date created: 05 July 2003 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Apache-Test +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Test.pm wrapper with helpers for testing Apache + +.if defined(WITH_MODPERL2) +IGNORE= "This port is already included in mod_perl2" +.else +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +BUILD_DEPENDS= ${RUN_DEPENDS} +.endif + +PERL_CONFIGURE= yes + +MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestSmoke.3 \ + Apache::TestTrace.3 Apache::TestUtil.3 Bundle::ApacheTest.3 + +post-patch: + @${PERL} -pi.bak -e 's/^/#/ if $$.==26;' ${WRKSRC}/Makefile.PL + +post-configure: + @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo new file mode 100644 index 000000000000..859c8c130863 --- /dev/null +++ b/www/p5-Apache-Test/distinfo @@ -0,0 +1 @@ +MD5 (Apache-Test-1.03.tar.gz) = 8ed7fd0bb829bf7c16850aafd282ffbf diff --git a/www/p5-Apache-Test/pkg-descr b/www/p5-Apache-Test/pkg-descr new file mode 100644 index 000000000000..409afd179804 --- /dev/null +++ b/www/p5-Apache-Test/pkg-descr @@ -0,0 +1,9 @@ +Apache::Test is a wrapper around the standard Test.pm with helpers for +testing an Apache server. + +Note that Apache::Test is already included in mod_perl2. + +WWW: http://search.cpan.org/dist/Apache-Test/ + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/www/p5-Apache-Test/pkg-plist b/www/p5-Apache-Test/pkg-plist new file mode 100644 index 000000000000..5e18f83f0d73 --- /dev/null +++ b/www/p5-Apache-Test/pkg-plist @@ -0,0 +1,32 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Test/.packlist +%%SITE_PERL%%/Apache/Test.pm +%%SITE_PERL%%/Apache/Test5005compat.pm +%%SITE_PERL%%/Apache/TestBuild.pm +%%SITE_PERL%%/Apache/TestClient.pm +%%SITE_PERL%%/Apache/TestCommon.pm +%%SITE_PERL%%/Apache/TestCommonPost.pm +%%SITE_PERL%%/Apache/TestConfig.pm +%%SITE_PERL%%/Apache/TestConfigC.pm +%%SITE_PERL%%/Apache/TestConfigParse.pm +%%SITE_PERL%%/Apache/TestConfigPerl.pm +%%SITE_PERL%%/Apache/TestHandler.pm +%%SITE_PERL%%/Apache/TestHarness.pm +%%SITE_PERL%%/Apache/TestMM.pm +%%SITE_PERL%%/Apache/TestPerlDB.pm +%%SITE_PERL%%/Apache/TestReport.pm +%%SITE_PERL%%/Apache/TestReportPerl.pm +%%SITE_PERL%%/Apache/TestRequest.pm +%%SITE_PERL%%/Apache/TestRun.pm +%%SITE_PERL%%/Apache/TestRunPerl.pm +%%SITE_PERL%%/Apache/TestSSLCA.pm +%%SITE_PERL%%/Apache/TestServer.pm +%%SITE_PERL%%/Apache/TestSmoke.pm +%%SITE_PERL%%/Apache/TestSmokePerl.pm +%%SITE_PERL%%/Apache/TestSort.pm +%%SITE_PERL%%/Apache/TestTrace.pm +%%SITE_PERL%%/Apache/TestUtil.pm +%%SITE_PERL%%/Bundle/ApacheTest.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Test +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true |