summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-Syck
AgeCommit message (Collapse)AuthorFilesLines
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-10-09Remove trailing spaces.martti1-2/+2
2007-04-25Updated to 0.85.hiramatsu2-6/+6
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 "~".
2007-01-10Fix a typo.bad1-1/+1
2007-01-10Initial import of textproc/p5-YAML-Syck 0.72.bad4-0/+29
YAMl::Syck provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. Necessary for SVK-v2.0.0.