summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx3
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /databases/postgresql-libpqxx3
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r--databases/postgresql-libpqxx3/Makefile40
-rw-r--r--databases/postgresql-libpqxx3/distinfo2
-rw-r--r--databases/postgresql-libpqxx3/files/patch-Makefile.in11
-rw-r--r--databases/postgresql-libpqxx3/files/patch-configure11
-rw-r--r--databases/postgresql-libpqxx3/pkg-descr18
-rw-r--r--databases/postgresql-libpqxx3/pkg-plist73
6 files changed, 0 insertions, 155 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile
deleted file mode 100644
index 43f1a5dab1be..000000000000
--- a/databases/postgresql-libpqxx3/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: PostgreSQL Pgaccess
-# Date created: December 1st, 2002
-# Whom: Palle Girgensohn <girgen@pingpong.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libpqxx
-PORTVERSION= 2.5.5
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_PGSQL}
-MASTER_SITE_SUBDIR= projects/gborg/libpqxx/stable
-PKGNAMEPREFIX= postgresql-
-DIST_SUBDIR= postgresql
-
-MAINTAINER= girgen@FreeBSD.org
-COMMENT= A new C++ interface for PostgreSQL
-
-USE_PGSQL= YES
-USE_INC_LIBTOOL_VER=15
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
-INSTALLS_SHLIB= YES
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
- --enable-shared \
- --with-postgres-include=${LOCALBASE}/include/postgresql
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-CPPFLAGS+= -I${LOCALBASE}/include/stlport
-LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/postgresql-libpqxx3/distinfo b/databases/postgresql-libpqxx3/distinfo
deleted file mode 100644
index 4fc1fbf15230..000000000000
--- a/databases/postgresql-libpqxx3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (postgresql/libpqxx-2.5.5.tar.gz) = db71975570ee31ecd0a11380dbaa8634
-SIZE (postgresql/libpqxx-2.5.5.tar.gz) = 1566887
diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in
deleted file mode 100644
index ee6a7627048f..000000000000
--- a/databases/postgresql-libpqxx3/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon May 10 14:37:09 2004
-+++ Makefile.in Wed Jun 23 21:47:42 2004
-@@ -196,7 +196,7 @@
- MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
- stamp-h.in
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libpqxx.pc
- bin_SCRIPTS = pqxx-config
- all: all-recursive
diff --git a/databases/postgresql-libpqxx3/files/patch-configure b/databases/postgresql-libpqxx3/files/patch-configure
deleted file mode 100644
index 38d83fce85c5..000000000000
--- a/databases/postgresql-libpqxx3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure~ Fri Jul 1 09:52:28 2005
-+++ configure Tue Jul 12 00:15:36 2005
-@@ -19403,7 +19403,7 @@
-
-
- # Add options to compiler command line, if compiler accepts it
--function add_compiler_opts() {
-+add_compiler_opts() {
- for option in $* ; do
- SAVE_CXXFLAGS="$CXXFLAGS"
- CXXFLAGS="$CXXFLAGS $option"
diff --git a/databases/postgresql-libpqxx3/pkg-descr b/databases/postgresql-libpqxx3/pkg-descr
deleted file mode 100644
index 783a2761c86a..000000000000
--- a/databases/postgresql-libpqxx3/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Welcome to libpqxx, a C++ API to the PostgreSQL database management
-system.
-
-There are many similar libraries for PostgreSQL and for other
-databases, some of them database-independent. Most of these, however,
-are fairly C-like in their programming style, and fail to take
-advantage of the full power of the C++ language as it has matured
-since the acceptance of the Standard in 1996. What libpqxx brings you
-is effective use of templates to reduce the inconvenience of dealing
-with type conversions; of standard C++ strings to keep you from having
-to worry about buffer allocation and overflow attacks; of exceptions
-to take the tedious and error-prone plumbing around error handling out
-of your hands; of constructors and destructors to bring resource
-management under control; and even basic object-orientation to give
-you some extra reliability features that would be hard to get with
-most other database interfaces.
-
-WWW: http://gborg.postgresql.org/project/libpqxx/
diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist
deleted file mode 100644
index e6fa01e7a589..000000000000
--- a/databases/postgresql-libpqxx3/pkg-plist
+++ /dev/null
@@ -1,73 +0,0 @@
-bin/pqxx-config
-include/pqxx/pqxx
-include/pqxx/all.h
-include/pqxx/binarystring
-include/pqxx/binarystring.hxx
-include/pqxx/cachedresult.h
-include/pqxx/connection
-include/pqxx/connection.hxx
-include/pqxx/connection.h
-include/pqxx/connection_base
-include/pqxx/connection_base.hxx
-include/pqxx/connection_base.h
-include/pqxx/connectionitf.h
-include/pqxx/cursor
-include/pqxx/cursor.hxx
-include/pqxx/cursor.h
-include/pqxx/dbtransaction
-include/pqxx/dbtransaction.hxx
-include/pqxx/dbtransaction.h
-include/pqxx/except
-include/pqxx/except.hxx
-include/pqxx/except.h
-include/pqxx/isolation
-include/pqxx/isolation.hxx
-include/pqxx/isolation.h
-include/pqxx/largeobject
-include/pqxx/largeobject.hxx
-include/pqxx/largeobject.h
-include/pqxx/libcompiler.h
-include/pqxx/libpq-forward.hxx
-include/pqxx/nontransaction
-include/pqxx/nontransaction.hxx
-include/pqxx/nontransaction.h
-include/pqxx/pipeline
-include/pqxx/pipeline.hxx
-include/pqxx/result
-include/pqxx/result.hxx
-include/pqxx/result.h
-include/pqxx/robusttransaction
-include/pqxx/robusttransaction.hxx
-include/pqxx/robusttransaction.h
-include/pqxx/tablereader
-include/pqxx/tablereader.hxx
-include/pqxx/tablereader.h
-include/pqxx/tablestream
-include/pqxx/tablestream.hxx
-include/pqxx/tablestream.h
-include/pqxx/tablewriter
-include/pqxx/tablewriter.hxx
-include/pqxx/tablewriter.h
-include/pqxx/transaction
-include/pqxx/transaction.hxx
-include/pqxx/transaction.h
-include/pqxx/transaction_base
-include/pqxx/transaction_base.hxx
-include/pqxx/transaction_base.h
-include/pqxx/transactionitf.h
-include/pqxx/transactor
-include/pqxx/transactor.hxx
-include/pqxx/transactor.h
-include/pqxx/trigger
-include/pqxx/trigger.hxx
-include/pqxx/trigger.h
-include/pqxx/util
-include/pqxx/util.hxx
-include/pqxx/util.h
-include/pqxx/config-public-compiler.h
-lib/libpqxx.a
-lib/libpqxx.la
-lib/libpqxx.so
-lib/libpqxx-%%PORTVERSION%%.so
-libdata/pkgconfig/libpqxx.pc
-@dirrm include/pqxx