svn commit: r466733 - in head/devel: . p5-Routes-Tiny
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 7 16:32:03 UTC 2018
Author: sunpoet
Date: Sat Apr 7 16:32:02 2018
New Revision: 466733
URL: https://svnweb.freebsd.org/changeset/ports/466733
Log:
Add p5-Routes-Tiny 0.21
Routes::Tiny is a lightweight routes implementation. It aims to be easy to use
in any web framework.
WWW: http://search.cpan.org/dist/Routes-Tiny/
Added:
head/devel/p5-Routes-Tiny/
head/devel/p5-Routes-Tiny/Makefile (contents, props changed)
head/devel/p5-Routes-Tiny/distinfo (contents, props changed)
head/devel/p5-Routes-Tiny/pkg-descr (contents, props changed)
head/devel/p5-Routes-Tiny/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Apr 7 16:29:23 2018 (r466732)
+++ head/devel/Makefile Sat Apr 7 16:32:02 2018 (r466733)
@@ -3253,6 +3253,7 @@
SUBDIR += p5-Rose-DateTime
SUBDIR += p5-Rose-Object
SUBDIR += p5-Router-R3
+ SUBDIR += p5-Routes-Tiny
SUBDIR += p5-RunApp
SUBDIR += p5-SDL
SUBDIR += p5-SNMP-Persist
Added: head/devel/p5-Routes-Tiny/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Routes-Tiny/Makefile Sat Apr 7 16:32:02 2018 (r466733)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Routes-Tiny
+PORTVERSION= 0.21
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:VTI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Lightweight routes implementation
+
+LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+USE_PERL5= modbuildtiny
+USES= perl5
+
+.include <bsd.port.mk>
Added: head/devel/p5-Routes-Tiny/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Routes-Tiny/distinfo Sat Apr 7 16:32:02 2018 (r466733)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503125114
+SHA256 (Routes-Tiny-0.21.tar.gz) = fd4921a1197158fa7bbc1bcb6067c3da1a4238c590d6ef2152bd4d4c6687e597
+SIZE (Routes-Tiny-0.21.tar.gz) = 18502
Added: head/devel/p5-Routes-Tiny/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Routes-Tiny/pkg-descr Sat Apr 7 16:32:02 2018 (r466733)
@@ -0,0 +1,4 @@
+Routes::Tiny is a lightweight routes implementation. It aims to be easy to use
+in any web framework.
+
+WWW: http://search.cpan.org/dist/Routes-Tiny/
Added: head/devel/p5-Routes-Tiny/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Routes-Tiny/pkg-plist Sat Apr 7 16:32:02 2018 (r466733)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/Routes/Tiny.pm
+%%SITE_PERL%%/Routes/Tiny/Match.pm
+%%SITE_PERL%%/Routes/Tiny/Pattern.pm
+%%PERL5_MAN3%%/Routes::Tiny.3.gz
+%%PERL5_MAN3%%/Routes::Tiny::Match.3.gz
+%%PERL5_MAN3%%/Routes::Tiny::Pattern.3.gz
More information about the svn-ports-all
mailing list