FreeBSD Bugzilla – Attachment 197260 Details for
Bug 231473
[NEW PORT] databases/opendbviewer: OpenDBViewer is a simple database explorer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
opendbviewer fix
opendbviewer.diff (text/plain), 4.93 KB, created by
Loïc Bartoletti
on 2018-09-20 06:02:40 UTC
(
hide
)
Description:
opendbviewer fix
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-09-20 06:02:40 UTC
Size:
4.93 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (nonexistent) >+++ Makefile (copie de travail) >@@ -0,0 +1,26 @@ >+# $FreeBSD$ >+ >+PORTNAME= opendbviewer >+PORTVERSION= 1.1.0 >+CATEGORIES= databases >+ >+MAINTAINER= lbartoletti@tuxfamily.org >+COMMENT= OpenDBViewer is a simple database explorer >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= convert:graphics/ImageMagick >+ >+USES= cmake qt:5 >+USE_QT= buildtools_build core gui linguisttools_build network \ >+ qmake_build sql sql-sqlite3 testlib widgets >+USE_GITHUB= yes >+GH_ACCOUNT= Jet1oeil >+ >+OPTIONS_DEFINE= PGSQL MYSQL >+OPTIONS_DEFAULT= PGSQL >+PGSQL_USE= QT= sql-pgsql >+MYSQL_USE= QT= sql-mysql >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (nonexistent) >+++ distinfo (copie de travail) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1537298361 >+SHA256 (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 3226c3b1cc00560dfae5c607eef5c517480553acda2d709147cd9c13fa18e6ee >+SIZE (Jet1oeil-opendbviewer-1.1.0_GH0.tar.gz) = 2082815 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (nonexistent) >+++ pkg-descr (copie de travail) >@@ -0,0 +1,11 @@ >+OpenDBViewer is a simple database explorer for SQLite, MySQL and PostgreSQL >+databases. It contains: >+ >+- SQL syntax highlightings >+- Multi database, table and worksheet view >+- Big database loading >+- Open SQLite table directly with drag'n drop >+- History of last connection >+- Edit database directly from the table view >+ >+WWW: https://github.com/Jet1oeil/opendbviewer > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (nonexistent) >+++ pkg-plist (copie de travail) >@@ -0,0 +1,34 @@ >+bin/opendbviewer >+share/applications/opendbviewer.desktop >+%%DOCSDIR%%/ChangeLog >+%%DOCSDIR%%/README >+%%DATADIR%%/icons_themes/app_default/actions/128/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/128/database.png >+%%DATADIR%%/icons_themes/app_default/actions/128/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/128/history.png >+%%DATADIR%%/icons_themes/app_default/actions/16/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/16/database.png >+%%DATADIR%%/icons_themes/app_default/actions/16/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/16/history.png >+%%DATADIR%%/icons_themes/app_default/actions/22/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/22/database.png >+%%DATADIR%%/icons_themes/app_default/actions/22/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/22/history.png >+%%DATADIR%%/icons_themes/app_default/actions/24/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/24/database.png >+%%DATADIR%%/icons_themes/app_default/actions/24/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/24/history.png >+%%DATADIR%%/icons_themes/app_default/actions/32/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/32/database.png >+%%DATADIR%%/icons_themes/app_default/actions/32/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/32/history.png >+%%DATADIR%%/icons_themes/app_default/actions/48/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/48/database.png >+%%DATADIR%%/icons_themes/app_default/actions/48/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/48/history.png >+%%DATADIR%%/icons_themes/app_default/actions/64/database-add.png >+%%DATADIR%%/icons_themes/app_default/actions/64/database.png >+%%DATADIR%%/icons_themes/app_default/actions/64/folder.png >+%%DATADIR%%/icons_themes/app_default/actions/64/history.png >+%%DATADIR%%/icons_themes/app_default/author >+%%DATADIR%%/icons_themes/app_default/index.theme > >Property changes on: pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 231473
:
197228
| 197260