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
futuresql Non-blocking database framework for Qt
0.1.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 0.1.1_1Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-13 11:57:12
Last Update: 2023-08-15 19:06:03
Commit Hash: c6274ee
Also Listed In: kde
License: not specified in port
WWW:
https://api.kde.org/futuresql/html/index.html
Description:
A non-blocking database framework for Qt. FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql. Its features include non-blocking database access by default, relatively boilderplate-free queries, automatic database migrations and simple mapping to objects. In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts, and requires a C++20 compiler. Warning: The API is not finalized yet.
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 (13 items)
Collapse this list.
  1. include/FutureSQL5/ThreadedDatabase
  2. include/FutureSQL5/futuresql_export.h
  3. include/FutureSQL5/threadeddatabase.h
  4. include/FutureSQL5/threadeddatabase_p.h
  5. lib/cmake/FutureSQL5/FutureSQL5Config.cmake
  6. lib/cmake/FutureSQL5/FutureSQL5ConfigVersion.cmake
  7. lib/cmake/FutureSQL5/FutureSQLTargets-release.cmake
  8. lib/cmake/FutureSQL5/FutureSQLTargets.cmake
  9. lib/libfuturesql5.so
  10. lib/libfuturesql5.so.0
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • futuresql>0:databases/futuresql
To install the port:
cd /usr/ports/databases/futuresql/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/futuresql
  • pkg install futuresql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: futuresql
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1691920947 SHA256 (futuresql-0.1.1.tar.xz) = e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43 SIZE (futuresql-0.1.1.tar.xz) = 27844

Packages (timestamps in pop-ups are UTC):
futuresql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.1_10.1.1_1-0.1.1_10.1.1_1---
FreeBSD:13:quarterly0.1.1_10.1.1_1-0.1.1_10.1.1_10.1.1_10.1.1_10.1.1_1
FreeBSD:14:latest0.1.1_10.1.1_1-0.1.1_10.1.1_1---
FreeBSD:14:quarterly0.1.1_10.1.1_1-0.1.1_10.1.1_10.1.1_10.1.1_10.1.1_1
FreeBSD:15:latest0.1.1_10.1.1_1n/a0.1.1_1n/a0.1.1_10.1.1_10.1.1_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
  3. ECMConfig.cmake : devel/kf5-extra-cmake-modules
  4. qt5-buildtools>=5.15 : devel/qt5-buildtools
  5. qt5-qmake>=5.15 : devel/qt5-qmake
Library dependencies:
  1. libQt5Core.so : devel/qt5-core
  2. libQt5Sql.so : databases/qt5-sql
This port is required by:
for Libraries
  1. graphics/kontrast

Configuration Options:
No options to configure
Options name:
databases_futuresql
USES:
cmake kde:5 qt:5 tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.kde.org/stable/futuresql/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1_1
15 Aug 2023 19:06:03
commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8fcommit hash: c6274ee9420519be57df53b3f56ad80e6592dc8fcommit hash: c6274ee9420519be57df53b3f56ad80e6592dc8fcommit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
KDE: make ecm a build-only dependency in kde@ maintained ports
0.1.1
13 Aug 2023 11:55:27
commit hash: d1189adecde9848afc9adad2938068e172a10414commit hash: d1189adecde9848afc9adad2938068e172a10414commit hash: d1189adecde9848afc9adad2938068e172a10414commit hash: d1189adecde9848afc9adad2938068e172a10414 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases/futuresql: new port -- A non-blocking database framework for Qt.

FutureSQL was in part inspired by Diesel, and provides a higher level of
abstraction than QtSql. Its features include non-blocking database access by
default, relatively boilderplate-free queries, automatic database migrations
and simple mapping to objects.

In order to make FutureSQL's use of templates less confusing, FutureSQL uses
C++20 concepts, and requires a C++20 compiler.

Warning: The API is not finalized yet.

Number of commits found: 2