Date: Wed, 19 Dec 2012 14:36:05 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309243 - in head/www: . p5-Nginx-Simple Message-ID: <201212191436.qBJEa5i2016391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Wed Dec 19 14:36:05 2012 New Revision: 309243 URL: http://svnweb.freebsd.org/changeset/ports/309243 Log: Nginx::Simple is a Perl module which allows for a "Apache mod_perl-like" interface. WWW: http://search.cpan.org/dist/Nginx-Simple/ PR: ports/171164 Submitted by: simond@irrelevant.org Added: head/www/p5-Nginx-Simple/ head/www/p5-Nginx-Simple/Makefile (contents, props changed) head/www/p5-Nginx-Simple/distinfo (contents, props changed) head/www/p5-Nginx-Simple/pkg-descr (contents, props changed) head/www/p5-Nginx-Simple/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Dec 19 14:28:06 2012 (r309242) +++ head/www/Makefile Wed Dec 19 14:36:05 2012 (r309243) @@ -1077,6 +1077,7 @@ SUBDIR += p5-Net-eBay SUBDIR += p5-Newsletter SUBDIR += p5-Nginx-ReadBody + SUBDIR += p5-Nginx-Simple SUBDIR += p5-PHP-Session SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-UserAgent Added: head/www/p5-Nginx-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Nginx-Simple/Makefile Wed Dec 19 14:36:05 2012 (r309243) @@ -0,0 +1,20 @@ +# Created by: Simon Dick <simond@irrelevant.org> +# $FreeBSD$ + +PORTNAME= Nginx-Simple +PORTVERSION= 0.07 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= simond@irrelevant.org +COMMENT= Perl 5 module for easy to use interface for Nginx Perl Module + +PERL_CONFIGURE= YES + +MAN3= Nginx::Simple::Dispatch.3 Nginx::Simple::Cookie.3 \ + Nginx::Simple::Ajax.3 Nginx::Simple.3 \ + Nginx::Simple::Dispatcher::Attributes.3 \ + Nginx::Simple::Dispatcher.3 + +.include <bsd.port.mk> Added: head/www/p5-Nginx-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Nginx-Simple/distinfo Wed Dec 19 14:36:05 2012 (r309243) @@ -0,0 +1,2 @@ +SHA256 (Nginx-Simple-0.07.tar.gz) = d4699f160edb8ac4c4c23a3485e6648e9f339f904e5c400dfe33843628cafae3 +SIZE (Nginx-Simple-0.07.tar.gz) = 31522 Added: head/www/p5-Nginx-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Nginx-Simple/pkg-descr Wed Dec 19 14:36:05 2012 (r309243) @@ -0,0 +1,4 @@ +Nginx::Simple is a Perl module which allows for a "Apache mod_perl-like" +interface. + +WWW: http://search.cpan.org/dist/Nginx-Simple/ Added: head/www/p5-Nginx-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Nginx-Simple/pkg-plist Wed Dec 19 14:36:05 2012 (r309243) @@ -0,0 +1,13 @@ +bin/ngs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx/Simple/.packlist +%%SITE_PERL%%/Nginx/Simple.pm +%%SITE_PERL%%/Nginx/Simple/Dispatch.pm +%%SITE_PERL%%/Nginx/Simple/Ajax.pm +%%SITE_PERL%%/Nginx/Simple/Cookie.pm +%%SITE_PERL%%/Nginx/Simple/Dispatcher.pm +%%SITE_PERL%%/Nginx/Simple/Dispatcher/Attributes.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx +@dirrmtry %%SITE_PERL%%/Nginx/Simple/Dispatcher +@dirrmtry %%SITE_PERL%%/Nginx/Simple +@dirrmtry %%SITE_PERL%%/Nginx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191436.qBJEa5i2016391>