mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add p5-File-PathConvert, a perl module to perform various path
manipulations. Although the author of the module has deprecated it and asks to use File::Spec and Cwd instead, it apparently is still being used (by freshports, for example).
This commit is contained in:
parent
99f99e9cf7
commit
dde3a89e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129923
5 changed files with 38 additions and 0 deletions
|
@ -845,6 +845,7 @@
|
|||
SUBDIR += p5-File-NCopy
|
||||
SUBDIR += p5-File-NFSLock
|
||||
SUBDIR += p5-File-Path-Expand
|
||||
SUBDIR += p5-File-PathConvert
|
||||
SUBDIR += p5-File-ReadBackwards
|
||||
SUBDIR += p5-File-Remove
|
||||
SUBDIR += p5-File-Slurp
|
||||
|
|
22
devel/p5-File-PathConvert/Makefile
Normal file
22
devel/p5-File-PathConvert/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: devel/p5-File-PathConvert
|
||||
# Date created: 27 February 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-PathConvert
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= File::PathConvert - Various path conversion routines
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::PathConvert.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-PathConvert/distinfo
Normal file
2
devel/p5-File-PathConvert/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (File-PathConvert-0.9.tar.gz) = 64e731d1165a0bd5e8f3de93775d7795
|
||||
SIZE (File-PathConvert-0.9.tar.gz) = 23807
|
8
devel/p5-File-PathConvert/pkg-descr
Normal file
8
devel/p5-File-PathConvert/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
File::PathConvert provides functions to convert between absolute and
|
||||
relative paths, and from logical paths to physical paths on a variety of
|
||||
filesystems, including the URL 'filesystem'.
|
||||
|
||||
For new programs, it is probably better to use File::Spec and Cwd
|
||||
modules, if you can help it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-PathConvert
|
5
devel/p5-File-PathConvert/pkg-plist
Normal file
5
devel/p5-File-PathConvert/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/File/PathConvert.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/PathConvert/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/PathConvert 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue