The NetBSD Project

CVS log for pkgsrc/textproc/qore-json-module/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / qore-json-module

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 20 12:51:37 2023 UTC (11 months, 3 weeks ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update qore-json-module to version 1.8.2

Update to build with latest version of qore.
Build using cmake since configure.ac but not
./configure is included in dist any more.
This also means that prebuilt docs are not
included and building them requires doxygen
which is a quite heavy dependency.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 20 11:39:41 2022 UTC (17 months, 3 weeks ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update qore-json-module to version 1.8.1

Update qore-json-module to version 1.8.1.

Changes from changelog:

* eliminated excess whitespace from
  compact JSON serialization

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 27 19:14:31 2022 UTC (2 years, 2 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update qore-json-module to version 1.8

This update is to make sure the package
works correctly qore version 1.2.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:18 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:25 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 8 19:53:30 2018 UTC (5 years, 10 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.4: +5 -6 lines
Diff to previous 1.4 (colored)

Updated textproc/qore-json-module to version 1.7 .

Removed patch-src_ql__json.qpp fixed upstream.

Changes from release notes:
* deprecated support for the non-published JSON-RPC 1.1 protocol
* added support for JSON-RPC 2.0
* added the JsonRpcConnection user module
* improved argument error messages with RPC calls in the
  JsonRpcHandler module
* fixed date serialization to use ISO-8601 format
  (instead of near-ISO-8601 format)
* parse_json() now ignores UTF-8 and Unicode BOMs at the
  start of passed JSON string
* fixed a bug in request logging in the JsonRpcHandler module
* fixed a bug serializing hash keys with embedded quotes

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 12 18:38:47 2017 UTC (6 years, 6 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Revbump and add patch for building with c++11 because of lang/qore update.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 20 13:05:12 2016 UTC (7 years, 8 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +5 -7 lines
Diff to previous 1.2 (colored)

Update qore-json-module to version 1.5.

Patches have been applied upstream.

Release notes:

 * serialize binary values as base64-encoded strings
 * user modules moved to top-level qore module directory from
   version-specific module directory since they are valid for multiple
   versions of qore
 * serialize nan, +/-inf as null according to the JSON spec
 * added detection for invalid JSON-RPC calls and added a more
   user-friendly error message in the JsonRpcHandler module
 * new functions added conforming to Qore's function naming convention,
   old camel-case functions deprecated
 * JSON tests ported to QUnit
 * Qore 0.8.12 required as a minimum to build
 * JSON output is more compact; fewer extransous whitespaces are used

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:06 2015 UTC (8 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add SHA512 digests for distfiles for textproc category

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.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 30 15:50:28 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1

Import qore-json-module-1.4nb4 as textproc/qore-json-module, packaged
for wip by nros.

JSON module for the Qore language that provides (de)serialization to
JSON and RPC support.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>