diff options
author | tobik <tobik@FreeBSD.org> | 2017-03-06 04:05:56 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-03-06 04:05:56 +0800 |
commit | 0ca526364aec2a24b7becd3b28fb1a863db123a6 (patch) | |
tree | 87a8d2b42ebdf1f1224331e94dbb8791746eef62 /databases/Makefile | |
parent | 4ee5020726d76c09ebad9cf0d3479e0ec606f9a4 (diff) | |
download | freebsd-ports-gnome-0ca526364aec2a24b7becd3b28fb1a863db123a6.tar.gz freebsd-ports-gnome-0ca526364aec2a24b7becd3b28fb1a863db123a6.tar.zst freebsd-ports-gnome-0ca526364aec2a24b7becd3b28fb1a863db123a6.zip |
New port: databases/sqliteconvert
Sqliteconvert is a set of tools to convert SQLite3 schema files into
documentation. It includes sqlite2dot(1), which converts into a
graphviz file; sqlite2html(1), which converts into an HTML5 fragment;
and sqliteconvert(1), which pulls these tools together with some sane
default templates.
WWW: https://kristaps.bsd.lv/sqliteconvert/
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9895
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index f1239fc2baca..e75d2e1fdb5f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -965,6 +965,7 @@ SUBDIR += sqlite3 SUBDIR += sqlitebrowser SUBDIR += sqlitebrowser-qt5 + SUBDIR += sqliteconvert SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc |