Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
libdbi-drivers - drivers for libdbi,
the Database Independent Abstraction Layer for C
This driver allows libdbi-enabled applications to use PostgreSQL as a
database backend. Internally, it provides a libdbi driver around the libpq
client library. See the included driver documentation for installation
instructions, usage, and information about driver-specific peculiarities.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.4 2012/08/05 10:02:09 obache Exp $
#
.include "../../databases/libdbi-driver-sqlite3/Makefile_drivers"
PKGREVISION= 3
LICENSE= gnu-lgpl-v2
DRIVER= pgsql
COMMENT= PostgreSQL driver for libdbi, a database abstraction
CONFLICTS= libdbi-pgsql-[0-9]*
CONFIGURE_ARGS+= --with-pgsql
CONFIGURE_ARGS+= --with-pgsql-incdir=${PGSQL_PREFIX}/include
CONFIGURE_ARGS+= --with-pgsql-libdir=${PGSQL_PREFIX}/lib
.include "../../databases/libdbi/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/10 23:55:48 wiz Exp $
lib/dbd/libdbdpgsql.la