pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlitebrowser SQLite Database Browser is a f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a62f0eb9891c
branches:  trunk
changeset: 542672:a62f0eb9891c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 25 08:04:44 2008 +0000

description:
SQLite Database Browser is a freeware, public domain, open source
visual tool used to create, design and edit database files compatible
with SQLite. It is meant to be used for users and developers that
want to create databases, edit and search data using a familiar
spreadsheet-like interface, without the need to learn complicated
SQL commands.

diffstat:

 databases/sqlitebrowser/DESCR    |   6 ++++++
 databases/sqlitebrowser/Makefile |  27 +++++++++++++++++++++++++++
 databases/sqlitebrowser/PLIST    |   2 ++
 databases/sqlitebrowser/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 75685bb8e7f9 -r a62f0eb9891c databases/sqlitebrowser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlitebrowser/DESCR     Sun May 25 08:04:44 2008 +0000
@@ -0,0 +1,6 @@
+SQLite Database Browser is a freeware, public domain, open source
+visual tool used to create, design and edit database files compatible
+with SQLite. It is meant to be used for users and developers that
+want to create databases, edit and search data using a familiar
+spreadsheet-like interface, without the need to learn complicated
+SQL commands.
diff -r 75685bb8e7f9 -r a62f0eb9891c databases/sqlitebrowser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlitebrowser/Makefile  Sun May 25 08:04:44 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/25 08:04:44 adam Exp $
+
+DISTNAME=      sqlitebrowser-1.3-src
+PKGNAME=       sqlitebrowser-1.3
+CATEGORIES=    databases x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sqlitebrowser/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       QT3 lightweight GUI editor/viewer for SQLite Databases
+HOMEPAGE=      http://sqlitebrowser.sourceforge.net/
+
+WRKSRC=                ${WRKDIR}/sqlitebrowser
+
+USE_LANGUAGES= c c++
+QMAKE=         ${QTDIR}/bin/qmake
+
+BUILDLINK_DEPMETHOD.qt3-tools= build
+
+do-configure:
+       cd ${WRKSRC} && ${QMAKE} QMAKE=${QMAKE:Q} sqlitedbbrowser.pro
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/sqlitebrowser/sqlitebrowser ${PREFIX}/bin
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 75685bb8e7f9 -r a62f0eb9891c databases/sqlitebrowser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlitebrowser/PLIST     Sun May 25 08:04:44 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/25 08:04:44 adam Exp $
+bin/sqlitebrowser
diff -r 75685bb8e7f9 -r a62f0eb9891c databases/sqlitebrowser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlitebrowser/distinfo  Sun May 25 08:04:44 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/25 08:04:44 adam Exp $
+
+SHA1 (sqlitebrowser-1.3-src.tar.gz) = 5defc7965e352bcaf8c763b76b2cfe11360b68f9
+RMD160 (sqlitebrowser-1.3-src.tar.gz) = 884330dd595ec091f1aab885cb845dd19adeb189
+Size (sqlitebrowser-1.3-src.tar.gz) = 563588 bytes



Home | Main Index | Thread Index | Old Index