pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-INI Initial import of p5-Config-INI ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66020f15e7b
branches:  trunk
changeset: 553729:e66020f15e7b
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Jan 28 22:07:18 2009 +0000

description:
Initial import of p5-Config-INI version 0.014 in the NetBSD Packages
Collection.

The Perl 5 module Config::INI yet another config module implementing
yet another slightly different take on the undeniably easy to read
or write ".ini" file format. Its default behavior is quite similar
to that of Config::Tiny, on which it is based.  The chief difference
is that Config::INI is designed to be subclassed to allow for
side-effects and self-reconfiguration.

diffstat:

 devel/p5-Config-INI/DESCR    |   6 ++++++
 devel/p5-Config-INI/Makefile |  21 +++++++++++++++++++++
 devel/p5-Config-INI/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 00f4f90b8e5c -r e66020f15e7b devel/p5-Config-INI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-INI/DESCR Wed Jan 28 22:07:18 2009 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module Config::INI yet another config module implementing
+yet another slightly different take on the undeniably easy to read
+or write ".ini" file format. Its default behavior is quite similar
+to that of Config::Tiny, on which it is based.
+The chief difference is that Config::INI is designed to be subclassed
+to allow for side-effects and self-reconfiguration.
diff -r 00f4f90b8e5c -r e66020f15e7b devel/p5-Config-INI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-INI/Makefile      Wed Jan 28 22:07:18 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/28 22:07:18 seb Exp $
+#
+
+DISTNAME=      Config-INI-0.014
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Config-INI/
+COMMENT=       Perl 5 module to handle simple .ini-file format
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Config/INI/.packlist
+
+DEPENDS+=      p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 00f4f90b8e5c -r e66020f15e7b devel/p5-Config-INI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-INI/distinfo      Wed Jan 28 22:07:18 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/28 22:07:18 seb Exp $
+
+SHA1 (Config-INI-0.014.tar.gz) = 79deb0cf66c7b56c6352cfb24f34f0a7f249a2cb
+RMD160 (Config-INI-0.014.tar.gz) = 7cd86115ec6414cf05305a54a89093489f2cb4be
+Size (Config-INI-0.014.tar.gz) = 30323 bytes



Home | Main Index | Thread Index | Old Index