1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add libpq++. libpq++ is no longer hosted under the main PostgreSQL tree and

is now a project on gborg.  libpq++ is still a supported interface.

PR:		ports/45943
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
Sean Chittenden 2003-01-05 00:03:13 +00:00
parent 296812257f
commit 063ec41e82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72541
6 changed files with 46 additions and 0 deletions

View File

@ -118,6 +118,7 @@
SUBDIR += postgresql-devel
SUBDIR += postgresql-docs
SUBDIR += postgresql-jdbc
SUBDIR += postgresql-libpq++
SUBDIR += postgresql-odbc
SUBDIR += postgresql-plruby
SUBDIR += postgresql-pltcl

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: PostgreSQL Pgaccess
# Date created: December 1st, 2002
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
PORTNAME= libpq++
PORTVERSION= 4.0
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqpp/stable/
DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_GMAKE= YES
USE_REINPLACE= YES
INSTALLS_SHLIB= YES
post-patch:
${REINPLACE_CMD} "s,/usr/local/pgsql,${PREFIX},; \
s,^CFLAGS.*,CFLAGS=${CFLAGS},; \
s,\...SO_MINOR_VERSION.,,; \
s,\(\-[IL]\)[^/]*,\\1${LOCALBASE}," ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (postgresql/libpq++-4.0.tar.gz) = da71cb79ef45cef55f4bc97a33a0857d

View File

@ -0,0 +1 @@
C++ interface for PostgreSQL

View File

@ -0,0 +1,5 @@
This is the C++ interface that has been shipped as part of PostgreSQL for
many releases. There is a newer C++ interface called libpqxx, which is
in a separate port, postgresq-pgcxx.
WWW: http://gborg.postgresql.org/project/libpqpp/

View File

@ -0,0 +1,9 @@
include/libpq++.h
include/libpq++/pgconnection.h
include/libpq++/pgdatabase.h
include/libpq++/pgtransdb.h
include/libpq++/pgcursordb.h
include/libpq++/pglobject.h
lib/libpq++.so.4
lib/libpq++.so
@dirrm include/libpq++