diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:33:00 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:33:00 +0000 |
commit | 3b7220f19d6060d2e26e8b7f57fd2bdb93d2a038 (patch) | |
tree | 72c65655b1772bc50ea96e7d9a0810ade9520dbe /devel/p5-Mac-FileSpec-Unixish | |
parent | f3dd754aab6103dbaffb861deb1dbb1621f97320 (diff) | |
download | FreeBSD-ports-3b7220f19d6060d2e26e8b7f57fd2bdb93d2a038.zip FreeBSD-ports-3b7220f19d6060d2e26e8b7f57fd2bdb93d2a038.tar.gz |
Add p5-Mac-FileSpec-Unixish 1.11, perl module with functions to
manipluate pathspecs in Unixish style.
Diffstat (limited to 'devel/p5-Mac-FileSpec-Unixish')
-rw-r--r-- | devel/p5-Mac-FileSpec-Unixish/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Mac-FileSpec-Unixish/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Mac-FileSpec-Unixish/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Mac-FileSpec-Unixish/pkg-descr | 12 | ||||
-rw-r--r-- | devel/p5-Mac-FileSpec-Unixish/pkg-plist | 4 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Mac-FileSpec-Unixish/Makefile b/devel/p5-Mac-FileSpec-Unixish/Makefile new file mode 100644 index 0000000..4530f96 --- /dev/null +++ b/devel/p5-Mac-FileSpec-Unixish/Makefile @@ -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> diff --git a/devel/p5-Mac-FileSpec-Unixish/distinfo b/devel/p5-Mac-FileSpec-Unixish/distinfo new file mode 100644 index 0000000..b6e67d5 --- /dev/null +++ b/devel/p5-Mac-FileSpec-Unixish/distinfo @@ -0,0 +1 @@ +MD5 (Mac-FileSpec-Unixish-1.11.tar.gz) = 9c6259063e9b83c089738ea3efbfb416 diff --git a/devel/p5-Mac-FileSpec-Unixish/pkg-comment b/devel/p5-Mac-FileSpec-Unixish/pkg-comment new file mode 100644 index 0000000..9565f8a --- /dev/null +++ b/devel/p5-Mac-FileSpec-Unixish/pkg-comment @@ -0,0 +1 @@ +Perl module with functions to manipluate pathspecs in Unixish style diff --git a/devel/p5-Mac-FileSpec-Unixish/pkg-descr b/devel/p5-Mac-FileSpec-Unixish/pkg-descr new file mode 100644 index 0000000..6c42cb8 --- /dev/null +++ b/devel/p5-Mac-FileSpec-Unixish/pkg-descr @@ -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 diff --git a/devel/p5-Mac-FileSpec-Unixish/pkg-plist b/devel/p5-Mac-FileSpec-Unixish/pkg-plist new file mode 100644 index 0000000..83db330 --- /dev/null +++ b/devel/p5-Mac-FileSpec-Unixish/pkg-plist @@ -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 |