From 6415a50fb54f4581902cb5fed351a05dd043fddd Mon Sep 17 00:00:00 2001 From: hiramatsu Date: Wed, 25 Apr 2007 09:39:13 +0000 Subject: Updated to 0.85. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes from 0.72: [Changes for 0.85 (JSON::Syck 0.24) - 2007-04-20] * Strings containing both single quotes and newlines were incorrectly quoted with backslash-escaped single quotes. This is a regression introduced in YAML::Syck 0.84. Reported by: Agent Zhang [Changes for 0.84 (JSON::Syck 0.23) - 2007-04-02] * New $YAML::Syck::SingleQuote flag: When it is set to true, Dump will always emit quotes instead of bare strings. Requested by: Ingo Bax * When $JSON::Syck::SingleQuote is set to true, special characters such as \r\n are still escaped as usual, because JavaScript allows the same form of escaping in strings with either quotes. Reported by: Dobrica Pavlinusic [Changes for 0.83 (JSON::Syck 0.22) - 2007-02-05] * Under JSON::Syck, as well as YAML::Syck when $ImplicitTyping is set to true, integer numbers larger than an unsigned integer (>=4294967296 on 32-bit platforms) was erroneously loaded as 0. Reported by: Markus W・rle [Changes for 0.82 (JSON::Syck 0.21) - 2007-01-26] * Bytestrings containing no high bit bytes are no longer dumped as "!binary". [Changes for 0.81 (JSON::Syck 0.21) - 2007-01-26] * Support for loading Base64-encoded "!binary" type. * Support for dumping non-unicode bytes containing high bits as Base64-encoded "!binary" type. * JSON::Syck now raises an exception, instead of segfaults, when dumping a circular structure. [Changes for 0.80 (JSON::Syck 0.20) - 2007-01-26] * LICENSING CHANGE: This compilation and all individual files in it (except for the bundled libsyck code) are now under the permissive "MIT" license. See the COPYRIGHT section in README for the new terms. * Load("!! []") no longer segfaults due to empty tag names. * Load("!!Foo []") now blesses into "Foo", not "Foo::\0". * Load("!!perl/scalar 123") is now \123, not 123. * Load("!!perl/scalar:Foo ~") is now \"Foo", not undef. * Dump(bless(\$undef, 'Foo')) is now "!!perl/scalar:Foo ~", not "~". --- textproc/p5-YAML-Syck/Makefile | 4 ++-- textproc/p5-YAML-Syck/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/p5-YAML-Syck') diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile index f02fcd3b530..af7b3b7d43b 100644 --- a/textproc/p5-YAML-Syck/Makefile +++ b/textproc/p5-YAML-Syck/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 22:06:08 bad Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/25 09:39:13 hiramatsu Exp $ -DISTNAME= YAML-Syck-0.72 +DISTNAME= YAML-Syck-0.85 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AU/AUDREYT/} diff --git a/textproc/p5-YAML-Syck/distinfo b/textproc/p5-YAML-Syck/distinfo index 4ecf26713c8..773837ceecf 100644 --- a/textproc/p5-YAML-Syck/distinfo +++ b/textproc/p5-YAML-Syck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/10 22:06:08 bad Exp $ +$NetBSD: distinfo,v 1.2 2007/04/25 09:39:27 hiramatsu Exp $ -SHA1 (YAML-Syck-0.72.tar.gz) = 45adca87eb1df60d24fab15863cb6293bc7f5120 -RMD160 (YAML-Syck-0.72.tar.gz) = 5cfce4e2825e71c5d6d90d9e3c7fbd5589f3cace -Size (YAML-Syck-0.72.tar.gz) = 130078 bytes +SHA1 (YAML-Syck-0.85.tar.gz) = 22136cdd46579cd22649ca3bda069eb3e5cc3f1b +RMD160 (YAML-Syck-0.85.tar.gz) = a20550acfd674c8be8f1f97832f2803a38474f9a +Size (YAML-Syck-0.85.tar.gz) = 133230 bytes -- cgit v1.2.3