Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 17:48:29 +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: r548004 - in head/net: . p5-URI-cpan
Message-ID:  <202009081748.088HmTb8050736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  8 17:48:28 2020
New Revision: 548004
URL: https://svnweb.freebsd.org/changeset/ports/548004

Log:
  Add p5-URI-cpan 1.007
  
  URI::cpan handles URLs that refer to things on the CPAN.
  
  WWW: https://metacpan.org/release/URI-cpan

Added:
  head/net/p5-URI-cpan/
  head/net/p5-URI-cpan/Makefile   (contents, props changed)
  head/net/p5-URI-cpan/distinfo   (contents, props changed)
  head/net/p5-URI-cpan/pkg-descr   (contents, props changed)
  head/net/p5-URI-cpan/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Sep  8 17:40:11 2020	(r548003)
+++ head/net/Makefile	Tue Sep  8 17:48:28 2020	(r548004)
@@ -862,6 +862,7 @@
     SUBDIR += p5-URI-SmartURI
     SUBDIR += p5-URI-Template
     SUBDIR += p5-URI-Template-Restrict
+    SUBDIR += p5-URI-cpan
     SUBDIR += p5-URI-db
     SUBDIR += p5-URI-ws
     SUBDIR += p5-VM-EC2

Added: head/net/p5-URI-cpan/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-cpan/Makefile	Tue Sep  8 17:48:28 2020	(r548004)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	URI-cpan
+PORTVERSION=	1.007
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	URLs that refer to things on the CPAN
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-CPAN-DistnameInfo>=0:devel/p5-CPAN-DistnameInfo \
+		p5-URI>=0:net/p5-URI
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/p5-URI-cpan/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-cpan/distinfo	Tue Sep  8 17:48:28 2020	(r548004)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1599574497
+SHA256 (URI-cpan-1.007.tar.gz) = 125a1394662e0a45e2696977496c1d027b14387ff6e39b60c07e0f96eae152d3
+SIZE (URI-cpan-1.007.tar.gz) = 16116

Added: head/net/p5-URI-cpan/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-cpan/pkg-descr	Tue Sep  8 17:48:28 2020	(r548004)
@@ -0,0 +1,3 @@
+URI::cpan handles URLs that refer to things on the CPAN.
+
+WWW: https://metacpan.org/release/URI-cpan

Added: head/net/p5-URI-cpan/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-cpan/pkg-plist	Tue Sep  8 17:48:28 2020	(r548004)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/URI/cpan.pm
+%%SITE_PERL%%/URI/cpan/author.pm
+%%SITE_PERL%%/URI/cpan/dist.pm
+%%SITE_PERL%%/URI/cpan/distfile.pm
+%%SITE_PERL%%/URI/cpan/module.pm
+%%SITE_PERL%%/URI/cpan/package.pm
+%%PERL5_MAN3%%/URI::cpan.3.gz
+%%PERL5_MAN3%%/URI::cpan::author.3.gz
+%%PERL5_MAN3%%/URI::cpan::dist.3.gz
+%%PERL5_MAN3%%/URI::cpan::distfile.3.gz
+%%PERL5_MAN3%%/URI::cpan::module.3.gz
+%%PERL5_MAN3%%/URI::cpan::package.3.gz



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