summaryrefslogtreecommitdiff
path: root/devel/p5-Config-Tiny
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-24 18:58:18 +0000
committerwiz <wiz>2005-06-24 18:58:18 +0000
commitcc232a356df1b37c0f6f6988249d81718433c54f (patch)
tree9c41156d07e922b39ea4c6f4291efa428b28bfad /devel/p5-Config-Tiny
parent6d4ac79ee2dfb44cb03ba063c1ae2bd02929d076 (diff)
downloadpkgsrc-cc232a356df1b37c0f6f6988249d81718433c54f.tar.gz
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 (limited to 'devel/p5-Config-Tiny')
-rw-r--r--devel/p5-Config-Tiny/DESCR13
-rw-r--r--devel/p5-Config-Tiny/Makefile18
-rw-r--r--devel/p5-Config-Tiny/PLIST1
-rw-r--r--devel/p5-Config-Tiny/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Config-Tiny/DESCR b/devel/p5-Config-Tiny/DESCR
new file mode 100644
index 00000000000..575a004ecb6
--- /dev/null
+++ b/devel/p5-Config-Tiny/DESCR
@@ -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 --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile
new file mode 100644
index 00000000000..63fc2d7b91f
--- /dev/null
+++ b/devel/p5-Config-Tiny/Makefile
@@ -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
+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 --git a/devel/p5-Config-Tiny/PLIST b/devel/p5-Config-Tiny/PLIST
new file mode 100644
index 00000000000..05ef63c2bd8
--- /dev/null
+++ b/devel/p5-Config-Tiny/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 18:58:18 wiz Exp $
diff --git a/devel/p5-Config-Tiny/distinfo b/devel/p5-Config-Tiny/distinfo
new file mode 100644
index 00000000000..42166e7eb7c
--- /dev/null
+++ b/devel/p5-Config-Tiny/distinfo
@@ -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