From owner-svn-ports-all@freebsd.org Sat Apr 7 16:32:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 240B9F9523F; Sat, 7 Apr 2018 16:32:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8EDC8478D; Sat, 7 Apr 2018 16:32:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3F0823362; Sat, 7 Apr 2018 16:32:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w37GW2c6065491; Sat, 7 Apr 2018 16:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w37GW225065484; Sat, 7 Apr 2018 16:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804071632.w37GW225065484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Apr 2018 16:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466733 - in head/devel: . p5-Routes-Tiny X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Routes-Tiny X-SVN-Commit-Revision: 466733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2018 16:32:03 -0000 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 +# $FreeBSD$ + +PORTNAME= Routes-Tiny +PORTVERSION= 0.21 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VTI +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Lightweight routes implementation + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= modbuildtiny +USES= perl5 + +.include 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