From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 18:21:41 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07047CFD; Mon, 5 Jan 2015 18:21:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D10142150; Mon, 5 Jan 2015 18:21:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05ILeel063269; Mon, 5 Jan 2015 18:21:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05ILdQ2063264; Mon, 5 Jan 2015 18:21:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201501051821.t05ILdQ2063264@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 5 Jan 2015 18:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376335 - in head/databases: . sqlitebrowser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 18:21:41 -0000 Author: pi Date: Mon Jan 5 18:21:38 2015 New Revision: 376335 URL: https://svnweb.freebsd.org/changeset/ports/376335 QAT: https://qat.redports.org/buildarchive/r376335/ Log: 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 Added: head/databases/sqlitebrowser/ head/databases/sqlitebrowser/Makefile (contents, props changed) head/databases/sqlitebrowser/distinfo (contents, props changed) head/databases/sqlitebrowser/pkg-descr (contents, props changed) head/databases/sqlitebrowser/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Jan 5 18:16:31 2015 (r376334) +++ head/databases/Makefile Mon Jan 5 18:21:38 2015 (r376335) @@ -906,6 +906,7 @@ SUBDIR += sqlite-ext-pcre SUBDIR += sqlite2 SUBDIR += sqlite3 + SUBDIR += sqlitebrowser SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc Added: head/databases/sqlitebrowser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/Makefile Mon Jan 5 18:21:38 2015 (r376335) @@ -0,0 +1,26 @@ +# Created by: loïc bartoletti +# $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 Added: head/databases/sqlitebrowser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/distinfo Mon Jan 5 18:21:38 2015 (r376335) @@ -0,0 +1,2 @@ +SHA256 (sqlitebrowser-3.4.0.tar.gz) = 9d2493c1b4ef15643b42899a2a6069fed75dae50073e3056adabb3b164904b8a +SIZE (sqlitebrowser-3.4.0.tar.gz) = 841234 Added: head/databases/sqlitebrowser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/pkg-descr Mon Jan 5 18:21:38 2015 (r376335) @@ -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/ Added: head/databases/sqlitebrowser/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sqlitebrowser/pkg-plist Mon Jan 5 18:21:38 2015 (r376335) @@ -0,0 +1,3 @@ +%%QT_BINDIR%%/sqlitebrowser +share/applications/sqlitebrowser.desktop +share/icons/hicolor/256x256/apps/sqlitebrowser.png