Date: Wed, 18 Feb 2015 16:15:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379220 - in head/devel: . p5-Test-Fake-HTTPD Message-ID: <201502181615.t1IGFTGq055283@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 18 16:15:28 2015 New Revision: 379220 URL: https://svnweb.freebsd.org/changeset/ports/379220 QAT: https://qat.redports.org/buildarchive/r379220/ Log: - Add p5-Test-Fake-HTTPD 0.07 Test::Fake::HTTPD is a fake HTTP server module for testing. WWW: http://search.cpan.org/dist/Test-Fake-HTTPD/ Added: head/devel/p5-Test-Fake-HTTPD/ head/devel/p5-Test-Fake-HTTPD/Makefile (contents, props changed) head/devel/p5-Test-Fake-HTTPD/distinfo (contents, props changed) head/devel/p5-Test-Fake-HTTPD/pkg-descr (contents, props changed) head/devel/p5-Test-Fake-HTTPD/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 18 16:14:53 2015 (r379219) +++ head/devel/Makefile Wed Feb 18 16:15:28 2015 (r379220) @@ -2955,6 +2955,7 @@ SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings + SUBDIR += p5-Test-Fake-HTTPD SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents Added: head/devel/p5-Test-Fake-HTTPD/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/Makefile Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,35 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test-Fake-HTTPD +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fake HTTP server + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \ + p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Test-SharedFork>=0.29:${PORTSDIR}/devel/p5-Test-SharedFork \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww + +OPTIONS_DEFINE= SSL + +USE_PERL5= configure +USES= perl5 + +SSL_BUILD_DEPENDS= p5-HTTP-Daemon-SSL>=0:${PORTSDIR}/www/p5-HTTP-Daemon-SSL +SSL_RUN_DEPENDS= p5-HTTP-Daemon-SSL>=0:${PORTSDIR}/www/p5-HTTP-Daemon-SSL + +.include <bsd.port.mk> Added: head/devel/p5-Test-Fake-HTTPD/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/distinfo Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,2 @@ +SHA256 (Test-Fake-HTTPD-0.07.tar.gz) = 708e6e5f168b562c3d060369583fc146eec1bbcf526d48f4e5ef8ee8f9f41209 +SIZE (Test-Fake-HTTPD-0.07.tar.gz) = 25776 Added: head/devel/p5-Test-Fake-HTTPD/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/pkg-descr Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,3 @@ +Test::Fake::HTTPD is a fake HTTP server module for testing. + +WWW: http://search.cpan.org/dist/Test-Fake-HTTPD/ Added: head/devel/p5-Test-Fake-HTTPD/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/pkg-plist Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Test/Fake/HTTPD.pm +%%SITE_PERL%%/Test/Fake/README.pod +%%PERL5_MAN3%%/Test::Fake::HTTPD.3.gz +%%PERL5_MAN3%%/Test::Fake::README.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181615.t1IGFTGq055283>