aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r--databases/postgresql-libpqxx3/Makefile29
-rw-r--r--databases/postgresql-libpqxx3/distinfo3
-rw-r--r--databases/postgresql-libpqxx3/files/patch-Makefile.in11
-rw-r--r--databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in12
-rw-r--r--databases/postgresql-libpqxx3/pkg-descr18
-rw-r--r--databases/postgresql-libpqxx3/pkg-plist64
6 files changed, 0 insertions, 137 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile
deleted file mode 100644
index f29ab1c5bfc3..000000000000
--- a/databases/postgresql-libpqxx3/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: PostgreSQL Pgaccess
-# Date created: December 1st, 2002
-# Whom: Palle Girgensohn <girgen@pingpong.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libpqxx
-PORTVERSION= 3.0.2
-CATEGORIES= databases
-MASTER_SITES= http://pqxx.org/download/software/libpqxx/
-PKGNAMEPREFIX= postgresql-
-DIST_SUBDIR= postgresql
-
-MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv
-COMMENT= A new C++ interface for PostgreSQL
-
-CONFLICTS= postgresql-libpqxx-2.*
-LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
-
-USE_PGSQL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-PLIST_SUB= SHLIBVERSION=3.0
-
-CONFIGURE_ARGS= --enable-shared
-
-.include <bsd.port.mk>
diff --git a/databases/postgresql-libpqxx3/distinfo b/databases/postgresql-libpqxx3/distinfo
deleted file mode 100644
index cd7f89a54702..000000000000
--- a/databases/postgresql-libpqxx3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (postgresql/libpqxx-3.0.2.tar.gz) = 3baa257e851b773fa1d693bbe185a418
-SHA256 (postgresql/libpqxx-3.0.2.tar.gz) = de265ab5d397ace7596c3b6d19a0057ce2ba58477315acf9165b0a97facab6ca
-SIZE (postgresql/libpqxx-3.0.2.tar.gz) = 1565644
diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in
deleted file mode 100644
index 414342128af2..000000000000
--- a/databases/postgresql-libpqxx3/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in 2009-08-14 10:16:35.000000000 -0700
-+++ Makefile.in.new 2010-01-13 23:09:39.000000000 -0800
-@@ -226,7 +226,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-libpqxx.spec.in b/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in
deleted file mode 100644
index 3e9e115743bb..000000000000
--- a/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN libpqxx-3.0.2.dist/libpqxx.spec.in libpqxx-3.0.2/libpqxx.spec.in
---- libpqxx.spec.in 2009-07-03 22:38:38.000000000 -0700
-+++ libpqxx.spec.in.new 2010-01-13 21:24:41.000000000 -0800
-@@ -58,7 +58,7 @@
- %files devel
- %defattr(-, root, root)
- %{_libdir}/*a
--%{_libdir}/pkgconfig/libpqxx.pc
-+%{_prefix}/libdata/pkgconfig/libpqxx.pc
- %{_includedir}/*
- %{_bindir}/pqxx-config
-
diff --git a/databases/postgresql-libpqxx3/pkg-descr b/databases/postgresql-libpqxx3/pkg-descr
deleted file mode 100644
index 5697d09a3e4d..000000000000
--- a/databases/postgresql-libpqxx3/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Welcome to libpqxx, the official 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://pqxx.org/
diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist
deleted file mode 100644
index 9d4d8b5c4cd1..000000000000
--- a/databases/postgresql-libpqxx3/pkg-plist
+++ /dev/null
@@ -1,64 +0,0 @@
-bin/pqxx-config
-include/pqxx/basic_connection
-include/pqxx/basic_connection.hxx
-include/pqxx/binarystring
-include/pqxx/binarystring.hxx
-include/pqxx/compiler-internal-post.hxx
-include/pqxx/compiler-internal-pre.hxx
-include/pqxx/compiler-public.hxx
-include/pqxx/config-public-compiler.h
-include/pqxx/connection
-include/pqxx/connection.hxx
-include/pqxx/connection_base
-include/pqxx/connection_base.hxx
-include/pqxx/connectionpolicy
-include/pqxx/connectionpolicy.hxx
-include/pqxx/cursor
-include/pqxx/cursor.hxx
-include/pqxx/dbtransaction
-include/pqxx/dbtransaction.hxx
-include/pqxx/except
-include/pqxx/except.hxx
-include/pqxx/isolation
-include/pqxx/isolation.hxx
-include/pqxx/largeobject
-include/pqxx/largeobject.hxx
-include/pqxx/libpq-forward.hxx
-include/pqxx/nontransaction
-include/pqxx/nontransaction.hxx
-include/pqxx/notify-listen
-include/pqxx/notify-listen.hxx
-include/pqxx/pipeline
-include/pqxx/pipeline.hxx
-include/pqxx/pqxx
-include/pqxx/prepared_statement
-include/pqxx/prepared_statement.hxx
-include/pqxx/result
-include/pqxx/result.hxx
-include/pqxx/robusttransaction
-include/pqxx/robusttransaction.hxx
-include/pqxx/subtransaction
-include/pqxx/subtransaction.hxx
-include/pqxx/tablereader
-include/pqxx/tablereader.hxx
-include/pqxx/tablestream
-include/pqxx/tablestream.hxx
-include/pqxx/tablewriter
-include/pqxx/tablewriter.hxx
-include/pqxx/transaction
-include/pqxx/transaction.hxx
-include/pqxx/transaction_base
-include/pqxx/transaction_base.hxx
-include/pqxx/transactor
-include/pqxx/transactor.hxx
-include/pqxx/trigger
-include/pqxx/trigger.hxx
-include/pqxx/util
-include/pqxx/util.hxx
-include/pqxx/version.hxx
-lib/libpqxx-%%SHLIBVERSION%%.so
-lib/libpqxx.a
-lib/libpqxx.la
-lib/libpqxx.so
-libdata/pkgconfig/libpqxx.pc
-@dirrm include/pqxx