From owner-svn-ports-all@freebsd.org Tue Sep 8 17:57:14 2015 Return-Path: Delivered-To: svn-ports-all@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 87B9DA00C11; Tue, 8 Sep 2015 17:57:14 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7882D156B; Tue, 8 Sep 2015 17:57:14 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88HvEC5015579; Tue, 8 Sep 2015 17:57:14 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88HvDIa015574; Tue, 8 Sep 2015 17:57:13 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201509081757.t88HvDIa015574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Tue, 8 Sep 2015 17:57:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396420 - in head/devel: . p5-File-Copy-Link X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 17:57:14 -0000 Author: loader (doc committer) Date: Tue Sep 8 17:57:12 2015 New Revision: 396420 URL: https://svnweb.freebsd.org/changeset/ports/396420 Log: [NEW] devel/p5-File-Copy-Link: Extension for replacing a link with a copy of linked file The distribution File-Copy-Link includes the modules File::Spec::Link and File::Copy::Link and the script copylink. They include routines to read and copy links. WWW: http://search.cpan.org/dist/File-Copy-Link/ Approved by: koobs, mat Differential Revision: https://reviews.freebsd.org/D3446 Added: head/devel/p5-File-Copy-Link/ head/devel/p5-File-Copy-Link/Makefile (contents, props changed) head/devel/p5-File-Copy-Link/distinfo (contents, props changed) head/devel/p5-File-Copy-Link/pkg-descr (contents, props changed) head/devel/p5-File-Copy-Link/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 8 17:53:40 2015 (r396419) +++ head/devel/Makefile Tue Sep 8 17:57:12 2015 (r396420) @@ -2218,6 +2218,7 @@ SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-ConfigDir + SUBDIR += p5-File-Copy-Link SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime Added: head/devel/p5-File-Copy-Link/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Copy-Link/Makefile Tue Sep 8 17:57:12 2015 (r396420) @@ -0,0 +1,20 @@ +# Created by: loader +# $FreeBSD$ + +PORTNAME= File-Copy-Link +PORTVERSION= 0.140 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= loader@FreeBSD.org +COMMENT= Extension for replacing a link with a copy of linked file + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-File-Copy-Link/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Copy-Link/distinfo Tue Sep 8 17:57:12 2015 (r396420) @@ -0,0 +1,2 @@ +SHA256 (File-Copy-Link-0.140.tar.gz) = 2063656dcd38bade43dc7f1e2ef5f1b6a8086c2f15d37b334189bd2a28e8ffeb +SIZE (File-Copy-Link-0.140.tar.gz) = 11157 Added: head/devel/p5-File-Copy-Link/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Copy-Link/pkg-descr Tue Sep 8 17:57:12 2015 (r396420) @@ -0,0 +1,5 @@ +The distribution File-Copy-Link includes the modules +File::Spec::Link and File::Copy::Link and the script +copylink. They include routines to read and copy links. + +WWW: http://search.cpan.org/dist/File-Copy-Link/ Added: head/devel/p5-File-Copy-Link/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-File-Copy-Link/pkg-plist Tue Sep 8 17:57:12 2015 (r396420) @@ -0,0 +1,6 @@ +bin/copylink +%%SITE_PERL%%/File/Copy/Link.pm +%%SITE_PERL%%/File/Spec/Link.pm +%%PERL5_MAN3%%/File::Copy::Link.3.gz +%%PERL5_MAN3%%/File::Spec::Link.3.gz +man/man1/copylink.1.gz