Port details on branch 2024Q4 |
- soci C++ Database Access Library
- 4.0.3_10 databases =2 4.0.3_8Version of this port present on the latest quarterly branch.
- Maintainer: nc@FreeBSD.org
- Port Added: 2010-09-15 13:27:22
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 = 1644601909
SHA256 (SOCI-soci-v4.0.3_GH0.tar.gz) = 4b1ff9c8545c5d802fbe06ee6cd2886630e5c03bf740e269bb625b45cf934928
SIZE (SOCI-soci-v4.0.3_GH0.tar.gz) = 508750
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
- libodbc.so : databases/unixODBC
- libfbclient.so : databases/firebird30-client
- libmysqlclient.so.21 : databases/mysql80-client
- libpq.so.5 : databases/postgresql16-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.0.3_10:
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++11-lang firebird mysql pgsql sqlite
- pkg-message:
- For install:
- If you use dynamically loaded backends, you have to set the environment variable
SOCI_BACKENDS_PATH to /usr/local/lib
- Master Sites:
|