pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases C++ interface to Postgresql-LIB (only for EL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/470fdf3a44c7
branches:  trunk
changeset: 465866:470fdf3a44c7
user:      is <is%pkgsrc.org@localhost>
date:      Wed Jan 07 11:08:53 2004 +0000

description:
C++ interface to Postgresql-LIB (only for ELF due to broken versioning).

diffstat:

 databases/Makefile         |   3 +-
 databases/libpqxx/DESCR    |   3 +
 databases/libpqxx/Makefile |  25 ++++++++++++++++
 databases/libpqxx/PLIST    |  70 ++++++++++++++++++++++++++++++++++++++++++++++
 databases/libpqxx/distinfo |   4 ++
 5 files changed, 104 insertions(+), 1 deletions(-)

diffs (135 lines):

diff -r 5f8be89790a6 -r 470fdf3a44c7 databases/Makefile
--- a/databases/Makefile        Wed Jan 07 10:51:48 2004 +0000
+++ b/databases/Makefile        Wed Jan 07 11:08:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2003/12/21 07:58:37 martti Exp $
+# $NetBSD: Makefile,v 1.111 2004/01/07 11:08:53 is Exp $
 #
 
 COMMENT=       Databases
@@ -28,6 +28,7 @@
 SUBDIR+=       kpsql
 SUBDIR+=       libgda
 SUBDIR+=       libgnomedb
+SUBDIR+=       libpqxx
 SUBDIR+=       mergeant
 SUBDIR+=       metakit-lib
 SUBDIR+=       myodbc
diff -r 5f8be89790a6 -r 470fdf3a44c7 databases/libpqxx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/DESCR   Wed Jan 07 11:08:53 2004 +0000
@@ -0,0 +1,3 @@
+C++ client API for PostgreSQL. The standard front-end (in the sense
+of "language binding") for writing C++ programs that use PostgreSQL.
+Supersedes older libpq++ interface.
diff -r 5f8be89790a6 -r 470fdf3a44c7 databases/libpqxx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/Makefile        Wed Jan 07 11:08:53 2004 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2004/01/07 11:08:53 is Exp $
+#
+
+DISTNAME=              libpqxx-2.1.3
+CATEGORIES=            databases
+MASTER_SITES=          ftp://gborg.postgresql.org/pub/libpqxx/stable/
+
+MAINTAINER=            is%netbsd.org@localhost
+HOMEPAGE=              http://pqxx.tk/
+COMMENT=               C++ interface to postgresql-lib
+
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libpqxx.pc.in
+
+GNU_CONFIGURE=         yes
+PG_PREFIX=             ${BUILDLINK_PREFIX.postgresql-lib}
+CONFIGURE_ARGS+=       --with-postgres-lib=${PG_PREFIX}/lib
+CONFIGURE_ARGS+=       --with-postgres-include=${PG_PREFIX}/include/postgresql
+
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
+.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f8be89790a6 -r 470fdf3a44c7 databases/libpqxx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/PLIST   Wed Jan 07 11:08:53 2004 +0000
@@ -0,0 +1,70 @@
+@comment $NetBSD: PLIST,v 1.1 2004/01/07 11:08:53 is Exp $
+include/pqxx/all.h
+include/pqxx/binarystring
+include/pqxx/binarystring.hxx
+include/pqxx/cachedresult.h
+include/pqxx/compiler.h
+include/pqxx/config.h
+include/pqxx/connection
+include/pqxx/connection.h
+include/pqxx/connection.hxx
+include/pqxx/connection_base
+include/pqxx/connection_base.h
+include/pqxx/connection_base.hxx
+include/pqxx/connectionitf.h
+include/pqxx/cursor.h
+include/pqxx/dbtransaction
+include/pqxx/dbtransaction.h
+include/pqxx/dbtransaction.hxx
+include/pqxx/except
+include/pqxx/except.h
+include/pqxx/except.hxx
+include/pqxx/isolation
+include/pqxx/isolation.h
+include/pqxx/isolation.hxx
+include/pqxx/largeobject
+include/pqxx/largeobject.h
+include/pqxx/largeobject.hxx
+include/pqxx/libcompiler.h
+include/pqxx/libconfig.h
+include/pqxx/nontransaction
+include/pqxx/nontransaction.h
+include/pqxx/nontransaction.hxx
+include/pqxx/pqxx
+include/pqxx/result
+include/pqxx/result.h
+include/pqxx/result.hxx
+include/pqxx/robusttransaction
+include/pqxx/robusttransaction.h
+include/pqxx/robusttransaction.hxx
+include/pqxx/tablereader
+include/pqxx/tablereader.h
+include/pqxx/tablereader.hxx
+include/pqxx/tablestream
+include/pqxx/tablestream.h
+include/pqxx/tablestream.hxx
+include/pqxx/tablewriter
+include/pqxx/tablewriter.h
+include/pqxx/tablewriter.hxx
+include/pqxx/transaction
+include/pqxx/transaction.h
+include/pqxx/transaction.hxx
+include/pqxx/transaction_base
+include/pqxx/transaction_base.h
+include/pqxx/transaction_base.hxx
+include/pqxx/transactionitf.h
+include/pqxx/transactor
+include/pqxx/transactor.h
+include/pqxx/transactor.hxx
+include/pqxx/trigger
+include/pqxx/trigger.h
+include/pqxx/trigger.hxx
+include/pqxx/util
+include/pqxx/util.h
+include/pqxx/util.hxx
+lib/${PKGNAME}.so
+lib/libpqxx.a
+lib/libpqxx.la
+lib/libpqxx.so
+lib/pkgconfig/libpqxx.pc
+@dirrm include/pqxx
diff -r 5f8be89790a6 -r 470fdf3a44c7 databases/libpqxx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/distinfo        Wed Jan 07 11:08:53 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2004/01/07 11:08:53 is Exp $
+
+SHA1 (libpqxx-2.1.3.tar.gz) = e297663acc6210a0217f2d6a75b4ae27c36d6074
+Size (libpqxx-2.1.3.tar.gz) = 673575 bytes



Home | Main Index | Thread Index | Old Index