pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57cd3c690bd5
branches:  trunk
changeset: 496222:57cd3c690bd5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 18:58:18 2005 +0000

description:
Initial import of p5-Config-Tiny-2.02:

"Config::Tiny" is a perl class to read and write .ini style
configuration files with as little code as possible, reducing load
time and memory overhead. Most of the time it is accepted that Perl
applications use a lot of memory and modules. The "::Tiny" family
of modules is specifically intended to provide an ultralight
alternative to the standard modules.

This module is primarily for reading human written files, and
anything we write shouldn't need to have documentation/comments.
If you need something with more power move up to Config::Simple,
Config::General or one of the many other "Config::" modules. To
rephrase, Config::Tiny does not preserve your comments, whitespace,
or the order of your config file.

diffstat:

 devel/p5-Config-Tiny/DESCR    |  13 +++++++++++++
 devel/p5-Config-Tiny/Makefile |  18 ++++++++++++++++++
 devel/p5-Config-Tiny/PLIST    |   1 +
 devel/p5-Config-Tiny/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 47a227bf21c9 -r 57cd3c690bd5 devel/p5-Config-Tiny/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Tiny/DESCR        Fri Jun 24 18:58:18 2005 +0000
@@ -0,0 +1,13 @@
+"Config::Tiny" is a perl class to read and write .ini style
+configuration files with as little code as possible, reducing load
+time and memory overhead. Most of the time it is accepted that Perl
+applications use a lot of memory and modules. The "::Tiny" family
+of modules is specifically intended to provide an ultralight
+alternative to the standard modules.
+
+This module is primarily for reading human written files, and
+anything we write shouldn't need to have documentation/comments.
+If you need something with more power move up to Config::Simple,
+Config::General or one of the many other "Config::" modules. To
+rephrase, Config::Tiny does not preserve your comments, whitespace,
+or the order of your config file.
diff -r 47a227bf21c9 -r 57cd3c690bd5 devel/p5-Config-Tiny/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Tiny/Makefile     Fri Jun 24 18:58:18 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 18:58:18 wiz Exp $
+#
+
+DISTNAME=      Config-Tiny-2.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Config-Tiny/
+COMMENT=       Read/Write .ini style files with as little code as possible
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Config/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 47a227bf21c9 -r 57cd3c690bd5 devel/p5-Config-Tiny/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Tiny/PLIST        Fri Jun 24 18:58:18 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 18:58:18 wiz Exp $
diff -r 47a227bf21c9 -r 57cd3c690bd5 devel/p5-Config-Tiny/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Tiny/distinfo     Fri Jun 24 18:58:18 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/24 18:58:18 wiz Exp $
+
+SHA1 (Config-Tiny-2.02.tar.gz) = b35b06531f6d6290d610c63b88ba1090f9085880
+RMD160 (Config-Tiny-2.02.tar.gz) = 3e8566f85a68769385e06f8d4d817b8766963dee
+Size (Config-Tiny-2.02.tar.gz) = 13872 bytes



Home | Main Index | Thread Index | Old Index