From owner-svn-ports-head@freebsd.org Sat Nov 19 17:02:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32C15C4A84E; Sat, 19 Nov 2016 17:02:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4EC71FA; Sat, 19 Nov 2016 17:02:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJH2GOc063470; Sat, 19 Nov 2016 17:02:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJH2G8S063465; Sat, 19 Nov 2016 17:02:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611191702.uAJH2G8S063465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 17:02:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 17:02:18 -0000 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 +# $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 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