1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

add libdbi-drivers 0.7.0

libdbi drivers
This commit is contained in:
Ying-Chieh Liao 2003-10-30 04:22:19 +00:00
parent b7c4b3f5cc
commit c624ceba60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92618
6 changed files with 118 additions and 0 deletions

View File

@ -46,6 +46,7 @@
SUBDIR += jdb
SUBDIR += jdbc-oracle816
SUBDIR += libdbi
SUBDIR += libdbi-drivers
SUBDIR += libgda
SUBDIR += libgda2
SUBDIR += libgdamm

View File

@ -0,0 +1,57 @@
# ex:ts=8
# Ports collection makefile for: libdbi-drivers
# Date created: Oct 30, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdbi-drivers
PORTVERSION= 0.7.0
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= libdbi drivers
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbi-incdir=${LOCALBASE}/include/dbi
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql
PLIST_SUB+= MYSQL=""
.else
PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client$
CONFIGURE_ARGS+= --with-pgsql
PLIST_SUB+= PGSQL=""
.else
PLIST_SUB+= PGSQL="@comment "
.endif
.if defined(WITH_SQLITE)
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite
CONFIGURE_ARGS+= --with-sqlite
PLIST_SUB+= SQLITE=""
.else
PLIST_SUB+= SQLITE="@comment "
.endif
#.if defined(WITH_MSQL)
#LIB_DEPENDS+= msql.1:${PORTSDIR}/databases/msql
#CONFIGURE_ARGS+= --with-msql
#PLIST_SUB+= MSQL=""
#.else
#PLIST_SUB+= MSQL="@comment "
#.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libdbi-drivers-0.7.0.tar.gz) = 4a523d28b53934cdd6bf1fadf0bfc6b9

View File

@ -0,0 +1,16 @@
--- ltmain.sh.orig Thu Oct 30 11:32:24 2003
+++ ltmain.sh Thu Oct 30 11:32:37 2003
@@ -3457,11 +3457,13 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
if test "$install_ltlibs" = yes; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
fi
# Maybe install the static library, too.

View File

@ -0,0 +1,4 @@
The libdbi-drivers project maintains drivers for libdbi. Drivers are
distributed seperately from the library itself.
WWW: http://libdbi-drivers.sourceforge.net/

View File

@ -0,0 +1,39 @@
%%MYSQL%%lib/dbd/libmysql.so
%%PGSQL%%lib/dbd/libpgsql.so
%%SQLITE%%lib/dbd/libsqlite.so
@unexec rmdir %D/lib/dbd 2>/dev/null || true
%%MYSQL%%%%DOCSDIR%%/dbd_mysql.pdf
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/c128.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/c32.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/c36.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/c90.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/f21.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/index.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/x131.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/x39.html
%%MYSQL%%%%DOCSDIR%%/dbd_mysql/x53.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql.pdf
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/copying-fdl.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/f27.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/index.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/install-build.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/install-prereq.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/install.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/intro.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/options.html
%%PGSQL%%%%DOCSDIR%%/dbd_pgsql/specific.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite.pdf
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/c119.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/c32.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/c43.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/c98.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/f21.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/index.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/x122.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/x198.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/x46.html
%%SQLITE%%%%DOCSDIR%%/dbd_sqlite/x60.html
%%MYSQL%%@dirrm %%DOCSDIR%%/dbd_mysql
%%PGSQL%%@dirrm %%DOCSDIR%%/dbd_pgsql
%%SQLITE%%@dirrm %%DOCSDIR%%/dbd_sqlite
@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true