Bug 227271 - [NEW PORT] graphics/jp: Terminal charts, plots, histograms and maps from JSON and CSV
Summary: [NEW PORT] graphics/jp: Terminal charts, plots, histograms and maps from JSON...
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: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 20:57 UTC by Mateusz Piotrowski
Modified: 2019-08-08 10:00 UTC (History)
2 users (show)

See Also:


Attachments
Patch adding jp to graphics/Makefile (299 bytes, patch)
2018-04-03 20:57 UTC, Mateusz Piotrowski
no flags Details | Diff
Shell archive with the new graphics/jp port (version: 1.1.11) (2.31 KB, text/plain)
2018-04-03 20:58 UTC, Mateusz Piotrowski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 freebsd_triage 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!