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
odbc-cpp-wrapper Object-oriented C++-wrapper of the ODBC API
1.1 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 1.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-03 02:27:13
Last Update: 2022-10-03 02:10:12
Commit Hash: b642443
License: APACHE20
WWW:
https://github.com/SAP/odbc-cpp-wrapper
Description:
odbc-cpp-wrapper is an object-oriented C++-wrapper of the ODBC API. It takes care of - managing the lifetime of ODBC resources, - allocating and managing resources needed for ODBC operations and - converting ODBC errors to exceptions and throwing them. The odbc-cpp-wrapper API attempts to make usage of ODBC as simple as possible. The API was designed to make wrong usage almost impossible and to ensure proper object lifetime management. odbc-cpp-wrapper was originally developed for exchanging spatial data with databases. It focuses on batch operations of variable-sized data, which is not very well supported by other ODBC wrappers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/odbc-cpp-wrapper-1.1/catalog.mk
  2. /usr/local/share/licenses/odbc-cpp-wrapper-1.1/LICENSE
  3. /usr/local/share/licenses/odbc-cpp-wrapper-1.1/APACHE20
  4. include/odbc/Config.h
  5. include/odbc/Connection.h
  6. include/odbc/DatabaseMetaData.h
  7. include/odbc/DatabaseMetaDataBase.h
  8. include/odbc/DatabaseMetaDataUnicode.h
  9. include/odbc/Environment.h
  10. include/odbc/Exception.h
  11. include/odbc/Forwards.h
  12. include/odbc/ParameterMetaData.h
  13. include/odbc/PreparedStatement.h
  14. include/odbc/RefCounted.h
  15. include/odbc/ResultSet.h
  16. include/odbc/ResultSetMetaData.h
  17. include/odbc/ResultSetMetaDataBase.h
  18. include/odbc/ResultSetMetaDataUnicode.h
  19. include/odbc/Statement.h
  20. include/odbc/StatementBase.h
  21. include/odbc/StringConverter.h
  22. include/odbc/Types.h
  23. include/odbc/Util.h
  24. lib/libodbccpp.a
  25. lib/libodbccpp.so
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • odbc-cpp-wrapper>0:databases/odbc-cpp-wrapper
To install the port:
cd /usr/ports/databases/odbc-cpp-wrapper/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/odbc-cpp-wrapper
  • pkg install odbc-cpp-wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: odbc-cpp-wrapper
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1663672720 SHA256 (SAP-odbc-cpp-wrapper-v1.1_GH0.tar.gz) = 27b45ff65e2f2963bb642c91864892570a6a3867932a53db3b59d4179a650904 SIZE (SAP-odbc-cpp-wrapper-v1.1_GH0.tar.gz) = 60600

Packages (timestamps in pop-ups are UTC):
odbc-cpp-wrapper
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.1-1.11.1---
FreeBSD:13:quarterly1.11.11.11.11.11.11.11.1
FreeBSD:14:latest1.11.11.11.11.11.1-1.1
FreeBSD:14:quarterly1.11.1-1.11.11.11.11.1
FreeBSD:15:latest1.11.1n/a1.1n/a1.11.11.1
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. libodbc.so : databases/unixODBC
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_odbc-cpp-wrapper
USES:
cmake compiler:c++11-lang localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/SAP/odbc-cpp-wrapper/tar.gz/v1.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1
03 Oct 2022 02:10:12
commit hash: b64244312f5d906f3a32dab2b1c2917feccbf280commit hash: b64244312f5d906f3a32dab2b1c2917feccbf280commit hash: b64244312f5d906f3a32dab2b1c2917feccbf280commit hash: b64244312f5d906f3a32dab2b1c2917feccbf280 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/odbc-cpp-wrapper: Add odbc-cpp-wrapper 1.1

odbc-cpp-wrapper is an object-oriented C++-wrapper of the ODBC API. It takes
care of
- managing the lifetime of ODBC resources,
- allocating and managing resources needed for ODBC operations and
- converting ODBC errors to exceptions and throwing them.

The odbc-cpp-wrapper API attempts to make usage of ODBC as simple as possible.
The API was designed to make wrong usage almost impossible and to ensure proper
object lifetime management.

odbc-cpp-wrapper was originally developed for exchanging spatial data with
databases. It focuses on batch operations of variable-sized data, which is not
very well supported by other ODBC wrappers.

Number of commits found: 1