Commit graph

17 commits

Author SHA1 Message Date
wen
e278091b44 Update to 2.20
Upstream changes:
2.20  Sun Nov 24 10:52:00 2013
	- Relax pre-req version requirements

2.19  Sun Sep 15 09:16:00 2013
	- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
		Reported by Jean-Louis Morel. See RT#88670.

2.18  Sat Sep 14 10:03:00 2013
	- Remove obsolete and wrong version # from Makefile.PL.
		Reported by Jean-Louis Morel. See RT#88658.
	- Implement Kevin Ryde's suggestion to test if read() will return undef.
		If so, set an error message and (still) return undef.

2.17  Fri Sep 13 12:41:00 2013
	- Remove the file tests -efr during calls to read(). The open() tests for any error.
		Also, the -f test was reporting /dev/null as a directory, not a file.
		Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
	- Clean up some error messages slightly.

2.16  Fri Sep  6 11:54:00 2013
	- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long :-(.
		Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
		See: RT#88435 (for Tree::DAG_Node) for an explanation.

2.15  Sun Aug  4 14:59:00 2013
	- Clean up the shambolic dates in this file.
	- Add a note under Caveats about setting options more that once. Only the first case is respected.
		Thanx to Kimmel K. See RT#69795.
	- Add a $encoding parameter to read_file() and write_file(). See docs for details.
		Add t/04.utf8.t and t/04.utf8.txt.
		Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
	- For BSD-based systems, when writing a file during tests, use:
		my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
	- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift char.
	- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
	- Add an FAQ to the docs.
	- Clean up the docs.
2013-12-12 06:29:58 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
bb7b7fdb59 Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on
2011-08-10 08:38:37 +00:00
sno
7592ecf638 Updating devel/p5-Config-Tiny from 2.12nb2 to 2.13
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-09-08 05:44:27 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
rhaen
62e24baced - updated to 2.12
- 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-12-09 22:12:08 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
286ac840c3 Update to 2.10:
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
2007-02-18 02:01:31 +00:00
wiz
a6eeb5a9b9 Update to 2.07:
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-07-19 22:36:53 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
wiz
0667a01266 Update to 2.04:
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
2006-01-03 17:31:53 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
b8b25ccd8f 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.
2005-06-24 18:58:18 +00:00