FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 7:11 AM GMT
Port details
postgresql-libpqxx 3.1 databases on this many watch lists=42 search for ports that depend on this port
A new C++ interface for PostgreSQL

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Jan 2003 00:12:05
License: not specified in port
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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: databases/postgresql83-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/postgresql-libpqxx/ && make install clean
To add the package: pkg_add -r postgresql-libpqxx


Configuration Options
     No options to configure

Master Sites:
http://pqxx.org/download/software/libpqxx/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/

Number of commits found: 34

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Jan 2012 03:35:49
Original commit files touched by this commit  3.1
tabthorpe search for other commits by this committer
- Reset ports due to maintainer timeouts and lack of response to emails

With hat:       portmgr
12 Sep 2011 09:49:57
Original commit files touched by this commit  3.1
girgen search for other commits by this committer
Update to version 3.1
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.6.9_2
miwi search for other commits by this committer
- Get Rid MD5 support
07 Feb 2010 19:09:30
Original commit files touched by this commit  2.6.9_2
makc search for other commits by this committer
Mark conflict with databases/postgresql-libpqxx30
set PORTSCOUT
Bump PORTREVISION
30 Jan 2009 20:17:24
Original commit files touched by this commit  2.6.9_1
pav search for other commits by this committer
- Update download location

Reported by:    -fetch-original pointyhat run
05 Jan 2009 17:27:29
Original commit files touched by this commit  2.6.9_1
pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
06 Jun 2008 13:17:10
Original commit files touched by this commit  2.6.9_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  2.6.9
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
06 Feb 2007 07:59:47
Original commit files touched by this commit  2.6.9
girgen search for other commits by this committer
Updating to version 2.6.9:
  "Many things have changed. Bugs have been fixed, new features
  have been introduced. But most importantly, we're really retiring
  the old 1.x-style libpqxx API now. This API (where upper-case letters
  were still used in function names and such) has been supported for
  more than three years in the interest of backwards compatibility,
  but has been marked as obsolete all this time."
09 Aug 2006 10:36:43
Original commit files touched by this commit  2.6.7
girgen search for other commits by this committer
Update to 2.6.7
28 May 2006 16:50:24
Original commit files touched by this commit  2.6.6
girgen search for other commits by this committer
Update to 2.6.6.

Security:       http://thaiopensource.org/development/libpqxx/
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.5.5
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:23:41
Original commit files touched by this commit  2.5.5
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.5.5
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
21 Jul 2005 19:48:20
Original commit files touched by this commit  2.5.5
girgen search for other commits by this committer
The gborg.postgresql.org distributions exist on the main postgresql
ftp stites, so let's use them
11 Jul 2005 22:23:49
Original commit files touched by this commit  2.5.5
girgen search for other commits by this committer
Updating to 2.5.5

Approved by: ade, seanc (implicit)
16 May 2005 21:52:58
Original commit files touched by this commit  2.4.2_1
pav search for other commits by this committer
- libdata/pkgconfig is now included in mtree

Approved by:    marcus (portmgr hat)
31 Jan 2005 00:35:56
Original commit files touched by this commit  2.4.2_1
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
06 Dec 2004 03:59:56
Original commit files touched by this commit  2.4.2_1
girgen search for other commits by this committer
Add myself as committer, and use my @FreeBSD.org address.

Approved by: ade (mentor)
28 Nov 2004 00:54:56
Original commit files touched by this commit  2.4.2_1
lofi search for other commits by this committer
Fix configure checks for C++ headers on 4.x

PR: ????? (¹)
Submitted by: maintainer

(¹) PR was cc'd to me six hours ago, but hasn't made it into GNATS yet.
Assemble an away team, number one!
19 Nov 2004 16:13:48
Original commit files touched by this commit  2.4.2
lofi search for other commits by this committer
Update to 2.4.2

Submitted by: maintainer
15 Nov 2004 17:00:02
Original commit files touched by this commit  2.4.1
pav search for other commits by this committer
- Mark BROKEN on 4.x

PR:             ports/73904
Submitted by:   Palle Girgensohn <girgen@pingpong.net> (maintainer)
07 Nov 2004 20:46:18
Original commit files touched by this commit  2.4.1
arved search for other commits by this committer
Upgrade to 2.4.1

PR:             73641
Submitted by:   Steven Looman <steven@krx.nl>
                Palle Girgensohn <girgen@pingpong.net>
09 Aug 2004 08:01:43
Original commit files touched by this commit  2.2.7
sem search for other commits by this committer
update to 2.2.7
fix a wrong pkg-config specification position

PR:             ports/69960
Submitted by:   Jie Gao <gaoj@cpsc.ucalgary.ca>
Approved by:    maintainer
09 Jul 2004 17:43:11
Original commit files touched by this commit  2.2.3
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
24 Jun 2004 18:45:32
Original commit files touched by this commit  2.2.3
thierry search for other commits by this committer
Unbreak on -STABLE.

PR:             ports/68217
Submitted by:   maintainer.
23 Jun 2004 22:19:24
Original commit files touched by this commit  2.2.3
thierry search for other commits by this committer
Upgrade to 2.2.3.

Warning: broken on 4.x.

PR:             68217
Submitted by:   maintainer.
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.1.1_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.1.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
04 Dec 2003 12:00:49
Original commit files touched by this commit  2.1.1
seanc search for other commits by this committer
Introduce the world to PostgreSQL 7.4!  By and large this release is
regarded as a major release with features with interest to those with
large databases.  The updates are extensive and the best source of info
is in the release notes.  Enjoy and direct questions to database@!

Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4

PR:             ports/59403, ports/59404, ports/59393, ports/59394,
                ports/59395, ports/59397, ports/59398, ports/59402, &&
                ports/59401
Submitted by:   maintainer
Approved by:    marcus (portmgr@ hat)
17 Nov 2003 12:29:10
Original commit files touched by this commit  1.5.1
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
03 Sep 2003 08:04:08
Original commit files touched by this commit  1.5.1
erwin search for other commits by this committer
Update to 1.5.1
Add PKGNAMEPREFIX=postgresql

PR:             56336
Submitted by:   maintainer
21 Feb 2003 11:15:05
Original commit files touched by this commit  1.1.4
knu search for other commits by this committer
De-pkg-comment.
05 Jan 2003 00:11:40
Original commit files touched by this commit  1.1.4
seanc search for other commits by this committer
Add libpqxx.  libpqxx is no longer hosted under the main PostgreSQL tree and
is now a project on gborg.  libpqxx is still a supported interface.

PR:             ports/45944
Submitted by:   Palle Girgensohn <girgen@pingpong.net>

Number of commits found: 34

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.211 seconds.