| Port details on branch 2023Q3 |
- soci C++ Database Access Library
- 4.1.2_1 databases
=0 4.1.2_1Version of this port present on the latest quarterly branch. - Maintainer: jbo@FreeBSD.org
 - Port Added: 2010-09-15 13:27:22
- Last Update: 2026-05-07 21:47:29
- Commit Hash: 2a7c056
- License: BSL
- WWW:
- https://soci.sourceforge.net/
- Description:
- SOCI is a database access library for C++ that makes the illusion of embedding
SQL queries in the regular C++ code, staying entirely within the Standard C++.
The idea is to provide C++ programmers a way to access SQL databases in the most
natural and intuitive way. If you find existing libraries too difficult for your
needs or just distracting, SOCI can be a good alternative.
¦ ¦ ¦ ¦ 
- 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:
-
- To install the port:
- cd /usr/ports/databases/soci/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/soci
- pkg install soci
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: soci
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1773627389
SHA256 (SOCI-soci-v4.1.2_GH0.tar.gz) = c0974067e57242f21d9a85677c5f6cc7848fba3cbd5ec58d76c95570a5a7a15b
SIZE (SOCI-soci-v4.1.2_GH0.tar.gz) = 478545
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
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- libunwind.so : devel/libunwind
- libodbc.so : databases/unixODBC
- libfbclient.so : databases/firebird30-client
- libmysqlclient.so.24 : databases/mysql84-client
- libpq.so.5 : databases/postgresql18-client
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Libraries
-
- devel/RStudio
- net/liblinphone
- security/lime
Configuration Options:
- ===> The following configuration options are available for soci-4.1.2_1:
BOOST=on: Enable support for additional types using Boost
FIREBIRD=on: Firebird (Interbase) database support
MYSQL=on: MySQL database support
ODBC=on: ODBC database backend
PGSQL=on: PostgreSQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- databases_soci
- USES:
- cmake compiler:c++14-lang firebird mysql ssl pgsql sqlite
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|