From 595d2593963dfc33e52fb3bf82fc2595dc2c0e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Jul 2015 17:25:15 +0200 Subject: FreeBSD: Initial import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/dependencies/tqt3-odbc-plugin/Makefile | 43 ++++++++++++++++++++++ freebsd/dependencies/tqt3-odbc-plugin/distinfo | 2 + .../tqt3-odbc-plugin/files/Makefile.bsd | 19 ++++++++++ freebsd/dependencies/tqt3-odbc-plugin/pkg-descr | 2 + freebsd/dependencies/tqt3-odbc-plugin/pkg-plist | 2 + 5 files changed, 68 insertions(+) create mode 100644 freebsd/dependencies/tqt3-odbc-plugin/Makefile create mode 100644 freebsd/dependencies/tqt3-odbc-plugin/distinfo create mode 100644 freebsd/dependencies/tqt3-odbc-plugin/files/Makefile.bsd create mode 100644 freebsd/dependencies/tqt3-odbc-plugin/pkg-descr create mode 100644 freebsd/dependencies/tqt3-odbc-plugin/pkg-plist (limited to 'freebsd/dependencies/tqt3-odbc-plugin') diff --git a/freebsd/dependencies/tqt3-odbc-plugin/Makefile b/freebsd/dependencies/tqt3-odbc-plugin/Makefile new file mode 100644 index 000000000..2fea357b5 --- /dev/null +++ b/freebsd/dependencies/tqt3-odbc-plugin/Makefile @@ -0,0 +1,43 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= tqt3-${DB}-plugin +COMMENT= TQt3 ODBC database plugin +TDE_PREVERSION= ~pre7+6ff4ab89 +MASTER_SITE_SUBDIR= t/tqt-x11-free +DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1} +DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION} +PORTREVISION= 0 +CATEGORIES= databases +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +DB= odbc +PLUGIN= plugins/src/sqldrivers/${DB} +DRIVER= src/sql/drivers/${DB} + +USES+= fmake + +EXTRACT_AFTER_ARGS+= \ + ${EXTRACT_BASE}${PLUGIN} \ + ${EXTRACT_BASE}${DRIVER} \ + ${EXTRACT_BASE}src/sql/drivers/cache + +BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake + +LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3 \ + libodbc.so:${PORTSDIR}/databases/unixODBC + +MAKEFILE= ${FILESDIR}/Makefile.bsd + +MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" +PLIST_SUB= DB=${DB} + +.include diff --git a/freebsd/dependencies/tqt3-odbc-plugin/distinfo b/freebsd/dependencies/tqt3-odbc-plugin/distinfo new file mode 100644 index 000000000..7e6dd6e0a --- /dev/null +++ b/freebsd/dependencies/tqt3-odbc-plugin/distinfo @@ -0,0 +1,2 @@ +SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e +SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040 diff --git a/freebsd/dependencies/tqt3-odbc-plugin/files/Makefile.bsd b/freebsd/dependencies/tqt3-odbc-plugin/files/Makefile.bsd new file mode 100644 index 000000000..7e5745431 --- /dev/null +++ b/freebsd/dependencies/tqt3-odbc-plugin/files/Makefile.bsd @@ -0,0 +1,19 @@ +SHLIB_NAME= libqsql${DB}.so + +VPATH= ${PLUGIN}:${DRIVER} +CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \ + -I${LOCALBASE}/include \ + -I${LOCALBASE}/include/tqt3 \ + ${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT +LDADD= -L${LOCALBASE}/lib \ + ${PTHREAD_LIBS} -ltqt-mt -lodbc +SRCS= main.cpp qsql_${DB}.cpp + +LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers + +${DESTDIR}${LIBDIR}: + mkdir -p ${DESTDIR}${LIBDIR} + +beforeinstall: ${DESTDIR}${LIBDIR} + +.include diff --git a/freebsd/dependencies/tqt3-odbc-plugin/pkg-descr b/freebsd/dependencies/tqt3-odbc-plugin/pkg-descr new file mode 100644 index 000000000..fd79cd96a --- /dev/null +++ b/freebsd/dependencies/tqt3-odbc-plugin/pkg-descr @@ -0,0 +1,2 @@ +The ODBC Plugin from TQt3, which provides an easy access method from +within TQt applications. diff --git a/freebsd/dependencies/tqt3-odbc-plugin/pkg-plist b/freebsd/dependencies/tqt3-odbc-plugin/pkg-plist new file mode 100644 index 000000000..b2d2d1d0b --- /dev/null +++ b/freebsd/dependencies/tqt3-odbc-plugin/pkg-plist @@ -0,0 +1,2 @@ +lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so +@dirrm lib/tqt3/plugins/sqldrivers -- cgit v1.2.1