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:
parent
296812257f
commit
063ec41e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72541
@ -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
|
||||
|
29
databases/postgresql-libpq++/Makefile
Normal file
29
databases/postgresql-libpq++/Makefile
Normal 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>
|
1
databases/postgresql-libpq++/distinfo
Normal file
1
databases/postgresql-libpq++/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/libpq++-4.0.tar.gz) = da71cb79ef45cef55f4bc97a33a0857d
|
1
databases/postgresql-libpq++/pkg-comment
Normal file
1
databases/postgresql-libpq++/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
C++ interface for PostgreSQL
|
5
databases/postgresql-libpq++/pkg-descr
Normal file
5
databases/postgresql-libpq++/pkg-descr
Normal 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/
|
9
databases/postgresql-libpq++/pkg-plist
Normal file
9
databases/postgresql-libpq++/pkg-plist
Normal 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++
|
Loading…
Reference in New Issue
Block a user