[Midnightbsd-cvs] mports [22908] trunk/www: add router simple
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 7 12:04:19 EDT 2017
Revision: 22908
http://svnweb.midnightbsd.org/mports/?rev=22908
Author: laffer1
Date: 2017-10-07 12:04:19 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
add router simple
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/p5-Router-Simple/
trunk/www/p5-Router-Simple/Makefile
trunk/www/p5-Router-Simple/distinfo
trunk/www/p5-Router-Simple/pkg-descr
trunk/www/p5-Router-Simple/pkg-plist
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2017-10-07 16:03:06 UTC (rev 22907)
+++ trunk/www/Makefile 2017-10-07 16:04:19 UTC (rev 22908)
@@ -81,6 +81,7 @@
SUBDIR += p5-LWP-MediaTypes
SUBDIR += p5-LWP-Protocol-https
SUBDIR += p5-Mozilla-CA
+SUBDIR += p5-Router-Simple
SUBDIR += p5-Template-GD
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-WWW-Curl
Added: trunk/www/p5-Router-Simple/Makefile
===================================================================
--- trunk/www/p5-Router-Simple/Makefile (rev 0)
+++ trunk/www/p5-Router-Simple/Makefile 2017-10-07 16:04:19 UTC (rev 22908)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/p5-Router-Simple/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Router-Simple
+PORTVERSION= 0.17
+CATEGORIES= www net perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Simple HTTP Router
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
+USE_PERL5= modbuild
+USES= perl5
+PERL_MODBUILD= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-Router-Simple/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Router-Simple/distinfo
===================================================================
--- trunk/www/p5-Router-Simple/distinfo (rev 0)
+++ trunk/www/p5-Router-Simple/distinfo 2017-10-07 16:04:19 UTC (rev 22908)
@@ -0,0 +1,2 @@
+SHA256 (Router-Simple-0.17.tar.gz) = 334615620f38eee15620ccdbf2dbd8b0a403ba1610e5b27d51737d8b0fb0c89d
+SIZE (Router-Simple-0.17.tar.gz) = 19990
Property changes on: trunk/www/p5-Router-Simple/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Router-Simple/pkg-descr
===================================================================
--- trunk/www/p5-Router-Simple/pkg-descr (rev 0)
+++ trunk/www/p5-Router-Simple/pkg-descr 2017-10-07 16:04:19 UTC (rev 22908)
@@ -0,0 +1,5 @@
+Router::Simple is a simple router class. Its main purpose is to serve as a
+dispatcher for web applications. Router::Simple can match against PSGI $env
+directly, which means it's easy to use with PSGI supporting web frameworks.
+
+WWW: http://search.cpan.org/dist/Router-Simple/
Property changes on: trunk/www/p5-Router-Simple/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Router-Simple/pkg-plist
===================================================================
--- trunk/www/p5-Router-Simple/pkg-plist (rev 0)
+++ trunk/www/p5-Router-Simple/pkg-plist 2017-10-07 16:04:19 UTC (rev 22908)
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/Router/Simple.pm
+%%SITE_PERL%%/Router/Simple/Cookbook.pod
+%%SITE_PERL%%/Router/Simple/Declare.pm
+%%SITE_PERL%%/Router/Simple/Route.pm
+%%SITE_PERL%%/Router/Simple/SubMapper.pm
+%%PERL5_MAN3%%/Router::Simple.3.gz
+%%PERL5_MAN3%%/Router::Simple::Cookbook.3.gz
+%%PERL5_MAN3%%/Router::Simple::Declare.3.gz
+%%PERL5_MAN3%%/Router::Simple::Route.3.gz
+%%PERL5_MAN3%%/Router::Simple::SubMapper.3.gz
Property changes on: trunk/www/p5-Router-Simple/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list