summaryrefslogtreecommitdiff
path: root/textproc/qore-yaml-module
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08Updated textproc/qore-yaml-module to version 0.6 .nros4-261/+316
Changes from release notes: * improved the description for the DESERIALIZATION-ERROR exception for non-deserializable message bodies from HTTP servers with error responses * added the YamlRpcConnection class to the YamlRpcClient module * updated the DataStreamClient module for complex types and new internal RestClient API changes * updated the DataStreamUtil module for complex types * fixed a bug deserializing single-quoted strings; also serialized "!number" values will always include the tag to avoid potential future ambiguity * improved argument error messages with RPC calls in the YamlRpcHandler module
2018-01-28recursive bump after mpfr shlib major bumpwiz2-4/+4
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-10-12Revbump and use of c++11 beacuse of lang/qore update.nros1-2/+3
2016-08-07email style fixnros1-2/+2
2016-07-22Update qore-xml-module to version 0.5.nros6-213/+465
Patches have been applied upstream. release notes: This release of the yaml module includes bug fixes and major new features such as: * Support for the DataStream Protocol allowing point-to-point data streaming over HTTP using YAML-serialized chunks of data; the following user modules support this: - DataStreamClient - DataStreamRequestHandler - DataStreamUtil * new function naming convention
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
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.
2014-12-30Import qore-yaml-module-0.4nb4 as textproc/qore-yaml-module, packagedwiz8-0/+420
for wip by nros. Plugin for the Qore programming language that provides conversion from native Qore data to YAML strings.