summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-07-06 12:24:04 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-07-06 12:24:04 +0000
commitcb53888e9bb7aad727b2cb87959d4f7deea3a4ae (patch)
tree6840b37174766277736894fbf59de0844aa4ba00 /www
parentUpdate master site--fenner's survey showed the old one has not been working. (diff)
Add p5-Apache-Test 1.03,
Test.pm wrapper with helpers for testing Apache.
Notes
Notes: svn path=/head/; revision=84301
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Apache-Test/Makefile36
-rw-r--r--www/p5-Apache-Test/distinfo1
-rw-r--r--www/p5-Apache-Test/pkg-descr9
-rw-r--r--www/p5-Apache-Test/pkg-plist32
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