summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-02-25 00:23:56 +0000
committerminskim <minskim@pkgsrc.org>2006-02-25 00:23:56 +0000
commite35458919e5346221fef324eb7b34c03c2b0bf7a (patch)
tree86ded80158523a418cc93e36b966b4c44ae9f228 /devel
parentd6270b234edfa5103ac84f9dd8673aaf5a101f42 (diff)
downloadpkgsrc-e35458919e5346221fef324eb7b34c03c2b0bf7a.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-PathTools/DESCR5
-rw-r--r--devel/p5-PathTools/Makefile19
-rw-r--r--devel/p5-PathTools/PLIST1
-rw-r--r--devel/p5-PathTools/distinfo5
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-PathTools/DESCR b/devel/p5-PathTools/DESCR
new file mode 100644
index 00000000000..3c7cb37ca1d
--- /dev/null
+++ b/devel/p5-PathTools/DESCR
@@ -0,0 +1,5 @@
+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.
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
new file mode 100644
index 00000000000..37e0f0f6a52
--- /dev/null
+++ b/devel/p5-PathTools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
+
+DISTNAME= PathTools-3.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/PathTools/
+COMMENT= Perl module for portably manipulating file specifications
+
+DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
+
+CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
+
+PERL5_PACKLIST= auto/Cwd/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-PathTools/PLIST b/devel/p5-PathTools/PLIST
new file mode 100644
index 00000000000..20511432982
--- /dev/null
+++ b/devel/p5-PathTools/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo
new file mode 100644
index 00000000000..207ba81d55c
--- /dev/null
+++ b/devel/p5-PathTools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
+
+SHA1 (PathTools-3.12.tar.gz) = 0b894ac7896f1dc3e0b169919346e79ddedefcbf
+RMD160 (PathTools-3.12.tar.gz) = 2436eb07db515f1431f5d70bd1cbd25a352d2449
+Size (PathTools-3.12.tar.gz) = 111353 bytes