pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Path-Class Initial import of devel/p5-Path-Cl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64a85ad7df47
branches:  trunk
changeset: 523640:64a85ad7df47
user:      bad <bad%pkgsrc.org@localhost>
date:      Wed Jan 10 21:58:19 2007 +0000

description:
Initial import of devel/p5-Path-Class 0.16.

Path::Class is a module for manipulation of file and directory
specifications (strings describing their locations, like
'/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner.
It supports pretty much every platform Perl runs on, including Unix,
Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.

Needed for SVK-v2.0.0.

diffstat:

 devel/p5-Path-Class/DESCR    |   5 +++++
 devel/p5-Path-Class/Makefile |  21 +++++++++++++++++++++
 devel/p5-Path-Class/PLIST    |   1 +
 devel/p5-Path-Class/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r f72c2667768b -r 64a85ad7df47 devel/p5-Path-Class/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class/DESCR Wed Jan 10 21:58:19 2007 +0000
@@ -0,0 +1,5 @@
+Path::Class is a module for manipulation of file and directory
+specifications (strings describing their locations, like
+'/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner.
+It supports pretty much every platform Perl runs on, including Unix,
+Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.
diff -r f72c2667768b -r 64a85ad7df47 devel/p5-Path-Class/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class/Makefile      Wed Jan 10 21:58:19 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $
+#
+
+DISTNAME=      Path-Class-0.16
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
+
+MAINTAINER=    bad%netbsd.org@localhost
+HOMEPAGE=      http://search.cpan.org/~kwilliams/Path-Class-0.16/
+COMMENT=       Cross-platform path specification manipulation 
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=        auto/Path/Class/.packlist
+
+DEPENDS+=      p5-PathTools>=3.19:../../devel/p5-PathTools
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f72c2667768b -r 64a85ad7df47 devel/p5-Path-Class/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class/PLIST Wed Jan 10 21:58:19 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $
diff -r f72c2667768b -r 64a85ad7df47 devel/p5-Path-Class/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class/distinfo      Wed Jan 10 21:58:19 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $
+
+SHA1 (Path-Class-0.16.tar.gz) = a28bea2ef56f0a7a9f7e82f0021a1bb24adeff6f
+RMD160 (Path-Class-0.16.tar.gz) = 934d92f254c74046a0c6aeb3d2207da3cd86b1d4
+Size (Path-Class-0.16.tar.gz) = 17340 bytes



Home | Main Index | Thread Index | Old Index