Date: Thu, 16 Feb 2017 16:45:13 +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: r434219 - in head/devel: . p5-File-Share Message-ID: <201702161645.v1GGjDaH013795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161645.v1GGjDaH013795>