pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Std Initial import of p5-Config-Std ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e439c81df237
branches: trunk
changeset: 531107:e439c81df237
user: seb <seb%pkgsrc.org@localhost>
date: Thu Jul 19 23:35:04 2007 +0000
description:
Initial import of p5-Config-Std version 0.0.4 into the NetBSD Packages
Collection as devel/p5-Config-Std.
The Perl 5 module Config::Std implements yet another damn
configuration-file system. The configuration language is deliberately
simple and limited, and the module works hard to preserve as much
information (section order, comments, etc.) as possible when a
configuration file is updated
diffstat:
devel/p5-Config-Std/DESCR | 5 +++++
devel/p5-Config-Std/Makefile | 20 ++++++++++++++++++++
devel/p5-Config-Std/PLIST | 1 +
devel/p5-Config-Std/distinfo | 5 +++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 777dff8925f0 -r e439c81df237 devel/p5-Config-Std/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Std/DESCR Thu Jul 19 23:35:04 2007 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Config::Std implements yet another damn
+configuration-file system. The configuration language is deliberately
+simple and limited, and the module works hard to preserve as much
+information (section order, comments, etc.) as possible when a
+configuration file is updated
diff -r 777dff8925f0 -r e439c81df237 devel/p5-Config-Std/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Std/Makefile Thu Jul 19 23:35:04 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/19 23:35:04 seb Exp $
+#
+
+DISTNAME= Config-Std-v0.0.4
+PKGNAME= p5-Config-Std-0.0.4
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Config-Std/
+COMMENT= Perl 5 module providing a simple configuration-file system
+
+DEPENDS+= p5-Class-Std-[0-9]*:../../devel/p5-Class-Std
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Config/Std/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 777dff8925f0 -r e439c81df237 devel/p5-Config-Std/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Std/PLIST Thu Jul 19 23:35:04 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/19 23:35:04 seb Exp $
diff -r 777dff8925f0 -r e439c81df237 devel/p5-Config-Std/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Std/distinfo Thu Jul 19 23:35:04 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/19 23:35:04 seb Exp $
+
+SHA1 (Config-Std-v0.0.4.tar.gz) = 95a6ba00f7453c58d5979b919e59870fe70343b5
+RMD160 (Config-Std-v0.0.4.tar.gz) = 898718029055ce520cdf28e2787d7ba5c5530205
+Size (Config-Std-v0.0.4.tar.gz) = 12140 bytes
Home |
Main Index |
Thread Index |
Old Index