diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-05 20:05:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-05 20:05:56 +0000 |
commit | e5e1a4947927b9ffdb7228c7e0f5099775136e37 (patch) | |
tree | 87a8d2b42ebdf1f1224331e94dbb8791746eef62 /databases/Makefile | |
parent | 7a5f344162d1459b90966b05d71aa35fb80742f5 (diff) |
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
Notes
Notes:
svn path=/head/; revision=435502
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 |