diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-10 04:04:35 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-10 04:04:35 +0800 |
commit | d6e8d207b78566ba956427dab08c102d65d07038 (patch) | |
tree | 562b97beb875640d97243c1ef877dce7511b3f3a /databases | |
parent | 9ad2cfdcc013a26cc3056e6383d521cd7d5ee242 (diff) | |
download | freebsd-ports-gnome-d6e8d207b78566ba956427dab08c102d65d07038.tar.gz freebsd-ports-gnome-d6e8d207b78566ba956427dab08c102d65d07038.tar.zst freebsd-ports-gnome-d6e8d207b78566ba956427dab08c102d65d07038.zip |
Add qt-ibase-plugin, a QT database plugin for ibase/firebird.
PR: ports/61655
Submitted by: Nigel Weeks <nigel@e-easy.com.au>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 18 | ||||
-rw-r--r-- | databases/qt-ibase-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | databases/qt-ibase-plugin/pkg-plist | 2 |
4 files changed, 25 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 96b817653d83..b2ecb00e01f3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -223,6 +223,7 @@ SUBDIR += py-sybase SUBDIR += pydbdesigner SUBDIR += qdbm + SUBDIR += qt-ibase-plugin SUBDIR += qt-mysql-plugin SUBDIR += qt-odbc-plugin SUBDIR += qt-pgsql-plugin diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile new file mode 100644 index 000000000000..489ab5ceef9c --- /dev/null +++ b/databases/qt-ibase-plugin/Makefile @@ -0,0 +1,18 @@ +# -*-mode: makefile-*- +# New ports collection makefile for: qt-ibase-plugin +# Date created: 27 February 2004 +# Whom: Michael Nottebrock <lofi@freebsd.org> +# +# $FreeBSD$ +# + +MAINTAINER= kde@freebsd.org +COMMENT= A plugin for QT to connect to IBase/Firebird-Databases + +LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird + +DB= ibase + +DESCR= ${PORTSDIR}/databases/qt-ibase-plugin/pkg-descr + +.include "../qt-mysql-plugin/Makefile.dbplugin" diff --git a/databases/qt-ibase-plugin/pkg-descr b/databases/qt-ibase-plugin/pkg-descr new file mode 100644 index 000000000000..65136661f810 --- /dev/null +++ b/databases/qt-ibase-plugin/pkg-descr @@ -0,0 +1,4 @@ +The IBase/Firebird Plugin from Qt3, which provides an easy access method from +within Qt applications. + +WWW: http://www.trolltech.com/products/qt/database.html diff --git a/databases/qt-ibase-plugin/pkg-plist b/databases/qt-ibase-plugin/pkg-plist new file mode 100644 index 000000000000..c99b046904e8 --- /dev/null +++ b/databases/qt-ibase-plugin/pkg-plist @@ -0,0 +1,2 @@ +lib/plugins/sqldrivers/libqsqlibase.so +@dirrm lib/plugins/sqldrivers |