./textproc/json-yaml, Convert JSON to YAML and back

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1, Package name: json-yaml-1.2.1, Maintainer: sjmulder

Convert JSON to YAML or YAML to JSON on the command line. Useful to get more
readable output from web APIs and such.


Required to run:
[textproc/libyaml] [devel/yajl]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5.282 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
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
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-01-01 02:19:00 by Sijmen J. Mulder | Files touched by this commit (4)
Log message:
json-yaml: Update to 1.2.1

Changes in 1.2.1:
 - Fixed: extraneous error message due to switch fallthrough.

Changes in 1.2:
 - Added: yaml-json to convert YAML back into JSON. Doesn't suport YAML
   aliases yet.
 - Changed: Makefile no longer hardcodes /usr/local/{include,lib}.
 - Changed: no longer requires nonstandard libc headers (err.h).
 - Changed: small documentation tweaks.
 - Removed: cleanup function; let OS handle it.
 - Removed: version number from usage output.
   2019-05-06 11:17:13 by Sijmen J. Mulder | Files touched by this commit (8)
Log message:
Update my (sjmulder) maintainer email address
   2018-12-06 20:41:08 by Leonardo Taccari | Files touched by this commit (3)
Log message:
json-yaml: Update textproc/json-yaml to 1.1.2

pkgsrc changes:
 - Simplify DISTNAME handling

Changes:
 - Fixed: MANPREFIX defaulted to $(prefix)/man rather than
   $(PREFIX)/man
 - Fixed: make uninstall did not respect DESTDIR, PREFIX,
   and MANPREFIX.

Patch provided by Sijmen J. Mulder via pkgsrc-wip, thank you Sijmen!
   2018-09-22 09:24:10 by Maya Rashish | Files touched by this commit (4)
Log message:
Add json-yaml version 1.1.1
Packaged by Sijmen J. Mulder, in PR pkg/53483

Convert JSON to YAML on the command line.  Useful to get more readable output
from web APIs and such.