Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 12:10:19 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
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
Message-ID:  <201505161210.t4GCAJeo032626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161210.t4GCAJeo032626>