pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Test Initial import of p5-Apache-Test, v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd0215a3ab8b
branches:  trunk
changeset: 478940:cd0215a3ab8b
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Aug 02 12:56:14 2004 +0000

description:
Initial import of p5-Apache-Test, version 1.12, into the NetBSD Packages
Collection, from pkgsrc-wip.

Original package by Adam Migus.

Apache::Test is a test toolkit for testing an Apache server with any
configuration. It works with Apache 1.3 and Apache 2.0 and any of its
modules, including mod_perl 1.0 and 2.0. It was originally developed
for testing mod_perl 2.0.

For an extensive documentation see the tutorial:

  http://perl.apache.org/docs/general/testing/testing.html

diffstat:

 www/p5-Apache-Test/DESCR    |   8 ++++++++
 www/p5-Apache-Test/Makefile |  18 ++++++++++++++++++
 www/p5-Apache-Test/PLIST    |   1 +
 www/p5-Apache-Test/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 1a66ca40f130 -r cd0215a3ab8b www/p5-Apache-Test/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Test/DESCR  Mon Aug 02 12:56:14 2004 +0000
@@ -0,0 +1,8 @@
+Apache::Test is a test toolkit for testing an Apache server with any
+configuration. It works with Apache 1.3 and Apache 2.0 and any of its
+modules, including mod_perl 1.0 and 2.0. It was originally developed
+for testing mod_perl 2.0.
+
+For an extensive documentation see the tutorial:
+
+  http://perl.apache.org/docs/general/testing/testing.html
diff -r 1a66ca40f130 -r cd0215a3ab8b www/p5-Apache-Test/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Test/Makefile       Mon Aug 02 12:56:14 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 12:56:14 cube Exp $
+#
+
+DISTNAME=              Apache-Test-1.12
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5apt
+CATEGORIES=            www perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER=            adam%migus.org@localhost
+HOMEPAGE=              http://perl.apache.org/docs/1.0/api/Apache/test.html
+COMMENT=               Wrapper for Test.pm to test an Apache server
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Apache/Test/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1a66ca40f130 -r cd0215a3ab8b www/p5-Apache-Test/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Test/PLIST  Mon Aug 02 12:56:14 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/02 12:56:14 cube Exp $
diff -r 1a66ca40f130 -r cd0215a3ab8b www/p5-Apache-Test/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Test/distinfo       Mon Aug 02 12:56:14 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/02 12:56:14 cube Exp $
+
+SHA1 (Apache-Test-1.12.tar.gz) = d0abc65bfd8257b19e7695569d50a0e2ac85e6c2
+Size (Apache-Test-1.12.tar.gz) = 120719 bytes



Home | Main Index | Thread Index | Old Index