summaryrefslogtreecommitdiff
path: root/databases/qt4-sql
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:56:24 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:56:24 +0000
commit74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8 (patch)
tree5a2cd52714027788ca840d18e6087ab373c335b4 /databases/qt4-sql
parentRemove port: Included with all current python versions in ports tree. (diff)
Add qt4, a multiplatform C++ application framework
Notes
Notes: svn path=/head/; revision=184304
Diffstat (limited to 'databases/qt4-sql')
-rw-r--r--databases/qt4-sql/Makefile81
-rw-r--r--databases/qt4-sql/distinfo3
-rw-r--r--databases/qt4-sql/pkg-descr12
-rw-r--r--databases/qt4-sql/pkg-message12
-rw-r--r--databases/qt4-sql/pkg-plist79
5 files changed, 187 insertions, 0 deletions
diff --git a/databases/qt4-sql/Makefile b/databases/qt4-sql/Makefile
new file mode 100644
index 000000000000..fc78239d90f3
--- /dev/null
+++ b/databases/qt4-sql/Makefile
@@ -0,0 +1,81 @@
+# -*-mode: makefile-*-
+# New ports collection makefile for: qt40
+# Date created: Wed Jun 29 11:49:42 CEST 2005
+# Whom: lofi@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sql
+PORTVERSION= 4.2.2
+CATEGORIES?= databases ipv6
+MASTER_SITES= ${MASTER_SITE_QT}
+PKGNAMEPREFIX= qt4-
+DISTNAME= qt-x11-opensource-src-${PORTVERSION}
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt SQL library
+
+BUILD_DEPENDS= moc4:${PORTSDIR}/devel/qt4-moc \
+ qmake-qt4:${PORTSDIR}/devel/qmake4
+LIB_DEPENDS?= QtCore:${PORTSDIR}/devel/qt4-corelib
+
+CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \
+ qt-3.1.* qt-3.2.* qt-designer-2.* xfmail-1.5.[0-5] \
+ xfmail-1.5.5_[1-2]
+
+HAS_CONFIGURE= yes
+USE_LDCONFIG= yes
+NO_FILTER_SHLIBS=yes
+
+CONFIGURE_ARGS= -fast -no-exceptions \
+ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
+ -qt-gif -release -system-libjpeg -system-libpng \
+ -system-zlib -no-nas-sound -prefix ${PREFIX} \
+ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \
+ -confirm-license
+
+ALL_TARGET= first
+CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
+MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
+ PATH=${WRKSRC}/bin:$$PATH
+EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
+ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \
+ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \
+ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \
+ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \
+ --exclude '${DISTNAME}/src/xml' --exclude '${DISTNAME}/src/plugins' \
+ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/tools/moc' \
+ --exclude '${DISTNAME}/src/tools/rcc' \
+ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \
+ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \
+ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \
+ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb'
+WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME}
+CONFIGURE_WRKSRC=${WRKSRC}/../../
+
+.include <bsd.port.pre.mk>
+
+.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-debug" || ${PKGNAMESUFFIX} == "-static-debug")
+CONFIGURE_ARGS+=-debug
+.endif
+.if defined(PKGNAMESUFFIX) && (${PKGNAMESUFFIX} == "-static" || ${PKGNAMESUFFIX} == "-static-debug")
+CONFIGURE_ARGS+=-static
+.endif
+
+pre-configure:
+ ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
+ ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib|g' \
+ -e 's|flat_headers.path.*|flat_headers.path=${PREFIX}/include/Qt|g' \
+ -e 's|targ_headers.path.*|targ_headers.path=${PREFIX}/include/$$$$TARGET|g' \
+ ${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/../qt_install.pri
+ ${MKDIR} ${WRKSRC}/../../mkspecs
+ ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
+ ${LN} -sf ${LOCALBASE}/bin/moc4 ${WRKSRC}/../../bin/moc
+post-configure:
+ ${REINPLACE_CMD} -e 's|local/lib/QtSql.pc|local/libdata/QtSql.pc|g' \
+ -e 's|(test -z.*||g' \
+ ${WRKSRC}/Makefile
+
+.include <bsd.port.post.mk>
diff --git a/databases/qt4-sql/distinfo b/databases/qt4-sql/distinfo
new file mode 100644
index 000000000000..5f51cf7b1256
--- /dev/null
+++ b/databases/qt4-sql/distinfo
@@ -0,0 +1,3 @@
+MD5 (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = 19f6374fe7924e33775cb87ee02669cb
+SHA256 (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = e790d227fa7958f2b0c0b0facd8ca880190121ed2b9c99ca70643baf7a0cd24c
+SIZE (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = 37636491
diff --git a/databases/qt4-sql/pkg-descr b/databases/qt4-sql/pkg-descr
new file mode 100644
index 000000000000..efc79b9aaf24
--- /dev/null
+++ b/databases/qt4-sql/pkg-descr
@@ -0,0 +1,12 @@
+Qt is a C++ toolkit for application development. It lets application
+developers target all major operating systems with a single application
+source code.
+
+Qt provides a platform-independent API to all central platform functionality:
+GUI, database access, networking, file handling, etc. The Qt library
+encapsulates the different APIs of different operating systems, providing
+the application programmer with a single, common API for all operating systems.
+The native C APIs are encapsulated in a set of well-designed, fully
+object-oriented C++ classes.
+
+WWW: http://www.trolltech.com/products/qt/index.html
diff --git a/databases/qt4-sql/pkg-message b/databases/qt4-sql/pkg-message
new file mode 100644
index 000000000000..689cff508712
--- /dev/null
+++ b/databases/qt4-sql/pkg-message
@@ -0,0 +1,12 @@
+*******************************************************************************
+
+ To enable QT's database support, install the database plugin ports.
+ The following plugin ports are available:
+
+ IBase/Firebird - databases/qt4-ibase-plugin
+ MySQL - databases/qt4-mysql-plugin
+ ODBC - databases/qt4-odbc-plugin
+ PostgreSQL - databases/qt4-pgsql-plugin
+ SQLite - databases/qt4-sqlite-plugin
+
+*******************************************************************************
diff --git a/databases/qt4-sql/pkg-plist b/databases/qt4-sql/pkg-plist
new file mode 100644
index 000000000000..0dbf639fbad6
--- /dev/null
+++ b/databases/qt4-sql/pkg-plist
@@ -0,0 +1,79 @@
+include/Qt/QtSql
+include/Qt/qsql.h
+include/Qt/qsql_ibase.h
+include/Qt/qsql_mysql.h
+include/Qt/qsql_odbc.h
+include/Qt/qsql_psql.h
+include/Qt/qsql_sqlite.h
+include/Qt/qsql_sqlite2.h
+include/Qt/qsqldatabase.h
+include/Qt/qsqldriver.h
+include/Qt/qsqldriverplugin.h
+include/Qt/qsqlerror.h
+include/Qt/qsqlfield.h
+include/Qt/qsqlindex.h
+include/Qt/qsqlquery.h
+include/Qt/qsqlquerymodel.h
+include/Qt/qsqlrecord.h
+include/Qt/qsqlrelationaldelegate.h
+include/Qt/qsqlrelationaltablemodel.h
+include/Qt/qsqlresult.h
+include/Qt/qsqltablemodel.h
+include/QtSql/QIBaseDriver
+include/QtSql/QIBaseResult
+include/QtSql/QMYSQLDriver
+include/QtSql/QMYSQLResult
+include/QtSql/QODBCDriver
+include/QtSql/QODBCResult
+include/QtSql/QPSQLDriver
+include/QtSql/QPSQLResult
+include/QtSql/QSQLite2Driver
+include/QtSql/QSQLite2Result
+include/QtSql/QSQLiteDriver
+include/QtSql/QSQLiteResult
+include/QtSql/QSqlDatabase
+include/QtSql/QSqlDriver
+include/QtSql/QSqlDriverCreator
+include/QtSql/QSqlDriverCreatorBase
+include/QtSql/QSqlDriverFactoryInterface
+include/QtSql/QSqlDriverPlugin
+include/QtSql/QSqlError
+include/QtSql/QSqlField
+include/QtSql/QSqlIndex
+include/QtSql/QSqlQuery
+include/QtSql/QSqlQueryModel
+include/QtSql/QSqlRecord
+include/QtSql/QSqlRelation
+include/QtSql/QSqlRelationalDelegate
+include/QtSql/QSqlRelationalTableModel
+include/QtSql/QSqlResult
+include/QtSql/QSqlTableModel
+include/QtSql/QtSql
+include/QtSql/qsql.h
+include/QtSql/qsql_ibase.h
+include/QtSql/qsql_mysql.h
+include/QtSql/qsql_odbc.h
+include/QtSql/qsql_psql.h
+include/QtSql/qsql_sqlite.h
+include/QtSql/qsql_sqlite2.h
+include/QtSql/qsqldatabase.h
+include/QtSql/qsqldriver.h
+include/QtSql/qsqldriverplugin.h
+include/QtSql/qsqlerror.h
+include/QtSql/qsqlfield.h
+include/QtSql/qsqlindex.h
+include/QtSql/qsqlquery.h
+include/QtSql/qsqlquerymodel.h
+include/QtSql/qsqlrecord.h
+include/QtSql/qsqlrelationaldelegate.h
+include/QtSql/qsqlrelationaltablemodel.h
+include/QtSql/qsqlresult.h
+include/QtSql/qsqltablemodel.h
+lib/libQtSql.la
+lib/libQtSql.prl
+lib/libQtSql.so
+lib/libQtSql.so.4
+lib/libQtSql.so.4.2
+lib/libQtSql.so.4.2.2
+libdata/QtSql.pc
+@dirrm include/QtSql