From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:15:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97B5651A; Wed, 18 Feb 2015 16:15:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 819F6D6F; Wed, 18 Feb 2015 16:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGFUMr055288; Wed, 18 Feb 2015 16:15:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGFTGq055283; Wed, 18 Feb 2015 16:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181615.t1IGFTGq055283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:15:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 16:15:30 -0000 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 +# $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 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