pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jsonnet



Module Name:    pkgsrc
Committed By:   seb
Date:           Thu Jun 21 20:55:29 UTC 2018

Modified Files:
        pkgsrc/devel/jsonnet: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/jsonnet/Makefile \
    pkgsrc/devel/jsonnet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/jsonnet/Makefile
diff -u pkgsrc/devel/jsonnet/Makefile:1.3 pkgsrc/devel/jsonnet/Makefile:1.4
--- pkgsrc/devel/jsonnet/Makefile:1.3   Mon Oct  9 08:37:09 2017
+++ pkgsrc/devel/jsonnet/Makefile       Thu Jun 21 20:55:29 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/10/09 08:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/06/21 20:55:29 seb Exp $
 
-DISTNAME=      jsonnet-0.9.5
-CATEGORIES=    devel local
+DISTNAME=      jsonnet-0.10.0
+CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
@@ -16,6 +16,7 @@ USE_LANGUAGES=        c c++11
 
 USE_TOOLS+=    gmake bash mktemp
 REPLACE_BASH+= examples/check.sh examples/terraform/check.sh
+REPLACE_BASH+= test_cmd/run_cmd_tests.sh
 REPLACE_BASH+= test_suite/run_tests.sh test_suite/run_fmt_tests.sh
 REPLACE_BASH+= test_suite/run_fmt_idempotence_tests.sh
 
Index: pkgsrc/devel/jsonnet/distinfo
diff -u pkgsrc/devel/jsonnet/distinfo:1.3 pkgsrc/devel/jsonnet/distinfo:1.4
--- pkgsrc/devel/jsonnet/distinfo:1.3   Mon Oct  9 08:37:09 2017
+++ pkgsrc/devel/jsonnet/distinfo       Thu Jun 21 20:55:29 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2017/10/09 08:37:09 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/06/21 20:55:29 seb Exp $
 
-SHA1 (jsonnet-0.9.5.tar.gz) = d0a9ea7fbe0edf95276c9f4923f18e6334ee19d0
-RMD160 (jsonnet-0.9.5.tar.gz) = 65781115ede9ac7ae0ef8f44501746a1258169bc
-SHA512 (jsonnet-0.9.5.tar.gz) = 630941b0f9a86cf4697f242cbec3fdb565a194fa391c39b199c9adddac6994afbf45dccb1881c325d92e6729e1bd62915690363e8fb5b65a894f3e00dae4d47d
-Size (jsonnet-0.9.5.tar.gz) = 573335 bytes
+SHA1 (jsonnet-0.10.0.tar.gz) = d1d17b2880c77284c874a68e69532b84dc40b587
+RMD160 (jsonnet-0.10.0.tar.gz) = 933ab6e3daa41ed53609b7c7edad914f3bf4f32e
+SHA512 (jsonnet-0.10.0.tar.gz) = 1154064e1f9238ab3eafdb1754e675bc0cdf5649f586b0cb667371e98d3cb61ca224e42be33dfcfb5030e254869bf9a3b29d72f2b22b4a50be8556ccbc424510
+Size (jsonnet-0.10.0.tar.gz) = 600377 bytes
 SHA1 (patch-Makefile) = d9d10b82704399bc115df785015c69f390a641aa
 SHA1 (patch-test__suite_tests.source) = 14fc92f664269ab4012c7f90b337276de77110f5



Home | Main Index | Thread Index | Old Index