Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 18:17:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484707 - in head/devel: . p5-IRI
Message-ID:  <201811111817.wABIHxKQ029699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 11 18:17:59 2018
New Revision: 484707
URL: https://svnweb.freebsd.org/changeset/ports/484707

Log:
  Add p5-IRI 0.009
  
  The IRI module provides an object representation for Internationalized Resource
  Identifiers (IRIs) as defined by RFC 3987 and supports their parsing,
  serializing, and base resolution.
  
  WWW: https://metacpan.org/release/IRI

Added:
  head/devel/p5-IRI/
  head/devel/p5-IRI/Makefile   (contents, props changed)
  head/devel/p5-IRI/distinfo   (contents, props changed)
  head/devel/p5-IRI/pkg-descr   (contents, props changed)
  head/devel/p5-IRI/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Nov 11 18:03:48 2018	(r484706)
+++ head/devel/Makefile	Sun Nov 11 18:17:59 2018	(r484707)
@@ -2780,6 +2780,7 @@
     SUBDIR += p5-IPC-ShellCmd
     SUBDIR += p5-IPC-Signal
     SUBDIR += p5-IPC-System-Simple
+    SUBDIR += p5-IRI
     SUBDIR += p5-Import-Base
     SUBDIR += p5-Import-Into
     SUBDIR += p5-Importer

Added: head/devel/p5-IRI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IRI/Makefile	Sun Nov 11 18:17:59 2018	(r484707)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	IRI
+PORTVERSION=	0.009
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:GWILLIAMS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Internationalized Resource Identifiers
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+		p5-MooX-HandlesVia>=0:devel/p5-MooX-HandlesVia \
+		p5-Type-Tiny>=0.008:devel/p5-Type-Tiny
+TEST_DEPENDS=	p5-Try-Tiny>=0:lang/p5-Try-Tiny \
+		p5-URI>=0:net/p5-URI
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-IRI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IRI/distinfo	Sun Nov 11 18:17:59 2018	(r484707)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1541857714
+SHA256 (IRI-0.009.tar.gz) = e4d03b62e359747ed7ed455349ed0fd09f0ae7e93dc53807d469199026e5c89f
+SIZE (IRI-0.009.tar.gz) = 28387

Added: head/devel/p5-IRI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IRI/pkg-descr	Sun Nov 11 18:17:59 2018	(r484707)
@@ -0,0 +1,5 @@
+The IRI module provides an object representation for Internationalized Resource
+Identifiers (IRIs) as defined by RFC 3987 and supports their parsing,
+serializing, and base resolution.
+
+WWW: https://metacpan.org/release/IRI

Added: head/devel/p5-IRI/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IRI/pkg-plist	Sun Nov 11 18:17:59 2018	(r484707)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IRI.pm
+%%PERL5_MAN3%%/IRI.3.gz



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