mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
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
This commit is contained in:
parent
bdeabf24ed
commit
24ea928049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376335
@ -906,6 +906,7 @@
|
||||
SUBDIR += sqlite-ext-pcre
|
||||
SUBDIR += sqlite2
|
||||
SUBDIR += sqlite3
|
||||
SUBDIR += sqlitebrowser
|
||||
SUBDIR += sqliteman
|
||||
SUBDIR += sqlitemanager
|
||||
SUBDIR += sqliteodbc
|
||||
|
26
databases/sqlitebrowser/Makefile
Normal file
26
databases/sqlitebrowser/Makefile
Normal file
@ -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>
|
2
databases/sqlitebrowser/distinfo
Normal file
2
databases/sqlitebrowser/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sqlitebrowser-3.4.0.tar.gz) = 9d2493c1b4ef15643b42899a2a6069fed75dae50073e3056adabb3b164904b8a
|
||||
SIZE (sqlitebrowser-3.4.0.tar.gz) = 841234
|
10
databases/sqlitebrowser/pkg-descr
Normal file
10
databases/sqlitebrowser/pkg-descr
Normal file
@ -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/
|
3
databases/sqlitebrowser/pkg-plist
Normal file
3
databases/sqlitebrowser/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%QT_BINDIR%%/sqlitebrowser
|
||||
share/applications/sqlitebrowser.desktop
|
||||
share/icons/hicolor/256x256/apps/sqlitebrowser.png
|
Loading…
Reference in New Issue
Block a user