summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-Tiny
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22Updated textproc/p5-YAML-Tiny to 1.70mef2-8/+7
------------------------------------- 1.70 2017-01-22 08:59:54Z [FIXED] - Some errors writing to a file were incorrectly reported.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-01-08Update to 1.69wen2-8/+7
Upstream changes: 1.69 2015-07-26 00:51:03Z - No changes since 1.68-TRIAL. 1.68 2015-07-09 23:39:49Z (TRIAL RELEASE) [FIXED] - tests no longer print to stderr unnecessarily; this makes core perl builds (where this distribution is included as CPAN-Meta-YAML) a little quieter. [CHANGED] - the Test::More dependency has been reduced to 0.88 by emulating 'subtest' for those tests that need it 1.67 2015-05-12 00:10:24Z [FIXED] - instead of erroring on duplicate keys found in a hash (introduced in version 1.63), now we only warn. This fixes an issue in Strawberry Perl (via CPAN::Meta::YAML) when parsing a configuration file. [CHANGED] - Updated File::Temp test prereq to 0.19 for 'newdir' 1.66 2015-03-16 22:26:30Z [CHANGED] - removed bundled Test::TempDir::Tiny to rely on File::Temp for temporary directories during testing 1.65 2015-03-13 23:02:34Z [CHANGED] - artifacts left behind from testing are now cleaned up (GH#34) 1.64 2014-10-08 02:56:30Z [CHANGED] - remove silencing of any errors encountered while loading Scalar::Util (GH#33, Graham Knop) - now using JSON::MaybeXS in tests instead of JSON.pm
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-08-11Update to 1.63wen2-7/+6
Upstream changes: 1.63 2014-06-11 21:58:18Z [FIXED] - incorrect error messages fixed, when $@ is clobbered when Carp wasn't loaded (GH#30, GH#31, Hilko Bengen) [CHANGED] - now checking for, and erroring on, duplicate keys found in a hash (GH#32, Hilko Bengen)
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-03Update to 1.62wen2-6/+6
Upstream changes: 1.62 2014-03-16 12:28:44Z [FIXED] - fix handling of trailing colon in key name (RT#92916, H.Merijn Brand) 1.61 2014-02-24 16:59:49Z [FIXED] - fixed a test for VMS (RT#93297, Craig Berry) 1.60 2014-02-13 20:31:56Z - shipping 1.59 as stable, with no changes. 1.59 2014-02-06 03:10:35Z (TRIAL RELEASE) [CHANGED] - numeric values are now quoted whenever they've been used as a string (fixes inconsistent behaviour seen with numeric values, due to differences between the XS and pure-perl variants of Data::Dumper). (github issue #24) - numeric hash keys are now always quoted. 1.58 2014-02-04 18:01:58Z [INCOMPATIBLE CHANGE] - 1.57 omitted a change entry for the following change: - Previously, YAML::Tiny was sloppy about file encodings. It is now strict. The 'read' method and 'LoadFile' function expect UTF-8 encoded files. The 'write' method and 'DumpFile' function produce UTF-8 encoded files. The 'read_string' and 'write_string' methods and the 'Load' and 'Dump' functions expect or generate (decoded) character data. 1.57 2014-01-30 22:12:38Z [INCOMPATIBLE CHANGE] - Previously, some errors would throw exceptions and some would return the error condition in $YAML::Tiny::errstr. Now all errors throw exceptions. Use of $errstr and the errstr method are deprecated. (David Golden) [FIXED] - Fixed write method to encode YAML file with UTF-8 (David Golden) - Improved SYNOPSIS and documentation of new (David Golden) [TESTING] - Tests have been cleaned up and reorganized. Test coverage has been significnatly improved. (Ingy d枚t Net, David Golden, Jim Keenan, Karen Etheridge) 1.56 2013-09-25 02:38:19Z - read_string documentation error fixed (RT#74409, thanks Tim Heaney!) - re-release with fixed compile test 1.55 2013-09-19 04:07:32Z - again packaging with ExtUtils::MakeMaker 1.54 2013-08-22 03:55:41Z - convert to Dist::Zilla - Updated format to conform to CPAN::Changes::Spec
2013-08-21Update to 1.53wen2-7/+6
Upstream changes: 1.53 2013-08-20 - really fixed metadata 1.52 2013-08-20 - updated repository metadata to reflect move to github
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-04-10Updating package for CPAN module YAML::Tiny in textproc/p5-YAML-Tiny fromsno2-6/+6
1.50 to 1.51. Upstream changes: 1.51 Sun 11 Mar 2012 - The fix described in 1.48 was incorrect. Removing an additional if $@ to fix it properly. - Make the Scalar::Util version check resistant to bugs caused by development versions.
2011-11-16Updating YAML::Tiny module of Perl programming language insno2-7/+6
textproc/p5-YAML-Tiny from 1.44nb2 to 1.50. Upstream changes: 1.50 Thu 23 Jun 2011 - Major bug fix, all code that writes arbitrary data should upgrade. - Simple scalars with no whitespace but ending in a colon like ABC: were not being quoted, which results in the parser confusing it with a mapping key and crashing. 1.49 Tue 8 Mar 2011 - No functional changes. - Don't depend on the YAML modules in RELEASE_TESTING, as it can pollute the advisory META.yml. 1.48 Tue 1 Feb 2011 - Fix to the refaddr compatibility where Scalar::Util is installed but is older than 1.18. 1.47 Mon 31 Jan 2011 - No functional changes - Only depend on the YAML implementations when we are release testing 1.46 Thu 16 Dec 2010 - No functional changes - Moving to a production release now CPAN Testers is green again 1.45_02 Tue 7 Dec 2010 - Adding experimental support for exception->errstr conversion - Updating test suite yaml_error to not expect exceptions 1.45_01 Tue 7 Dec 2010 - Added support for trailing line comments (INGY) - Added checks for some characters that are illegal or reserved in plain scalars (INGY) - Minor cleaning up of some out of date POD (ADAMK) - Updated AUTOMATED_TESTING dependencies to new versions (ADAMK)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+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!
2010-08-17Updating textproc/p5-YAML-Tiny from 1.43 to 1.44sno2-6/+6
Upstream changes: 1.44 Sun 8 Aug 2010 - No functional changes, upgrading is not required - Minor tweaks to Makefile.PL - Minor cleanup around the refaddr emulation code
2010-07-14Update p5-YAML-Tiny from version 1.42 to version 1.43.seb2-6/+6
Upstream changes: 1.43 Sat 10 Jul 2010 - No functional changes, upgrading is not required - Don't import Carp 'croak' any more, saving a few K
2010-07-03Update p5-YAML-Tiny from version 1.41 to version 1.42.seb2-7/+7
Pkgsrc changes: - adjust MASTER_SITES Upstream changes: 1.42 Fri 25 Jun 2010 - No functional changes, upgrading is not required - Clarified documation to explain that YAML::Tiny escapes "bool" keywords when it writes them as strings so that YAML parsers in other languages won't get confused, but this does not mean that YAML::Tiny actually supports boolean types itself. - Added an extra test case for boolean keyword escaping. - YAML::Perl comparison tests were loading the file back in with YAML.pm by mistake. Corrected this and added an additional case that YAML::Perl doesn't support that I wasn't catching. - Author tests updated and moved into xt/ - Updated the versions of the other YAML parsers we test ourselves against to the most recent versions of each.
2009-12-15Update to 1.41:wiz2-6/+6
1.41 Fri 11 Dec 2009 - Fixes a performance bug reported by Apocalypse. Single line double-quoted strings longer than 32,000ish characters resulted in the regular expression engine crashing due to excessive recursion. Changed to a different regex that will most likely only crash after 32,000 ESCAPED characters. If I could use negative look-behind assertions (I can't because I need 5.004) this whole issue would be MUCH simpler to fix.
2009-08-09Updating package for p5 module YAML::Tiny from 1.39 to 1.40sno2-6/+7
pkgsrc changes: - Adding license (perl license) Upstream changes: 1.40 Fri 31 Jul 2009 - Dear Ruby Community. Thank you so much for your bug report to the "Ruby Talk" mailing list regarding the lack of true/false support in Perl YAML modules. http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/169943 This flaw has now been resolved, around 2 hours after we were made aware of it. Next time, we recommend you report these bugs to the people who can actually fix your problem.
2009-05-21pkgsrc changes:sno2-6/+6
- Updating package for p5 module YAML::Tiny from 1.38 to 1.39 Upstream changes: 1.39 Thu 21 May 2009 - Even though utf8 starts at 5.7+ there's no is_utf till 5.8.1 so skip in the tests if needed (ADAMK)
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 module YAML::Tiny from 1.36 to 1.38 - Setting license to gnu-gpl-v2 Upstream changes: 1.38 Sat 16 May 2009 - Moving the test suite style closer to Parse::CPAN::Meta - Changed exceptions closer to Parse::CPAN::Meta - Fixed Changes file date for 1.37 :) 1.37 Sat 16 May 2009 - Call $self->_error instead of $class->_error when we can - Refactoring away some of the code other people have been contributing lately that most certainly NOT ::Tiny style. - Avoid the need to do '' escaping by moving it to "'" - Added comparative testing with YAML::Perl
2009-01-11Update from version 1.32 to 1.36.he2-8/+7
Upstream changes: 1.36 Wed 7 Jan 2009 - Fixing missing feature reported by H.Merijn Brand 1.35 Wed 17 Dec 2008 - Production release for changes in 1.34_01 - No other changes 1.34_01 Wed 19 Nov 2008 - Improving sub-classability by passing the indent level through to the ->_write_scalar method. 1.33 Thu 24 Jul 2008 - Export Load and Dump functions by default.
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=...").
2008-05-30Import textproc/p5-YAML-Tiny-1.32abs3-0/+43
YAML::Tiny is a perl class for reading and writing YAML-style files, written 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 and zero-dependency alternative to many more-thorough standard modules. This module is primarily for reading human-written files (like simple config files) and generating very simple human-readable files. Note that I said human-readable and not geek-readable. The sort of files that your average manager or secretary should be able to look at and make sense of. YAML::Tiny does not generate comments, it won't necesarily preserve the order of your hashes, and it will normalise if reading in and writing out again. It only supports a very basic subset of the full YAML specification.