Date: Thu, 19 Dec 2013 04:06:00 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336864 - in head/www: . p5-Test-Nginx Message-ID: <201312190406.rBJ460eB027372@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Dec 19 04:05:59 2013 New Revision: 336864 URL: http://svnweb.freebsd.org/changeset/ports/336864 Log: Add Test-Nginx, it's testing module for nginx development. Added: head/www/p5-Test-Nginx/ head/www/p5-Test-Nginx/Makefile (contents, props changed) head/www/p5-Test-Nginx/distinfo (contents, props changed) head/www/p5-Test-Nginx/pkg-descr (contents, props changed) head/www/p5-Test-Nginx/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Dec 19 03:36:42 2013 (r336863) +++ head/www/Makefile Thu Dec 19 04:05:59 2013 (r336864) @@ -1211,6 +1211,7 @@ SUBDIR += p5-Tenjin SUBDIR += p5-Test-HTTP SUBDIR += p5-Test-HTTP-Server-Simple + SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler SUBDIR += p5-Tie-TinyURL Added: head/www/p5-Test-Nginx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Test-Nginx/Makefile Thu Dec 19 04:05:59 2013 (r336864) @@ -0,0 +1,26 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= Test-Nginx +PORTVERSION= 0.22 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Testing modules for Nginx C module development + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString \ + p5-Test-Base=>0:${PORTSDIR}/devel/p5-Test-Base \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ + p5-libwww>=6:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-Test-Nginx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Test-Nginx/distinfo Thu Dec 19 04:05:59 2013 (r336864) @@ -0,0 +1,2 @@ +SHA256 (Test-Nginx-0.22.tar.gz) = cbad54d7d963cd414dce94464c1ade58de0f569b8a82b38d5a880a77bdb3fdca +SIZE (Test-Nginx-0.22.tar.gz) = 100817 Added: head/www/p5-Test-Nginx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Test-Nginx/pkg-descr Thu Dec 19 04:05:59 2013 (r336864) @@ -0,0 +1,3 @@ +Testing modules for Nginx C module development + +WWW: http://search.cpan.org/dist/Test-Nginx/ Added: head/www/p5-Test-Nginx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Test-Nginx/pkg-plist Thu Dec 19 04:05:59 2013 (r336864) @@ -0,0 +1,12 @@ +%%PERL5_MAN3%%/Test::Nginx.3.gz +%%PERL5_MAN3%%/Test::Nginx::LWP.3.gz +%%PERL5_MAN3%%/Test::Nginx::Socket.3.gz +%%SITE_PERL%%/Test/Nginx.pm +%%SITE_PERL%%/Test/Nginx/LWP.pm +%%SITE_PERL%%/Test/Nginx/Socket.pm +%%SITE_PERL%%/Test/Nginx/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Nginx/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Nginx +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test/Nginx +@dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312190406.rBJ460eB027372>