summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-File-Spec/DESCR9
-rw-r--r--devel/p5-File-Spec/Makefile17
-rw-r--r--devel/p5-File-Spec/PLIST1
-rw-r--r--devel/p5-File-Spec/distinfo4
5 files changed, 33 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5b1857d9cce..e38d4a9eeb5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-Expect
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 --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