View | Details | Raw Unified | Return to bug 231473 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+26 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	opendbviewer
4
PORTVERSION=	1.1.0
5
CATEGORIES=	databases
6
7
MAINTAINER=	lbartoletti@tuxfamily.org
8
COMMENT=	OpenDBViewer is a simple database explorer
9
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
BUILD_DEPENDS=	convert:graphics/ImageMagick
14
15
USES=		cmake qt:5
16
USE_QT=		buildtools core gui linguisttools network qmake \
17
		sql sql-sqlite3 testlib widgets
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	Jet1oeil
20
21
OPTIONS_DEFINE=	PGSQL MYSQL
22
OPTIONS_DEFAULT=	PGSQL
23
PGSQL_USE_QT+=	sql-pgsql
24
MYSQL_USE_QT+=	sql-mysql
25
26
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1537298361
2
SHA256 (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 3226c3b1cc00560dfae5c607eef5c517480553acda2d709147cd9c13fa18e6ee
3
SIZE (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 2082815
(-)pkg-descr (+11 lines)
Line 0 Link Here
1
OpenDBViewer is a simple database explorer for SQLite, MySQL and PostgreSQL 
2
databases. It contains:
3
4
- SQL syntax highlightings
5
- Multi database, table and worksheet view
6
- Big database loading
7
- Open SQLite table directly with drag'n drop
8
- History of last connection
9
- Edit database directly from the table view
10
11
WWW: https://github.com/Jet1oeil/opendbviewer
(-)pkg-plist (+34 lines)
Line 0 Link Here
1
bin/opendbviewer
2
share/applications/opendbviewer.desktop
3
%%DATADIR%%/doc/ChangeLog
4
%%DATADIR%%/doc/README
5
%%DATADIR%%/icons_themes/app_default/actions/128/database-add.png
6
%%DATADIR%%/icons_themes/app_default/actions/128/database.png
7
%%DATADIR%%/icons_themes/app_default/actions/128/folder.png
8
%%DATADIR%%/icons_themes/app_default/actions/128/history.png
9
%%DATADIR%%/icons_themes/app_default/actions/16/database-add.png
10
%%DATADIR%%/icons_themes/app_default/actions/16/database.png
11
%%DATADIR%%/icons_themes/app_default/actions/16/folder.png
12
%%DATADIR%%/icons_themes/app_default/actions/16/history.png
13
%%DATADIR%%/icons_themes/app_default/actions/22/database-add.png
14
%%DATADIR%%/icons_themes/app_default/actions/22/database.png
15
%%DATADIR%%/icons_themes/app_default/actions/22/folder.png
16
%%DATADIR%%/icons_themes/app_default/actions/22/history.png
17
%%DATADIR%%/icons_themes/app_default/actions/24/database-add.png
18
%%DATADIR%%/icons_themes/app_default/actions/24/database.png
19
%%DATADIR%%/icons_themes/app_default/actions/24/folder.png
20
%%DATADIR%%/icons_themes/app_default/actions/24/history.png
21
%%DATADIR%%/icons_themes/app_default/actions/32/database-add.png
22
%%DATADIR%%/icons_themes/app_default/actions/32/database.png
23
%%DATADIR%%/icons_themes/app_default/actions/32/folder.png
24
%%DATADIR%%/icons_themes/app_default/actions/32/history.png
25
%%DATADIR%%/icons_themes/app_default/actions/48/database-add.png
26
%%DATADIR%%/icons_themes/app_default/actions/48/database.png
27
%%DATADIR%%/icons_themes/app_default/actions/48/folder.png
28
%%DATADIR%%/icons_themes/app_default/actions/48/history.png
29
%%DATADIR%%/icons_themes/app_default/actions/64/database-add.png
30
%%DATADIR%%/icons_themes/app_default/actions/64/database.png
31
%%DATADIR%%/icons_themes/app_default/actions/64/folder.png
32
%%DATADIR%%/icons_themes/app_default/actions/64/history.png
33
%%DATADIR%%/icons_themes/app_default/author
34
%%DATADIR%%/icons_themes/app_default/index.theme

Return to bug 231473