Bug 230190 - [NEW PORT] textproc/json-yaml: Convert JSON to YAML
Summary: [NEW PORT] textproc/json-yaml: Convert JSON to YAML
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-30 14:12 UTC by Sijmen J. Mulder
Modified: 2019-01-14 14:53 UTC (History)
1 user (show)

See Also:


Attachments
json-yaml.shar (1.51 KB, text/plain)
2018-07-30 14:12 UTC, Sijmen J. Mulder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sijmen J. Mulder 2018-07-30 14:12:36 UTC
Created attachment 195634 [details]
json-yaml.shar

json-yaml converts JSON to YAML on the command line. Useful to get more
readable output from web APIs and such.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2018-12-27 16:01:09 UTC
I'm about to add your port to the ports tree.

If you have no objection I would also add you to the FreeBSD additional controibutor's list, which is standard for people contributing a new port. [1]

I'd credit you as:

 Sijmen J. Mulder <ik@sjmulder.nl>


If you don't want to appear or want to add a nickname, hide the real name or the email address, please tell me so.


[1] https://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/contrib-additional.html
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2018-12-27 16:06:36 UTC
BTW I noticed a version 1.1.2 is available so I'm committing the port at that version.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-12-27 16:07:26 UTC
A commit references this bug:

Author: madpilot
Date: Thu Dec 27 16:07:23 UTC 2018
New revision: 488547
URL: https://svnweb.freebsd.org/changeset/ports/488547

Log:
  json-yaml is a small command line utility to convert JSON to YAML.
  It is useful to get more readable output from web APIs and such.

  WWW: https://github.com/sjmulder/json-yaml

  PR:		230190
  Submitted by:	ik@sjmulder.nl

Changes:
  head/textproc/Makefile
  head/textproc/json-yaml/
  head/textproc/json-yaml/Makefile
  head/textproc/json-yaml/distinfo
  head/textproc/json-yaml/pkg-descr
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2019-01-14 14:53:52 UTC
Port added, and submitter added to additional contributor's list.

Thank you!