pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Test-HTTP-Server-Simple Initial import of p5-Te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e9e204bfadd
branches:  trunk
changeset: 546183:7e9e204bfadd
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 12:45:19 2008 +0000

description:
Initial import of p5-Test-HTTP-Server-Simple version 0.09 in the
NetBSD Packages Collection.

The Perl 5 module Test::HTTP::Server::Simple is a mixin class
providing methods to test an HTTP::Server::Simple-based web server.

diffstat:

 www/p5-Test-HTTP-Server-Simple/DESCR    |   2 ++
 www/p5-Test-HTTP-Server-Simple/Makefile |  22 ++++++++++++++++++++++
 www/p5-Test-HTTP-Server-Simple/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 557b28c06743 -r 7e9e204bfadd www/p5-Test-HTTP-Server-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-HTTP-Server-Simple/DESCR      Sat Aug 23 12:45:19 2008 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Test::HTTP::Server::Simple is a mixin class
+providing methods to test an HTTP::Server::Simple-based web server.
diff -r 557b28c06743 -r 7e9e204bfadd www/p5-Test-HTTP-Server-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-HTTP-Server-Simple/Makefile   Sat Aug 23 12:45:19 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 12:45:19 seb Exp $
+
+DISTNAME=      Test-HTTP-Server-Simple-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-HTTP-Server-Simple/
+COMMENT=       Perl 5 module providing Test::More functions for HTTP::Server::Simple
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/HTTP/Server/Simple/.packlist
+
+DEPENDS+=      p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
+# This may be only a build dependency
+DEPENDS+=      p5-Test-Simple>0.62:../../devel/p5-Test-Simple
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 557b28c06743 -r 7e9e204bfadd www/p5-Test-HTTP-Server-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-HTTP-Server-Simple/distinfo   Sat Aug 23 12:45:19 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/23 12:45:19 seb Exp $
+
+SHA1 (Test-HTTP-Server-Simple-0.09.tar.gz) = f30fd9d1bb45d9bb101d5e0cd049abb222f54cda
+RMD160 (Test-HTTP-Server-Simple-0.09.tar.gz) = 215f89fea7ec0bb990312bd8cdba2ba7078c29e6
+Size (Test-HTTP-Server-Simple-0.09.tar.gz) = 6136 bytes



Home | Main Index | Thread Index | Old Index