pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel CPAN File::Spec - portably perform operations on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a999669fcfd2
branches: trunk
changeset: 462691:a999669fcfd2
user: thorpej <thorpej%pkgsrc.org@localhost>
date: Thu Oct 09 06:21:59 2003 +0000
description:
CPAN File::Spec - portably perform operations on file names.
diffstat:
devel/Makefile | 3 ++-
devel/p5-File-Spec/DESCR | 9 +++++++++
devel/p5-File-Spec/Makefile | 17 +++++++++++++++++
devel/p5-File-Spec/PLIST | 1 +
devel/p5-File-Spec/distinfo | 4 ++++
5 files changed, 33 insertions(+), 1 deletions(-)
diffs (64 lines):
diff -r e0159ebae866 -r a999669fcfd2 devel/Makefile
--- a/devel/Makefile Thu Oct 09 02:19:08 2003 +0000
+++ b/devel/Makefile Thu Oct 09 06:21:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.429 2003/10/05 09:30:49 taca Exp $
+# $NetBSD: Makefile,v 1.430 2003/10/09 06:21:59 thorpej Exp $
#
COMMENT= Development utilities
@@ -262,6 +262,7 @@
SUBDIR+= p5-ExtUtils-F77
SUBDIR+= p5-File-FlockDir
SUBDIR+= p5-File-PathConvert
+SUBDIR+= p5-File-Spec
SUBDIR+= p5-File-Temp
SUBDIR+= p5-FileKGlob
SUBDIR+= p5-FreezeThaw
diff -r e0159ebae866 -r a999669fcfd2 devel/p5-File-Spec/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Spec/DESCR Thu Oct 09 06:21:59 2003 +0000
@@ -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 -r e0159ebae866 -r a999669fcfd2 devel/p5-File-Spec/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Spec/Makefile Thu Oct 09 06:21:59 2003 +0000
@@ -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@localhost
+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 -r e0159ebae866 -r a999669fcfd2 devel/p5-File-Spec/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Spec/PLIST Thu Oct 09 06:21:59 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2003/10/09 06:21:59 thorpej Exp $
diff -r e0159ebae866 -r a999669fcfd2 devel/p5-File-Spec/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Spec/distinfo Thu Oct 09 06:21:59 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index