diff options
author | pi <pi@FreeBSD.org> | 2015-01-06 02:21:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-01-06 02:21:38 +0800 |
commit | 076f2b8f2886e4d2e690640572fc2cf35cf891b2 (patch) | |
tree | 773e18e290af9431bec74e0a3bc835ae87c76559 /databases/sqlitebrowser | |
parent | b9d0d5ad87f4923e397159c5b8591c0b2fa8cb1b (diff) | |
download | freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.tar.gz freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.tar.zst freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.zip |
New port: databases/sqlitebrowser
DB Browser for SQLite is a light GUI editor for SQLite databases,
built on top of Qt. The main goal of the project is to allow
non-technical users to create, modify and edit SQLite databases
using a set of wizards and a spreadsheet-like interface.
This project has previous been known as "SQLite Browser" and "Database
Browser for SQLite". "DB Browser for SQLite" will hopefully be the
name that sticks. :)
WWW: http://sqlitebrowser.org/
PR: 196365
Submitted by: coder@tuxfamily.org
Diffstat (limited to 'databases/sqlitebrowser')
-rw-r--r-- | databases/sqlitebrowser/Makefile | 26 | ||||
-rw-r--r-- | databases/sqlitebrowser/distinfo | 2 | ||||
-rw-r--r-- | databases/sqlitebrowser/pkg-descr | 10 | ||||
-rw-r--r-- | databases/sqlitebrowser/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile new file mode 100644 index 000000000000..6f02d9916bd7 --- /dev/null +++ b/databases/sqlitebrowser/Makefile @@ -0,0 +1,26 @@ +# Created by: loïc bartoletti <coder@tuxfamily.org> +# $FreeBSD$ + +PORTNAME= sqlitebrowser +PORTVERSION= 3.4.0 +CATEGORIES= databases + +MAINTAINER= coder@tuxfamily.org +COMMENT= DB Browser for SQLite is a visual tool to manage SQLite databases + +LICENSE= MPL GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${GH_COMMIT} + +USE_GITHUB= +GH_ACCOUNT= sqlitebrowser +GH_COMMIT= 0358faa +GH_TAGNAME= ${GH_COMMIT} + +USES= cmake desktop-file-utils +USE_QT4= gui qmake_build linguist_build moc_build uic_build rcc_build +USE_SQLITE= yes + +INSTALLS_ICONS= yes +.include <bsd.port.mk> diff --git a/databases/sqlitebrowser/distinfo b/databases/sqlitebrowser/distinfo new file mode 100644 index 000000000000..1ae0845094da --- /dev/null +++ b/databases/sqlitebrowser/distinfo @@ -0,0 +1,2 @@ +SHA256 (sqlitebrowser-3.4.0.tar.gz) = 9d2493c1b4ef15643b42899a2a6069fed75dae50073e3056adabb3b164904b8a +SIZE (sqlitebrowser-3.4.0.tar.gz) = 841234 diff --git a/databases/sqlitebrowser/pkg-descr b/databases/sqlitebrowser/pkg-descr new file mode 100644 index 000000000000..9174f5af2698 --- /dev/null +++ b/databases/sqlitebrowser/pkg-descr @@ -0,0 +1,10 @@ +DB Browser for SQLite is a light GUI editor for SQLite databases, +built on top of Qt. The main goal of the project is to allow +non-technical users to create, modify and edit SQLite databases +using a set of wizards and a spreadsheet-like interface. + +This project has previous been known as "SQLite Browser" and "Database +Browser for SQLite". "DB Browser for SQLite" will hopefully be the +name that sticks. :) + +WWW: http://sqlitebrowser.org/ diff --git a/databases/sqlitebrowser/pkg-plist b/databases/sqlitebrowser/pkg-plist new file mode 100644 index 000000000000..ca96fa6a2f53 --- /dev/null +++ b/databases/sqlitebrowser/pkg-plist @@ -0,0 +1,3 @@ +%%QT_BINDIR%%/sqlitebrowser +share/applications/sqlitebrowser.desktop +share/icons/hicolor/256x256/apps/sqlitebrowser.png |