notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cppdb Platform and database independent SQL connectivity library
0.3.1_2 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.3.1_2Version of this port present on the latest quarterly branch.
Maintainer: info@babaei.net search for ports maintained by this maintainer
Port Added: 2013-10-02 19:08:53
Last Update: 2023-08-06 12:30:35
Commit Hash: c468513
License: BSL MIT
WWW:
http://cppcms.com/sql/cppdb/
Description:
CppDB is a SQL connectivity library that is designed to provide platform and database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many RDBMSs as possible via cppdb-odbc bridge. It was written with performance, simplicity in use and locale safety as the primary goals in mind. It also provides both explicit verbose API and brief and nice syntactic sugar.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (42 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/cppdb-0.3.1_2/catalog.mk
  3. /usr/local/share/licenses/cppdb-0.3.1_2/LICENSE
  4. /usr/local/share/licenses/cppdb-0.3.1_2/BSL
  5. /usr/local/share/licenses/cppdb-0.3.1_2/MIT
  6. include/cppdb/atomic_counter.h
  7. include/cppdb/backend.h
  8. include/cppdb/conn_manager.h
  9. include/cppdb/connection_specific.h
  10. include/cppdb/defs.h
  11. include/cppdb/driver_manager.h
  12. include/cppdb/errors.h
  13. include/cppdb/frontend.h
  14. include/cppdb/mutex.h
  15. include/cppdb/numeric_util.h
  16. include/cppdb/pool.h
  17. include/cppdb/ref_ptr.h
  18. include/cppdb/shared_object.h
  19. include/cppdb/utils.h
  20. lib/libcppdb.a
  21. lib/libcppdb.so
  22. lib/libcppdb.so.0
  23. lib/libcppdb.so.0.3.1
  24. @comment lib/libcppdb_mysql.a
  25. @comment lib/libcppdb_mysql.so
  26. @comment lib/libcppdb_mysql.so.0
  27. @comment lib/libcppdb_mysql.so.0.3.1
  28. @comment lib/libcppdb_odbc.a
  29. @comment lib/libcppdb_odbc.so
  30. @comment lib/libcppdb_odbc.so.0
  31. @comment lib/libcppdb_odbc.so.0.3.1
  32. @comment lib/libcppdb_postgresql.a
  33. @comment lib/libcppdb_postgresql.so
  34. @comment lib/libcppdb_postgresql.so.0
  35. @comment lib/libcppdb_postgresql.so.0.3.1
  36. lib/libcppdb_sqlite3.a
  37. lib/libcppdb_sqlite3.so
  38. lib/libcppdb_sqlite3.so.0
  39. lib/libcppdb_sqlite3.so.0.3.1
  40. @owner
  41. @group
  42. @mode
Collapse this list.
Dependency lines:
  • cppdb>0:databases/cppdb
To install the port:
cd /usr/ports/databases/cppdb/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/cppdb
  • pkg install cppdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cppdb
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cppdb-0.3.1.tar.bz2) = d60eef5a732d8f84ef5e4a2845a8cefc543a6c75bf3782589c2cf6aa150b992e SIZE (cppdb-0.3.1.tar.bz2) = 251449

