From owner-svn-ports-head@freebsd.org Thu Feb 16 16:45:15 2017 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 50070CDC7F7; Thu, 16 Feb 2017 16:45:15 +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 1DAEB10F1; Thu, 16 Feb 2017 16:45:15 +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 v1GGjEOc013800; Thu, 16 Feb 2017 16:45:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GGjDaH013795; Thu, 16 Feb 2017 16:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702161645.v1GGjDaH013795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Feb 2017 16:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434219 - in head/devel: . p5-File-Share 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: Thu, 16 Feb 2017 16:45:15 -0000 Author: sunpoet Date: Thu Feb 16 16:45:13 2017 New Revision: 434219 URL: https://svnweb.freebsd.org/changeset/ports/434219 Log: Add p5-File-Share 0.25 File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir and dist_file functions, except these functions have been enhanced to understand when the developer's local ./share/ directory should be used. WWW: http://search.cpan.org/dist/File-Share/ Added: head/devel/p5-File-Share/ head/devel/p5-File-Share/Makefile (contents, props changed) head/devel/p5-File-Share/distinfo (contents, props changed) head/devel/p5-File-Share/pkg-descr (contents, props changed) head/devel/p5-File-Share/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Feb 16 16:17:05 2017 (r434218) +++ head/devel/Makefile Thu Feb 16 16:45:13 2017 (r434219) @@ -2438,6 +2438,7 @@ SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath + SUBDIR += p5-File-Share SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR Added: head/devel/p5-File-Share/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/Makefile Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= File-Share +PORTVERSION= 0.25 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extend File::ShareDir to Local Libraries + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-ShareDir>=1.03:devel/p5-File-ShareDir +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-File-Share/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/distinfo Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487172935 +SHA256 (File-Share-0.25.tar.gz) = 8e9d256e0ac4384228384b4ad2a57819a163edb39f20988ed5c1318c01407070 +SIZE (File-Share-0.25.tar.gz) = 13696 Added: head/devel/p5-File-Share/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/pkg-descr Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,5 @@ +File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir +and dist_file functions, except these functions have been enhanced to understand +when the developer's local ./share/ directory should be used. + +WWW: http://search.cpan.org/dist/File-Share/ Added: head/devel/p5-File-Share/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Share/pkg-plist Thu Feb 16 16:45:13 2017 (r434219) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/File/Share.pm +%%SITE_PERL%%/File/Share.pod +%%PERL5_MAN3%%/File::Share.3.gz