pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PathTools This module is designed to support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa45ab40292f
branches:  trunk
changeset: 508761:aa45ab40292f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Feb 25 00:23:56 2006 +0000

description:
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:

 devel/p5-PathTools/DESCR    |   5 +++++
 devel/p5-PathTools/Makefile |  19 +++++++++++++++++++
 devel/p5-PathTools/PLIST    |   1 +
 devel/p5-PathTools/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 70ad9e9fdc53 -r aa45ab40292f devel/p5-PathTools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PathTools/DESCR  Sat Feb 25 00:23:56 2006 +0000
@@ -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 -r 70ad9e9fdc53 -r aa45ab40292f devel/p5-PathTools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PathTools/Makefile       Sat Feb 25 00:23:56 2006 +0000
@@ -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@localhost
+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 -r 70ad9e9fdc53 -r aa45ab40292f devel/p5-PathTools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PathTools/PLIST  Sat Feb 25 00:23:56 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
diff -r 70ad9e9fdc53 -r aa45ab40292f devel/p5-PathTools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PathTools/distinfo       Sat Feb 25 00:23:56 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index