pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-Syck Updated to 0.85.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/823d8919b2d0
branches:  trunk
changeset: 528224:823d8919b2d0
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Wed Apr 25 09:39:13 2007 +0000

description:
Updated to 0.85.

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 "~".

diffstat:

 textproc/p5-YAML-Syck/Makefile |  4 ++--
 textproc/p5-YAML-Syck/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8e1cfc52b693 -r 823d8919b2d0 textproc/p5-YAML-Syck/Makefile
--- a/textproc/p5-YAML-Syck/Makefile    Wed Apr 25 07:32:48 2007 +0000
+++ b/textproc/p5-YAML-Syck/Makefile    Wed Apr 25 09:39:13 2007 +0000
@@ -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 -r 8e1cfc52b693 -r 823d8919b2d0 textproc/p5-YAML-Syck/distinfo
--- a/textproc/p5-YAML-Syck/distinfo    Wed Apr 25 07:32:48 2007 +0000
+++ b/textproc/p5-YAML-Syck/distinfo    Wed Apr 25 09:39:13 2007 +0000
@@ -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


Home | Main Index | Thread Index | Old Index