aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlitestudio
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqlitestudio: Unbroke the build by including QVariant where it was ↵Yuri Victorovich2017-11-273-7/+32
| | | | | | | | | | missing Approved by: tcberner (mentor), mat Differential Revision: https://reviews.freebsd.org/D13203 Notes: svn path=/head/; revision=454970
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update to 3.1.1Wen Heping2016-12-213-57/+29
| | | | | | | | | | - Update pkg-descr PR: 214181 Submitted by: yuri@rawbw.com(maintainer) Notes: svn path=/head/; revision=429043
* Update to 3.1.0Guido Falsi2016-06-213-44/+49
| | | | | | | | PR: 210427 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=417290
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sqlitestudio: document ncurses requirement (USES+=ncurses)John Marino2016-02-082-1/+12
| | | | | | | | | Also link with ncurses, not curses. approved by: infrastructure blanket Notes: svn path=/head/; revision=408505
* Add a few patches to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-213-0/+30
| | | | | | | | | | Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer. Notes: svn path=/head/; revision=406847
* - Update to 3.0.7Martin Wilke2015-12-082-3/+3
| | | | | | | | | | PR: 204909 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4344 Notes: svn path=/head/; revision=403322
* New port: databases/sqlitestudioKurt Jaeger2015-11-214-0/+151
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 Notes: svn path=/head/; revision=402142