Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:02:16 +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: r426390 - in head/devel: . p5-Ref-Util
Message-ID:  <201611191702.uAJH2G8S063465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:02:16 2016
New Revision: 426390
URL: https://svnweb.freebsd.org/changeset/ports/426390

Log:
  - Add p5-Ref-Util 0.101
  
  Ref::Util introduces several functions to help identify references in a faster
  and smarter way.
  
  WWW: http://search.cpan.org/dist/Ref-Util/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 19 17:00:04 2016	(r426389)
+++ head/devel/Makefile	Sat Nov 19 17:02:16 2016	(r426390)
@@ -3081,6 +3081,7 @@
     SUBDIR += p5-Readonly
     SUBDIR += p5-Readonly-XS
     SUBDIR += p5-ReadonlyX
+    SUBDIR += p5-Ref-Util
     SUBDIR += p5-Reflex
     SUBDIR += p5-Regexp-Assemble
     SUBDIR += p5-Regexp-Assemble-Compressed

Added: head/devel/p5-Ref-Util/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Ref-Util/Makefile	Sat Nov 19 17:02:16 2016	(r426390)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Ref-Util
+PORTVERSION=	0.101
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Utility functions for checking references
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_PERL5=	configure
+USES=		perl5
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ref/Util/Util.so
+
+.include <bsd.port.mk>

Added: head/devel/p5-Ref-Util/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Ref-Util/distinfo	Sat Nov 19 17:02:16 2016	(r426390)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479569249
+SHA256 (Ref-Util-0.101.tar.gz) = 89e3db1e21dfbbb3544ce8e42079b513ca3f76c28a2bec4f8cdaa94abfdff493
+SIZE (Ref-Util-0.101.tar.gz) = 62957

Added: head/devel/p5-Ref-Util/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Ref-Util/pkg-descr	Sat Nov 19 17:02:16 2016	(r426390)
@@ -0,0 +1,4 @@
+Ref::Util introduces several functions to help identify references in a faster
+and smarter way.
+
+WWW: http://search.cpan.org/dist/Ref-Util/

Added: head/devel/p5-Ref-Util/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Ref-Util/pkg-plist	Sat Nov 19 17:02:16 2016	(r426390)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Ref/Util.pm
+%%SITE_ARCH%%/auto/Ref/Util/Util.so
+%%PERL5_MAN3%%/Ref::Util.3.gz



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