summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2008-05-25 08:04:44 +0000
committeradam <adam>2008-05-25 08:04:44 +0000
commit02d979195035e344aa9539f71db45b39b9d610b8 (patch)
tree7296bebd0b6e4690f9d003ef3bd725f1caf2a400 /databases
parentd4a7748f095cc96b309cfedf3ad98594999b08b5 (diff)
downloadpkgsrc-02d979195035e344aa9539f71db45b39b9d610b8.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/sqlitebrowser/DESCR6
-rw-r--r--databases/sqlitebrowser/Makefile27
-rw-r--r--databases/sqlitebrowser/PLIST2
-rw-r--r--databases/sqlitebrowser/distinfo5
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/sqlitebrowser/DESCR b/databases/sqlitebrowser/DESCR
new file mode 100644
index 00000000000..1e95ebfd95f
--- /dev/null
+++ b/databases/sqlitebrowser/DESCR
@@ -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 --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile
new file mode 100644
index 00000000000..5bde7251a19
--- /dev/null
+++ b/databases/sqlitebrowser/Makefile
@@ -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
+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 --git a/databases/sqlitebrowser/PLIST b/databases/sqlitebrowser/PLIST
new file mode 100644
index 00000000000..0441e2fdc56
--- /dev/null
+++ b/databases/sqlitebrowser/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/25 08:04:44 adam Exp $
+bin/sqlitebrowser
diff --git a/databases/sqlitebrowser/distinfo b/databases/sqlitebrowser/distinfo
new file mode 100644
index 00000000000..de05461b367
--- /dev/null
+++ b/databases/sqlitebrowser/distinfo
@@ -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