Bug 227271

Summary: [NEW PORT] graphics/jp: Terminal charts, plots, histograms and maps from JSON and CSV
Product: Ports & Packages Reporter: Mateusz Piotrowski <0mp>
Component: Individual Port(s)Assignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills, w.schwarzenfeld
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch adding jp to graphics/Makefile
none
Shell archive with the new graphics/jp port (version: 1.1.11) none

Description Mateusz Piotrowski freebsd_committer freebsd_triage 2018-04-03 20:57:32 UTC
Created attachment 192186 [details]
Patch adding jp to graphics/Makefile

jp is a dead simple terminal plots from JSON (or CSV) data. Bar charts, line
charts, scatter plots, histograms and heatmaps are supported. It reads data on
stdin and prints plots to stdout.

It is becoming more and more popular and is a pretty handy utility.

QA:
 * portlint -AC
 * poudriere testport: 11.1 (amd64, i386)
 * Tested manually on 12.0-CURRENT r331748.
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-04-03 20:58:54 UTC
Created attachment 192187 [details]
Shell archive with the new graphics/jp port (version: 1.1.11)

Here's a shell archive with the new graphics/jp port.
Comment 2 Walter Schwarzenfeld 2019-08-08 08:22:38 UTC
Any news here?
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-08-08 09:58:28 UTC
A commit references this bug:

Author: 0mp
Date: Thu Aug  8 09:57:34 UTC 2019
New revision: 508370
URL: https://svnweb.freebsd.org/changeset/ports/508370

Log:
  graphics/jp: Terminal charts, plots, histograms and maps from JSON and CSV

  jp is a dead simple terminal plots from JSON (or CSV) data. Bar charts,
  line charts, scatter plots, histograms and heatmaps are supported. It reads
  data on stdin and prints plots to stdout.

  WWW: https://github.com/sgreben/jp

  PR:		227271

Changes:
  head/graphics/Makefile
  head/graphics/jp/
  head/graphics/jp/Makefile
  head/graphics/jp/distinfo
  head/graphics/jp/pkg-descr
  head/graphics/jp/pkg-plist
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2019-08-08 10:00:17 UTC
(In reply to Walter Schwarzenfeld from comment #2)
Thanks for a reminder!