diff options
author | kim <kim> | 1999-09-03 17:15:27 +0000 |
---|---|---|
committer | kim <kim> | 1999-09-03 17:15:27 +0000 |
commit | 2c7de0b81625a7402c2a4c516774d62a14f12fcb (patch) | |
tree | 506bff7f863788dffa1135ed05881cc310b5c405 /devel/p5-File-PathConvert | |
parent | 17a2c38d1583831279766b6d0959a9e109bf9b5d (diff) | |
download | pkgsrc-2c7de0b81625a7402c2a4c516774d62a14f12fcb.tar.gz |
Initial import of p5-File-PathConvert-0.85
This module provides multiplatform routines to convert paths
and URLs from absolute to relative and vice versa and to split
paths into volume, directory, and filename portions.
Diffstat (limited to 'devel/p5-File-PathConvert')
-rw-r--r-- | devel/p5-File-PathConvert/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/pkg/PLIST | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-File-PathConvert/Makefile b/devel/p5-File-PathConvert/Makefile new file mode 100644 index 00000000000..0007af45e21 --- /dev/null +++ b/devel/p5-File-PathConvert/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 17:15:27 kim Exp $ +# + +DISTNAME= File-PathConvert-0.85 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/File-PathConvert/ + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-PathConvert/files/md5 b/devel/p5-File-PathConvert/files/md5 new file mode 100644 index 00000000000..8f6a38acfd9 --- /dev/null +++ b/devel/p5-File-PathConvert/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/03 17:15:27 kim Exp $ + +MD5 (File-PathConvert-0.85.tar.gz) = 274d736de31d3804f0a6cae1009aafe8 diff --git a/devel/p5-File-PathConvert/pkg/COMMENT b/devel/p5-File-PathConvert/pkg/COMMENT new file mode 100644 index 00000000000..ed2d2e6f969 --- /dev/null +++ b/devel/p5-File-PathConvert/pkg/COMMENT @@ -0,0 +1 @@ +Convert paths and URLs from absolute to relative and vice versa. diff --git a/devel/p5-File-PathConvert/pkg/DESCR b/devel/p5-File-PathConvert/pkg/DESCR new file mode 100644 index 00000000000..1b4c0c862ad --- /dev/null +++ b/devel/p5-File-PathConvert/pkg/DESCR @@ -0,0 +1,3 @@ +This module provides multiplatform routines to convert paths +and URLs from absolute to relative and vice versa and to split +paths into volume, directory, and filename portions. diff --git a/devel/p5-File-PathConvert/pkg/PLIST b/devel/p5-File-PathConvert/pkg/PLIST new file mode 100644 index 00000000000..295208dd27c --- /dev/null +++ b/devel/p5-File-PathConvert/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 17:15:27 kim Exp $ +lib/perl5/man/man3/File::PathConvert.3 +lib/perl5/site_perl/File/PathConvert.pm +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/PathConvert/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/PathConvert |