Bug 204294 - [NEW PORT] databases/sqlitestudio: SQLite database manager GUI
Summary: [NEW PORT] databases/sqlitestudio: SQLite database manager GUI
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: Kurt Jaeger
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-11-04 19:09 UTC by Yuri Victorovich
Modified: 2015-11-21 08:32 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (6.59 KB, application/shar)
2015-11-04 19:09 UTC, Yuri Victorovich
no flags Details
poudriere log (154.18 KB, text/plain)
2015-11-04 19:12 UTC, Yuri Victorovich
no flags Details
shar archive (6.54 KB, text/plain)
2015-11-05 00:44 UTC, Yuri Victorovich
no flags Details
shar archive (6.55 KB, text/plain)
2015-11-08 03:05 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-11-04 19:09:20 UTC
Created attachment 162787 [details]
shar archive
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2015-11-04 19:12:52 UTC
Created attachment 162788 [details]
poudriere log

(skipped mundane build log lines in poudriere log)
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-11-04 19:16:00 UTC
SQLiteStudio will be found useful by those who prefer UI, please see screenshots: http://sqlitestudio.pl/?act=gallery
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2015-11-05 00:44:39 UTC
Created attachment 162798 [details]
shar archive

Added USE_SQLITE=yes instead of the explicit sqlite3 dependency.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2015-11-08 03:05:22 UTC
Created attachment 162891 [details]
shar archive
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-21 08:30:41 UTC
Testbuilds on 11a, 10.2a+i, 9.3a all fine.
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-11-21 08:31:34 UTC
A commit references this bug:

Author: pi
Date: Sat Nov 21 08:31:00 UTC 2015
New revision: 402142
URL: https://svnweb.freebsd.org/changeset/ports/402142

Log:
  New port: databases/sqlitestudio

  SQLiteStudio is a SQLite database manager with the following features:
  * Intuitive interface
  * Powerful, yet light and fast
  * Exporting to various formats (SQL statements, CSV, HTML, XML, PDF, JSON)
  * Importing data from various formats (CSV, custom text files)
  * Numerous small additions, like formatting code, history of queries executed
    in editor windows, on-the-fly syntax checking, and more
  * Unicode support
  * Configurable colors, fonts and shortcuts

  WWW: http://sqlitestudio.pl/

  PR:		204294
  Submitted by:	yuri@rawbw.com

Changes:
  head/databases/Makefile
  head/databases/sqlitestudio/
  head/databases/sqlitestudio/Makefile
  head/databases/sqlitestudio/distinfo
  head/databases/sqlitestudio/pkg-descr
  head/databases/sqlitestudio/pkg-plist
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-21 08:32:01 UTC
Committed, thanks!