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 @@
ODBC interface to PostgreSQL.

View File

@@ -0,0 +1,17 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/10/19 03:51:00 jlam Exp $
Please see the ODBC interface section of the PostgreSQL Programmer's Guide
(databases/postgresql-docs) for information on configuring and using
${PKGNAME}.
In summary, you will need to create the following configuration file:
${PKG_SYSCONFDIR}/odbcinst.ini
and add the ODBC compliance functions in
${PREFIX}/share/postgresql/odbc.sql
to any databases you wish to be ODBC-accessible.
===========================================================================

View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.20 2013/02/06 23:21:53 jperkin Exp $
DISTNAME= psqlodbc-09.00.0200
PKGNAME= odbc-postgresql-9.0.200
PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=odbc/versions/src/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/
COMMENT= ODBC interface to PostgreSQL
LICENSE= gnu-gpl-v2
CONFLICTS+= postgresql-[0-7]*
CONFLICTS+= iodbc-postgresql-[0-9]*
CONFLICTS+= unixodbc-postgresql-[0-9]*
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-iodbc
CONFIGURE_ARGS+= --without-unixodbc
INSTALLATION_DIRS= share/doc/postgresql/odbc
INSTALLATION_DIRS+= share/postgresql
post-install:
${INSTALL_DATA} ${WRKSRC}/odbc.sql \
${DESTDIR}${PREFIX}/share/postgresql/odbc.sql
${INSTALL_DATA} ${WRKSRC}/odbc-drop.sql \
${DESTDIR}${PREFIX}/share/postgresql/odbc-drop.sql
${INSTALL_DATA} ${WRKSRC}/docs/* ${DESTDIR}${PREFIX}/share/doc/postgresql/odbc/
.include "../../databases/iodbc/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,18 @@
@comment $NetBSD: PLIST,v 1.6 2010/12/25 08:37:31 adam Exp $
lib/psqlodbcw.la
share/doc/postgresql/odbc/config-opt.html
share/doc/postgresql/odbc/config.html
share/doc/postgresql/odbc/faq.html
share/doc/postgresql/odbc/howto-accesslo.html
share/doc/postgresql/odbc/howto-accessvba.html
share/doc/postgresql/odbc/howto-bo.html
share/doc/postgresql/odbc/howto-ch.html
share/doc/postgresql/odbc/howto-csharp.html
share/doc/postgresql/odbc/howto-vb.html
share/doc/postgresql/odbc/howto-vblo.html
share/doc/postgresql/odbc/index.html
share/doc/postgresql/odbc/release.html
share/doc/postgresql/odbc/unix-compilation.html
share/doc/postgresql/odbc/win32-compilation.html
share/postgresql/odbc-drop.sql
share/postgresql/odbc.sql

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2010/12/25 08:37:31 adam Exp $
SHA1 (psqlodbc-09.00.0200.tar.gz) = 97ea5394925c239dfb9a8f259e77df5879f26b15
RMD160 (psqlodbc-09.00.0200.tar.gz) = f13d47e3ac70b090976981ceedb8d39cb266fa19
Size (psqlodbc-09.00.0200.tar.gz) = 768547 bytes