Bug 245513 - [NEW PORT] textproc/trdsql: Execute SQL queries on CSV, LTSV, JSON and TBLN
Summary: [NEW PORT] textproc/trdsql: Execute SQL queries on CSV, LTSV, JSON and TBLN
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: Dmitri Goutnik
URL: https://github.com/noborus/trdsql
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-10 18:06 UTC by Lewis Cook
Modified: 2020-04-12 20:17 UTC (History)
1 user (show)

See Also:


Attachments
trdsql-0.7.5.diff (5.58 KB, patch)
2020-04-10 18:06 UTC, Lewis Cook
no flags Details | Diff
trdsql-0.7.5.log (23.38 KB, text/plain)
2020-04-10 18:06 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-04-10 18:06:13 UTC
Created attachment 213253 [details]
trdsql-0.7.5.diff

Command-line tool allowing you to easily interface
between CSV, LTSV, JSON and TBLN with SQL queries
which can output to various formats.

WWW: https://github.com/noborus/trdsql

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-04-10 18:06:34 UTC
Created attachment 213254 [details]
trdsql-0.7.5.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-12 20:17:01 UTC
A commit references this bug:

Author: dmgk
Date: Sun Apr 12 20:16:33 UTC 2020
New revision: 531553
URL: https://svnweb.freebsd.org/changeset/ports/531553

Log:
  New port: textproc/trdsql

  Command-line tool allowing you to easily interface
  between CSV, LTSV, JSON and TBLN with SQL queries
  which can output to various formats.

  WWW: https://github.com/noborus/trdsql

  PR:		245513
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/textproc/Makefile
  head/textproc/trdsql/
  head/textproc/trdsql/Makefile
  head/textproc/trdsql/distinfo
  head/textproc/trdsql/pkg-descr
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-12 20:17:32 UTC
Committed, thanks!