FreshPorts -- The Place For Ports Sat, 4 Jul 2009 1:35 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
postgresql-libpqxx 2.6.9_1 databases on this many watch lists=45 search for ports that depend on this port
A new C++ interface for PostgreSQL
Maintained by: girgen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Jan 2003 00:12:05


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
Required To Build: devel/gmake
Required Libraries: databases/postgresql83-client

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/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-01-09
    Affects: users of databases/postgresql*
    Author: girgen@FreeBSD.org
    Reason: 
      The server-side utilities of postgresql (initdb, initlocation,
      ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
      installed by the respective postgresql*-server port (previously
      they where installed with the client). If you update the client, you
      should also update the server to make sure you are not left without
      the server-side tools. Do something like:
    
    	portupgrade postgresql-client postgresql-server
    
    

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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 14: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 18: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 11: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 17: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 20: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 23: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 22: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 09: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 18: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 19: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 23: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 04: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 09: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: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20375
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight96
new month180

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

Add tab to Netscape 6

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