Packages (timestamps in pop-ups are UTC):
cppdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.1_20.3.1_20.3.1_20.3.1_20.3.1_2-0.3.1_2-
FreeBSD:13:quarterly0.3.1_20.3.1_20.3.1_20.3.1_20.3.1_20.3.1_20.3.1_20.3.1_2
FreeBSD:14:latest0.3.1_20.3.1_20.3.1_20.3.1_20.3.1_20.3.1_2-0.3.1_2
FreeBSD:14:quarterly0.3.1_20.3.1_2-0.3.1_20.3.1_20.3.1_20.3.1_20.3.1_2
FreeBSD:15:latest0.3.1_20.3.1_2n/a0.3.1_2n/a0.3.1_20.3.1_20.3.1_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cppdb-0.3.1_2: ====> SQLite 3 Backend: you have to select exactly one of them SQLITE3_DISABLE=off: Disable SQLite 3 backend SQLITE3_INTERNAL=off: Link SQLite 3 backend into CppDB SQLITE3_MODULE=on: Build SQLite 3 backend as a CppDB module ====> PostgreSQL Backend: you have to select exactly one of them PGSQL_DISABLE=on: Disable PostgreSQL backend PGSQL_INTERNAL=off: Link PostgreSQL backend into CppDB PGSQL_MODULE=off: Build PostgreSQL backend as a CppDB module ====> MySQL Backend: you have to select exactly one of them MYSQL_DISABLE=on: Disable MySQL backend MYSQL_INTERNAL=off: Link MySQL backend into CppDB MYSQL_MODULE=off: Build MySQL backend as a CppDB module ====> ODBC Backend: you have to select exactly one of them ODBC_DISABLE=on: Disable ODBC backend ODBC_INTERNAL=off: Link ODBC backend into CppDB ODBC_MODULE=off: Build ODBC backend as a CppDB module ===> Use 'make config' to modify these settings
Options name:
databases_cppdb
USES:
cmake tar:bzip2 sqlite:3
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  2. http://cytranet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  3. http://deac-ams.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  4. http://deac-fra.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  5. http://deac-riga.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  6. http://downloads.sourceforge.net/project/cppcms/cppdb/0.3.1/
  7. http://excellmedia.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  8. http://freefr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  9. http://gigenet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  10. http://ixpeering.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  11. http://jaist.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  12. http://jztkft.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  13. http://kumisystems.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  14. http://liquidtelecom.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  15. http://nchc.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  16. http://netactuate.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  17. http://netcologne.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  18. http://netix.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  19. http://onboardcloud.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  20. http://phoenixnap.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  21. http://razaoinfo.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  22. http://sinalbr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  23. http://sitsa.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  24. http://sonik.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  25. http://tenet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  26. http://udomain.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  27. http://ufpr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  28. http://versaweb.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  29. https://cfhcable.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  30. https://cytranet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  31. https://deac-ams.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  32. https://deac-fra.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  33. https://deac-riga.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  34. https://downloads.sourceforge.net/project/cppcms/cppdb/0.3.1/
  35. https://excellmedia.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  36. https://freefr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  37. https://gigenet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  38. https://ixpeering.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  39. https://jaist.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  40. https://jztkft.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  41. https://kumisystems.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  42. https://liquidtelecom.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  43. https://nchc.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  44. https://netactuate.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  45. https://netcologne.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  46. https://netix.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  47. https://onboardcloud.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  48. https://phoenixnap.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  49. https://razaoinfo.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  50. https://sinalbr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  51. https://sitsa.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  52. https://sonik.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  53. https://tenet.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  54. https://udomain.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  55. https://ufpr.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
  56. https://versaweb.dl.sourceforge.net/project/cppcms/cppdb/0.3.1/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.1_2
06 Aug 2023 12:30:35
commit hash: c468513b79f4bee21bfdbf6eef12441c0e8bc7eecommit hash: c468513b79f4bee21bfdbf6eef12441c0e8bc7eecommit hash: c468513b79f4bee21bfdbf6eef12441c0e8bc7eecommit hash: c468513b79f4bee21bfdbf6eef12441c0e8bc7ee files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/cppdb: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.3.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.1_2
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.3.1_2
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.3.1_2
25 Jun 2017 21:07:58
Revision:444324Original commit files touched by this commit
tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
0.3.1_2
17 Jul 2016 11:28:46
Revision:418664Original commit files touched by this commit
riggs search for other commits by this committer
Fix plist for non-default OPTIONs

While on it: USE_MYSQL -> USES=mysql

PR:		211165
Submitted by:	info@babaei.net (maintainer)
Reported by:	riggs
0.3.1_2
17 Jul 2016 06:46:46
Revision:418659Original commit files touched by this commit
riggs search for other commits by this committer
Build with ninja to reduce build time

PR:		210725
Submitted by:	info@babaei.net (maintainer)
0.3.1_2
25 Apr 2016 16:13:39
Revision:414014Original commit files touched by this commit
mat search for other commits by this committer
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
0.3.1_2
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.3.1_2
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.3.1_2
20 Aug 2014 16:17:31
Revision:365476Original commit files touched by this commit
wg search for other commits by this committer
databases/cppdb: fix mysql/mariadb support

PR:		192833
Submitted by:	maintainer
0.3.1_1
04 Jul 2014 12:15:12
Revision:360607Original commit files touched by this commit
antoine search for other commits by this committer
Fix packaging after PORTREVISION bump
0.3.1_1
04 Jul 2014 09:41:00
Revision:360588Original commit files touched by this commit
tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
0.3.1
05 May 2014 12:40:05
Revision:352999Original commit files touched by this commit
bapt search for other commits by this committer
Convert to USES=pgsql

While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
0.3.1
06 Apr 2014 09:58:10
Revision:350344Original commit files touched by this commit
ak search for other commits by this committer
- Fix typo in LIB_DEPENDS
- Use tar:bz2
- Convert spaces to tabs

PR:	ports/188204
Submitted by:	"Mohammad S. Babaei" <info@babaei.net> (maintainer)
0.3.1
11 Dec 2013 18:08:53
Revision:336187Original commit files touched by this commit
bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
0.3.1
02 Oct 2013 19:08:42
Revision:329100Original commit files touched by this commit
skreuzer search for other commits by this committer
CppDB is a SQL connectivity library that is designed to provide platform and
database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many
RDBMSs as possible via cppdb-odbc bridge.

It was written with performance, simplicity in use and locale safety as the
primary goals in mind. It also provides both explicit verbose API and brief
and nice syntactic sugar.

WWW: http://cppcms.com/sql/cppdb/

PR:		ports/180404
Submitted by:	Mohammad S. Babaei <info@babaei.net>

Number of commits found: 19