From owner-svn-ports-all@FreeBSD.ORG Sat May 16 12:10:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 735FA2FC; Sat, 16 May 2015 12:10:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 627E01EF9; Sat, 16 May 2015 12:10:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GCAK5h032634; Sat, 16 May 2015 12:10:20 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GCAJeo032626; Sat, 16 May 2015 12:10:19 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201505161210.t4GCAJeo032626@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sat, 16 May 2015 12:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386524 - in head/devel: . p5-Types-URI X-SVN-Group: ports-head 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.20 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, 16 May 2015 12:10:20 -0000 Author: kuriyama Date: Sat May 16 12:10:18 2015 New Revision: 386524 URL: https://svnweb.freebsd.org/changeset/ports/386524 Log: Types::URI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. WWW: http://search.cpan.org/dist/Types-URI/ Added: head/devel/p5-Types-URI/ head/devel/p5-Types-URI/Makefile (contents, props changed) head/devel/p5-Types-URI/distinfo (contents, props changed) head/devel/p5-Types-URI/pkg-descr (contents, props changed) head/devel/p5-Types-URI/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 16 12:05:39 2015 (r386523) +++ head/devel/Makefile Sat May 16 12:10:18 2015 (r386524) @@ -3201,6 +3201,7 @@ SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser + SUBDIR += p5-Types-URI SUBDIR += p5-Types-UUID SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog Added: head/devel/p5-Types-URI/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-URI/Makefile Sat May 16 12:10:18 2015 (r386524) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= Types-URI +PORTVERSION= 0.006 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TOBYINK +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for type constraints and coercions for URIs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Type-Tiny>=1.000000:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-Types-Path-Tiny>0:${PORTSDIR}/devel/p5-Types-Path-Tiny \ + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-Types-UUID>=0:${PORTSDIR}/devel/p5-Types-UUID \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-URI-FromHash>0:${PORTSDIR}/net/p5-URI-FromHash +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/devel/p5-Types-URI/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-URI/distinfo Sat May 16 12:10:18 2015 (r386524) @@ -0,0 +1,2 @@ +SHA256 (Types-URI-0.006.tar.gz) = 8fc375362c177fd3d5b8734c73457d1acf2343a1f0842a90b413cc2067187998 +SIZE (Types-URI-0.006.tar.gz) = 17259 Added: head/devel/p5-Types-URI/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-URI/pkg-descr Sat May 16 12:10:18 2015 (r386524) @@ -0,0 +1,4 @@ +Types::URI is a type constraint library suitable for use with +Moo/Moose attributes, Kavorka sub signatures, and so forth. + +WWW: http://search.cpan.org/dist/Types-URI/ Added: head/devel/p5-Types-URI/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-URI/pkg-plist Sat May 16 12:10:18 2015 (r386524) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Types::URI.3.gz +%%SITE_PERL%%/Types/URI.pm