mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Mac-FileSpec-Unixish 1.11, perl module with functions to
manipluate pathspecs in Unixish style.
This commit is contained in:
parent
4fa9261e91
commit
f5a38e2a95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36710
6 changed files with 42 additions and 0 deletions
|
@ -253,6 +253,7 @@
|
||||||
SUBDIR += p5-Locale-PGetText
|
SUBDIR += p5-Locale-PGetText
|
||||||
SUBDIR += p5-Locale-gettext
|
SUBDIR += p5-Locale-gettext
|
||||||
SUBDIR += p5-LockFile-Simple
|
SUBDIR += p5-LockFile-Simple
|
||||||
|
SUBDIR += p5-Mac-FileSpec-Unixish
|
||||||
SUBDIR += p5-PV
|
SUBDIR += p5-PV
|
||||||
SUBDIR += p5-Parse-RecDescent
|
SUBDIR += p5-Parse-RecDescent
|
||||||
SUBDIR += p5-Penguin
|
SUBDIR += p5-Penguin
|
||||||
|
|
23
devel/p5-Mac-FileSpec-Unixish/Makefile
Normal file
23
devel/p5-Mac-FileSpec-Unixish/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# New ports collection makefile for: Mac-FileSpec-Unixish
|
||||||
|
# Date created: Wed Jan 3 08:54:29 2001
|
||||||
|
# Whom: will
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Mac-FileSpec-Unixish
|
||||||
|
PORTVERSION= 1.11
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Mac
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
MAN3= Mac::FileSpec::Unixish.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/p5-Mac-FileSpec-Unixish/distinfo
Normal file
1
devel/p5-Mac-FileSpec-Unixish/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Mac-FileSpec-Unixish-1.11.tar.gz) = 9c6259063e9b83c089738ea3efbfb416
|
1
devel/p5-Mac-FileSpec-Unixish/pkg-comment
Normal file
1
devel/p5-Mac-FileSpec-Unixish/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl module with functions to manipluate pathspecs in Unixish style
|
12
devel/p5-Mac-FileSpec-Unixish/pkg-descr
Normal file
12
devel/p5-Mac-FileSpec-Unixish/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Mac::FileSpec::Unixish provides two functions, `nativize' and `unixify'
|
||||||
|
(both of which are exported by default), that will allow you to denote
|
||||||
|
and manipulate pathspecs in Unixish style, and let you convert these
|
||||||
|
pathspecs to and from the native OS's format for conveying such things.
|
||||||
|
It currently assumes that if you are not running under MacOS (as
|
||||||
|
reported in `$^O'), you must be on a Unix box. If you want better, use
|
||||||
|
File::Spec -- in essence, Mac::FileSpec::Unixish is a cheap hack to get
|
||||||
|
around using File::Spec.
|
||||||
|
|
||||||
|
Author: Sean M. Burke <sburke@cpan.org>
|
||||||
|
|
||||||
|
--will
|
4
devel/p5-Mac-FileSpec-Unixish/pkg-plist
Normal file
4
devel/p5-Mac-FileSpec-Unixish/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mac/FileSpec/Unixish/.packlist
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Mac/FileSpec/Unixish.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/Mac/FileSpec/unixish_guts_test.pl
|
||||||
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mac/FileSpec/Unixish
|
Loading…
Add table
Reference in a new issue