[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
This commit is contained in:
parent
fb09053ffd
commit
18715ddfbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396420
5 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
20
devel/p5-File-Copy-Link/Makefile
Normal file
20
devel/p5-File-Copy-Link/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: loader <loader@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
devel/p5-File-Copy-Link/distinfo
Normal file
2
devel/p5-File-Copy-Link/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-Copy-Link-0.140.tar.gz) = 2063656dcd38bade43dc7f1e2ef5f1b6a8086c2f15d37b334189bd2a28e8ffeb
|
||||
SIZE (File-Copy-Link-0.140.tar.gz) = 11157
|
5
devel/p5-File-Copy-Link/pkg-descr
Normal file
5
devel/p5-File-Copy-Link/pkg-descr
Normal file
|
@ -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/
|
6
devel/p5-File-Copy-Link/pkg-plist
Normal file
6
devel/p5-File-Copy-Link/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue