Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 05:32:50 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537595 - in head/net: . p5-URI-Based
Message-ID:  <202006030532.0535WoAf082648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Wed Jun  3 05:32:50 2020
New Revision: 537595
URL: https://svnweb.freebsd.org/changeset/ports/537595

Log:
  URI::Based perl module - Define a base URI and then generate variations on it
  
  WWW: https://metacpan.org/release/URI-Based
  
  PR:		246815
  Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
  Approved by:	mentors (implicit)

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jun  3 05:05:30 2020	(r537594)
+++ head/net/Makefile	Wed Jun  3 05:32:50 2020	(r537595)
@@ -852,6 +852,7 @@
     SUBDIR += p5-Text-Authinfo
     SUBDIR += p5-Twitter-API
     SUBDIR += p5-URI
+    SUBDIR += p5-URI-Based
     SUBDIR += p5-URI-Encode-XS
     SUBDIR += p5-URI-Fast
     SUBDIR += p5-URI-FromHash

Added: head/net/p5-URI-Based/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-Based/Makefile	Wed Jun  3 05:32:50 2020	(r537595)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	URI-Based
+PORTVERSION=	1.03
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dgeo@centrale-marseille.fr
+COMMENT=	Define a base URI and then generate variations on it
+
+LICENSE=	ARTPERL10
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-URI>0:net/p5-URI
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/p5-URI-Based/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-Based/distinfo	Wed Jun  3 05:32:50 2020	(r537595)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588434582
+SHA256 (URI-Based-1.03.tar.gz) = e0d94aff0e3d8aae3e31549d95277374d9a0c50279f8b38f920ea645b0065261
+SIZE (URI-Based-1.03.tar.gz) = 3703

Added: head/net/p5-URI-Based/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-Based/pkg-descr	Wed Jun  3 05:32:50 2020	(r537595)
@@ -0,0 +1,3 @@
+URI::Based perl module - Define a base URI and then generate variations on it
+
+WWW: https://metacpan.org/release/URI-Based

Added: head/net/p5-URI-Based/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-Based/pkg-plist	Wed Jun  3 05:32:50 2020	(r537595)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/URI/Based.pm
+%%PERL5_MAN3%%/URI::Based.3.gz



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