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,2 @@
This package provides the postgres plugin for libgda, which lets it act as
a PostgreSQL client.

View File

@@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.24 2012/10/02 21:25:21 asau Exp $
#
LIBGDA_PROVIDER= postgres
.include "../../databases/libgda/Makefile.common"
PKGREVISION= 9
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:43:18 joerg Exp $
lib/libgda-3.0/providers/libgda-postgres.la
lib/pkgconfig/libgda-postgres-3.0.pc
share/libgda-3.0/postgres_specs_add_column.xml
share/libgda-3.0/postgres_specs_create_db.xml
share/libgda-3.0/postgres_specs_create_index.xml
share/libgda-3.0/postgres_specs_create_table.xml
share/libgda-3.0/postgres_specs_drop_column.xml
share/libgda-3.0/postgres_specs_drop_db.xml
share/libgda-3.0/postgres_specs_drop_index.xml
share/libgda-3.0/postgres_specs_drop_table.xml
share/libgda-3.0/postgres_specs_dsn.xml
share/libgda-3.0/postgres_specs_rename_table.xml