Up to [cvs.NetBSD.org] / pkgsrc / devel / jsonnet
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 15 14:45:57 2022 UTC (9 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
jsonnet: Fix od(1) args.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 26 10:15:08 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 13:40:02 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 13 18:04:28 2019 UTC (4 years, 1 month ago) by seb
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
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
update devel/jsonnet to version 0.13.0 Significant changes since last packaged version (0.10.0): - jsonnet fmt is now its own executable called jsonnetfmt... - Standard library additions: std.reverse, std.encodeUTF8 and std.decodeUTF8 - Standard dlibrary changes: - Fix std.parseHex that rejected certain correct inputs - Added std.find and std.findSubstr - Added std.parseJson - sort and set functions can now be given a "keyF" function for controlling the ordering - std.trace for debugging - std.parseHex and std.parseOctal - Language changes: - std.native("foo") now returns null if foo doesn't exist, instead of an error... Complete list of change is available from https://github.com/google/jsonnet/releases
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 21 20:55:29 2018 UTC (5 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: 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.3: +5 -5
lines
Diff to previous 1.3 (colored)
update devel/jsonnet to version 0.10.0 - One major change: The formatter (jsonnet fmt) is now more opinionated [...] - Minor additions: - jsonnet -y and -m now respect -o - JSONNET_PATH environment variable - { [null]: true for x in [3] } now respects the null instead of being an error - The parser takes much less stack space - std.strReplace(str, from, to) - std.isArray(v), std.isBoolean(v), std.isFunction(v), std.isNumber(v), std.isObject(v), std.isString(v) - std.sign(n) - std.asciiUpper(x), std.asciiLower(x) - std.manifestYamlDoc(value), std.manifestYamlStream(value) - std.manifestXmlJsonml(value) (see jsonml.org) - ...and minor bug fixes & performance improvements
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 9 08:37:09 2017 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
jsonnet: improve DISTNAME and fix fetch
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 8 11:23:24 2017 UTC (5 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.1: +7 -6
lines
Diff to previous 1.1 (colored)
update devel/jsonnet to version 0.9.5 - One major change: Import paths now are properly escaped [...] - Allow formatting of multiple files with a single jsonnet fmt invocation - jsonnet fmt will now sort your imports alphabetically - The Bazel Python build works again - jsonnet fmt fixes code with mismatched newlines in { } and similar start/end syntax - The Python bindings are now compatible with Python 3 - There is a VS2017 solution file - The default -J paths were broken [...]
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 5 19:40:35 2017 UTC (5 years, 11 months ago) by seb
Branch: MAIN
Add devel/jsonnet version 0.9.4 to the NetBSD packages collection