aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-08 10:37:32 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-08 10:37:32 +0000
commit5db254a4626420a43943c7dcf0788689b99cd6bf (patch)
tree2feb3c5dabceefda6eb88331d18a52eca64d0af0 /textproc/Makefile
parent2654d184c9a60a8b0cd96782aa7af1c9b293691a (diff)
downloadports-5db254a4626420a43943c7dcf0788689b99cd6bf.tar.gz
ports-5db254a4626420a43943c7dcf0788689b99cd6bf.zip
New port: textproc/csvq: SQL-like query language for csv
Command line tool to operate CSV files. You can read, update, delete CSV records with SQL-like query. You can also execute multiple operations sequentially in managed transactions by passing a procedure or using the interactive shell. In the multiple operations, you can use variables, cursors, temporary tables, and other features. WWW: https://mithrandie.github.io/csvq/ PR: 244663 Submitted by: Lewis Cook <vulcan@wired.sh>
Notes
Notes: svn path=/head/; revision=528023
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 1a4e620135d0..800c5e830af7 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -107,6 +107,7 @@
SUBDIR += csb-aspell
SUBDIR += csv2latex
SUBDIR += csvdiff
+ SUBDIR += csvq
SUBDIR += ctpl
SUBDIR += ctpp2
SUBDIR += cwtext