qt3 sqlite3 plugin, backported from qt4.
This commit is contained in:
parent
59da1fcc4d
commit
c97856a4b9
38
databases/qt3-sqlite3-plugin/Makefile
Normal file
38
databases/qt3-sqlite3-plugin/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/28 19:57:12 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT= 'qt3 sqlite3 plugin'
|
||||
CATEGORIES= databases devel x11
|
||||
|
||||
HOMEPAGE= http://kde-apps.org/content/show.php?content=23011
|
||||
MASTER_SITES= http://kde-apps.org/content/files/
|
||||
|
||||
P= qt-sqlite3-0.2
|
||||
|
||||
DISTNAME= 23011-$P
|
||||
PKGNAME= qt3-sqlite3-0.2
|
||||
|
||||
WRKDIST= ${WRKDIR}/$P
|
||||
|
||||
MODULES= x11/qt3
|
||||
|
||||
LIB_DEPENDS+= sqlite3::databases/sqlite3
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
cd ${WRKDIST} && qmake
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${MODQT_PLUGINS}/sqldrivers
|
||||
${INSTALL_DATA} ${WRKBUILD}/sqldrivers/libqsqlite3.so \
|
||||
${PREFIX}/${MODQT_PLUGINS}/sqldrivers
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
4
databases/qt3-sqlite3-plugin/distinfo
Normal file
4
databases/qt3-sqlite3-plugin/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (23011-qt-sqlite3-0.2.tar.gz) = e263572dfea5ce01222ac98fee672363
|
||||
RMD160 (23011-qt-sqlite3-0.2.tar.gz) = 837bfcace2357000db7502418dead0a540ae574e
|
||||
SHA1 (23011-qt-sqlite3-0.2.tar.gz) = b2b7cd8ab78c59c1a2733794cecbd113be19eeca
|
||||
SIZE (23011-qt-sqlite3-0.2.tar.gz) = 9148
|
5
databases/qt3-sqlite3-plugin/pkg/DESCR
Normal file
5
databases/qt3-sqlite3-plugin/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
With this driver you can access the files created by sqlite3 through
|
||||
the standard Qt sql module. The driver name is QSQLITE3.
|
||||
|
||||
The driver is a merge between the QSQLITE driver in Qt 3 and in Qt 4.2.2
|
||||
with a few small tweaks.
|
2
databases/qt3-sqlite3-plugin/pkg/PLIST
Normal file
2
databases/qt3-sqlite3-plugin/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/28 19:57:12 espie Exp $
|
||||
lib/qt3/plugins-30/sqldrivers/libqsqlite3.so
|
Loading…
x
Reference in New Issue
Block a user