mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-Apache-Test 1.03,
Test.pm wrapper with helpers for testing Apache.
This commit is contained in:
parent
925ceabb52
commit
cb53888e9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84301
@ -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
|
||||
|
36
www/p5-Apache-Test/Makefile
Normal file
36
www/p5-Apache-Test/Makefile
Normal file
@ -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>
|
1
www/p5-Apache-Test/distinfo
Normal file
1
www/p5-Apache-Test/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Apache-Test-1.03.tar.gz) = 8ed7fd0bb829bf7c16850aafd282ffbf
|
9
www/p5-Apache-Test/pkg-descr
Normal file
9
www/p5-Apache-Test/pkg-descr
Normal file
@ -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
|
32
www/p5-Apache-Test/pkg-plist
Normal file
32
www/p5-Apache-Test/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user