| Port details on branch 2026Q2 |
- postgresql-libpqxx New C++ interface for PostgreSQL
- 8.0.1 databases
=0 8.0.1Version of this port present on the latest quarterly branch. - Maintainer: pgsql@FreeBSD.org
 - Port Added: 2026-04-07 06:03:05
- Last Update: 2026-04-07 06:00:22
- Commit Hash: 2392528
- License: BSD3CLAUSE
- WWW:
- http://pqxx.org/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- postgresql-libpqxx>0:databases/postgresql-libpqxx
- To install the port:
- cd /usr/ports/databases/postgresql-libpqxx/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/postgresql-libpqxx
- pkg install postgresql-libpqxx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postgresql-libpqxx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1775515151
SHA256 (postgresql/jtv-libpqxx-8.0.1_GH0.tar.gz) = 24f878a1b4249035e4b6c07d49351506bf99f88df584d36bf198d58ebf293823
SIZE (postgresql/jtv-libpqxx-8.0.1_GH0.tar.gz) = 830200
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpq.so.5 : databases/postgresql18-client
- This port is required by:
- for Libraries
-
- converters/osm2pgrouting
Configuration Options:
- No options to configure
- Options name:
- databases_postgresql-libpqxx
- USES:
- cmake compiler:c++20-lang pkgconfig pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|