From be15a91570adc30fc6ef76e96337fcb1b1108bc7 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Tue, 27 Dec 2005 10:46:15 +0000 Subject: Add www/p5-Test-HTTP-Server-Simple 0.02, a Perl modules which provides Test::More functions for HTTP::Server::Simple. --- www/Makefile | 1 + www/p5-Test-HTTP-Server-Simple/Makefile | 33 ++++++++++++++++++++++++++++++++ www/p5-Test-HTTP-Server-Simple/distinfo | 3 +++ www/p5-Test-HTTP-Server-Simple/pkg-descr | 4 ++++ www/p5-Test-HTTP-Server-Simple/pkg-plist | 9 +++++++++ 5 files changed, 50 insertions(+) create mode 100644 www/p5-Test-HTTP-Server-Simple/Makefile create mode 100644 www/p5-Test-HTTP-Server-Simple/distinfo create mode 100644 www/p5-Test-HTTP-Server-Simple/pkg-descr create mode 100644 www/p5-Test-HTTP-Server-Simple/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index c528847bc9c6..a44e567f33e9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -658,6 +658,7 @@ SUBDIR += p5-Template-Plugin-Monta SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit + SUBDIR += p5-Test-HTTP-Server-Simple SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-Sequin SUBDIR += p5-W3C-LinkChecker diff --git a/www/p5-Test-HTTP-Server-Simple/Makefile b/www/p5-Test-HTTP-Server-Simple/Makefile new file mode 100644 index 000000000000..2c583485367f --- /dev/null +++ b/www/p5-Test-HTTP-Server-Simple/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: www/p5-Test-HTTP-Server-Simple +# Date created: 27 December 2005 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= Test-HTTP-Server-Simple +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Test::More functions for HTTP::Server::Simple + +BUILD_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \ + ${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT \ + ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Test::HTTP::Server::Simple.3 + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include diff --git a/www/p5-Test-HTTP-Server-Simple/distinfo b/www/p5-Test-HTTP-Server-Simple/distinfo new file mode 100644 index 000000000000..6bf4d88b68af --- /dev/null +++ b/www/p5-Test-HTTP-Server-Simple/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-HTTP-Server-Simple-0.02.tar.gz) = 995c62aed2d3caa640a653109d7e8689 +SHA256 (Test-HTTP-Server-Simple-0.02.tar.gz) = 99a7b986bbe2b498092808058be5b388b150c5c481276c4d36c9442e902cd9be +SIZE (Test-HTTP-Server-Simple-0.02.tar.gz) = 4826 diff --git a/www/p5-Test-HTTP-Server-Simple/pkg-descr b/www/p5-Test-HTTP-Server-Simple/pkg-descr new file mode 100644 index 000000000000..804fa44c2a55 --- /dev/null +++ b/www/p5-Test-HTTP-Server-Simple/pkg-descr @@ -0,0 +1,4 @@ +This mixin class provides methods to test an HTTP::Server::Simple-based web +server. Currently, it provides only one such method: started_ok. + +WWW: http://search.cpan.org/dist/Test-HTTP-Server-Simple/ diff --git a/www/p5-Test-HTTP-Server-Simple/pkg-plist b/www/p5-Test-HTTP-Server-Simple/pkg-plist new file mode 100644 index 000000000000..e6b786db84f6 --- /dev/null +++ b/www/p5-Test-HTTP-Server-Simple/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Test/HTTP/Server/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTTP/Server/Simple/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTTP/Server/Simple 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTTP/Server 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Test/HTTP/Server 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Test/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true -- cgit v1.2.3