1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add www/p5-Test-HTTP-Server-Simple 0.02, a Perl modules which provides

Test::More functions for HTTP::Server::Simple.
This commit is contained in:
Anton Berezin 2005-12-27 10:46:15 +00:00
parent 9e26ce78f0
commit be15a91570
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152178
5 changed files with 50 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: www/p5-Test-HTTP-Server-Simple
# Date created: 27 December 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -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

View File

@ -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/

View File

@ -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