Import Apache::Test 1.09, submitted by Michael Coulter <mjc@bitz.ca>.
Apache::Test is a wrapper around the standard Test.pm with helpers for testing an Apache server.
This commit is contained in:
parent
3e378d2b5d
commit
53d209d74d
23
www/p5-Apache-Test/Makefile
Normal file
23
www/p5-Apache-Test/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/16 22:17:14 naddy Exp $
|
||||
|
||||
COMMENT= "Test wrapper with helpers for testing Apache"
|
||||
|
||||
DISTNAME= Apache-Test-1.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
||||
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
||||
|
||||
# Apache License 2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
# does not work
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Apache-Test/distinfo
Normal file
3
www/p5-Apache-Test/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Apache-Test-1.09.tar.gz) = 69ed8680ba3759b3396aaa7ee8b92189
|
||||
RMD160 (Apache-Test-1.09.tar.gz) = 7e6ae01f27bb56c4e58e2a01ae071c83a758f0a9
|
||||
SHA1 (Apache-Test-1.09.tar.gz) = 257144b89b27ed422d98725083ace16069d55c85
|
14
www/p5-Apache-Test/patches/patch-Makefile_PL
Normal file
14
www/p5-Apache-Test/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/16 22:17:14 naddy Exp $
|
||||
--- Makefile.PL.orig 2004-04-10 13:31:46.000000000 -0700
|
||||
+++ Makefile.PL 2004-04-10 13:32:11.000000000 -0700
|
||||
@@ -89,8 +89,8 @@ sub MY::constants {
|
||||
$string .= <<'EOI';
|
||||
|
||||
# install into the same location as mod_perl 2.0
|
||||
-INSTALLSITELIB = $(INSTALLSITEARCH)
|
||||
-DESTINSTALLSITELIB = $(DESTINSTALLSITEARCH)
|
||||
+# INSTALLSITELIB = $(INSTALLSITEARCH)
|
||||
+# DESTINSTALLSITELIB = $(DESTINSTALLSITEARCH)
|
||||
EOI
|
||||
}
|
||||
|
2
www/p5-Apache-Test/pkg/DESCR
Normal file
2
www/p5-Apache-Test/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Apache::Test is a wrapper around the standard Test.pm
|
||||
with helpers for testing an Apache server.
|
48
www/p5-Apache-Test/pkg/PLIST
Normal file
48
www/p5-Apache-Test/pkg/PLIST
Normal file
@ -0,0 +1,48 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/16 22:17:14 naddy Exp $
|
||||
${P5SITE}/Apache/Test.pm
|
||||
${P5SITE}/Apache/Test5005compat.pm
|
||||
${P5SITE}/Apache/TestBuild.pm
|
||||
${P5SITE}/Apache/TestClient.pm
|
||||
${P5SITE}/Apache/TestCommon.pm
|
||||
${P5SITE}/Apache/TestCommonPost.pm
|
||||
${P5SITE}/Apache/TestConfig.pm
|
||||
${P5SITE}/Apache/TestConfigC.pm
|
||||
${P5SITE}/Apache/TestConfigData.pm
|
||||
${P5SITE}/Apache/TestConfigParse.pm
|
||||
${P5SITE}/Apache/TestConfigPerl.pm
|
||||
${P5SITE}/Apache/TestHandler.pm
|
||||
${P5SITE}/Apache/TestHarness.pm
|
||||
${P5SITE}/Apache/TestMM.pm
|
||||
${P5SITE}/Apache/TestPerlDB.pm
|
||||
${P5SITE}/Apache/TestReport.pm
|
||||
${P5SITE}/Apache/TestReportPerl.pm
|
||||
${P5SITE}/Apache/TestRequest.pm
|
||||
${P5SITE}/Apache/TestRun.pm
|
||||
${P5SITE}/Apache/TestRunPerl.pm
|
||||
${P5SITE}/Apache/TestSSLCA.pm
|
||||
${P5SITE}/Apache/TestServer.pm
|
||||
${P5SITE}/Apache/TestSmoke.pm
|
||||
${P5SITE}/Apache/TestSmokePerl.pm
|
||||
${P5SITE}/Apache/TestSort.pm
|
||||
${P5SITE}/Apache/TestTrace.pm
|
||||
${P5SITE}/Apache/TestUtil.pm
|
||||
${P5SITE}/Bundle/ApacheTest.pm
|
||||
@comment ${P5ARCH}/auto/Apache/Test/.packlist
|
||||
man/man3p/Apache::Test.3p
|
||||
man/man3p/Apache::TestConfig.3p
|
||||
man/man3p/Apache::TestConfigData.3p
|
||||
man/man3p/Apache::TestMM.3p
|
||||
man/man3p/Apache::TestReport.3p
|
||||
man/man3p/Apache::TestRequest.3p
|
||||
man/man3p/Apache::TestRun.3p
|
||||
man/man3p/Apache::TestSmoke.3p
|
||||
man/man3p/Apache::TestTrace.3p
|
||||
man/man3p/Apache::TestUtil.3p
|
||||
man/man3p/Bundle::ApacheTest.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Apache/Test
|
||||
@comment @dirrm ${P5ARCH}/auto/Apache
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Bundle
|
||||
@dirrm ${P5SITE}/Apache
|
Loading…
x
Reference in New Issue
Block a user