summaryrefslogtreecommitdiff
path: root/devel/p5-Config-Tiny
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10Changes 2.14:adam2-7/+6
* Resolved 63080: module can write multiline values but not read them * Removed -w from tests to allow tests with tainting on
2010-09-08Updating devel/p5-Config-Tiny from 2.12nb2 to 2.13sno2-7/+7
pkgsrc changes: - add license definition Upstream changes: 2.13 Fri 3 Sep 2010 - Resolved #60703: Display glitch in Config::Tiny 2.12 POD - Resolved #40585: member 'set;' doesn't exist - Resolved #30479: does not warn or die when writing data it cannot later.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2007-12-09- updated to 2.12rhaen2-7/+8
- new maintainer - PKG_DESTDIR_SUPPORT - ok by joerg Changelog: 2.12 Thu 1 Nov 2007 - Converting build script from Module::Install to tinier EU:MM 2.11 Missing
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-18Update to 2.10:wiz2-6/+6
2.10 Sat 20 Sep 2006 - This release contains only build-time changes - Did a little housekeeping on Makefile.PL and the unit tests - Upgrading to Module::Install 0.64 2.09 Sat 15 Jul 2006 - This release contains only build-time changes - Added a dependency on ExtUtils::MakeMaker 6.11 Module::Install may have an issue with older EU:MM installs 2.08 Sat 15 Jul 2006 - This release contains only build-time changes - Upgraded to Module::Install 0.63
2006-07-19Update to 2.07:wiz2-6/+6
2.07 Wed 10 May 2006 - This release contains only build-time changes - AutoInstall is only needed for options, so remove auto_install 2.06 Sun 23 Apr 2006 - No functional changes. - Moved test.conf to the root dir, removing last use of File::Spec - It also means we don't need FindBin, so removed that too - Upgrading to Module::Install 0.62 2.05 Thu 23 Feb 2006 - No functional changes. - Moved over from the old CVS repository to the new SVN one - Updated tests for the new release system - Upgrading to a newer Module::Install
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-03Update to 2.04:wiz2-7/+6
2.04 Sat 31 Dec 2005 - No functional changes. - Upgrading to a newer Module::Install to address Cygwin problem 2.03 Fri 30 Dec 2005 - No functional changes. - POD Change: CPAN #15143 Clear things up about $! after unsuccessful read()? (flatworm) - Upgraded Makefile.PL to use Module::Install
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-24Initial import of p5-Config-Tiny-2.02:wiz4-0/+37
"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.