Commit graph

4 commits

Author SHA1 Message Date
sjmulder
550d17140c 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.
2020-01-01 01:19:00 +00:00
sjmulder
2d36c8eaba Update my (sjmulder) maintainer email address 2019-05-06 09:17:12 +00:00
leot
1b8913e7fe 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-12-06 19:41:08 +00:00
maya
1216154c54 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.
2018-09-22 07:24:10 +00:00