diff options
author | thorpej <thorpej@pkgsrc.org> | 2003-10-09 06:21:59 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2003-10-09 06:21:59 +0000 |
commit | 34893d74203ac0a8f729a0883acb8c7b0c6487c1 (patch) | |
tree | 7fe439dd86fa43e9c70694cd7878214bcfb57b7a /devel/p5-File-Spec | |
parent | 5efa7f06863ec279e04288272bcfbe8286296ecf (diff) | |
download | pkgsrc-34893d74203ac0a8f729a0883acb8c7b0c6487c1.tar.gz |
CPAN File::Spec - portably perform operations on file names.
Diffstat (limited to 'devel/p5-File-Spec')
-rw-r--r-- | devel/p5-File-Spec/DESCR | 9 | ||||
-rw-r--r-- | devel/p5-File-Spec/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-File-Spec/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-File-Spec/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-File-Spec/DESCR b/devel/p5-File-Spec/DESCR new file mode 100644 index 00000000000..c7315813a47 --- /dev/null +++ b/devel/p5-File-Spec/DESCR @@ -0,0 +1,9 @@ +File::Spec - portably perform operations on file names + +This module is designed to support operations commonly performed on file +specifications (usually called "file names", but not to be confused with +the contents of a file, or Perl's file handles), such as concatenating +several directory and file names into a single path, or determining whether +a path is rooted. It is based on code directly taken from MakeMaker 5.17, +code written by Andreas König, Andy Dougherty, Charles Bailey, +Ilya Zakharevich, Paul Schinder, and others. diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile new file mode 100644 index 00000000000..2199b722c71 --- /dev/null +++ b/devel/p5-File-Spec/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2003/10/09 06:21:59 thorpej Exp $ +# + +DISTNAME= File-Spec-0.86 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5fsp +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Portably perform operations on file names + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Spec/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Spec/PLIST b/devel/p5-File-Spec/PLIST new file mode 100644 index 00000000000..e3773586215 --- /dev/null +++ b/devel/p5-File-Spec/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2003/10/09 06:21:59 thorpej Exp $ diff --git a/devel/p5-File-Spec/distinfo b/devel/p5-File-Spec/distinfo new file mode 100644 index 00000000000..7987eb2d132 --- /dev/null +++ b/devel/p5-File-Spec/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2003/10/09 06:21:59 thorpej Exp $ + +SHA1 (File-Spec-0.86.tar.gz) = 9b9c40fd9b940abcf0bc2217c79e6e6c818bdf31 +Size (File-Spec-0.86.tar.gz) = 31548 bytes |