Port details |
- cutelyst-asql Qt async SQL library (for Postgres)
- 0.92.0 databases
=2 0.80.0Version of this port present on the latest quarterly branch. - Maintainer: adridg@FreeBSD.org
 - Port Added: 2020-10-26 15:36:47
- Last Update: 2024-11-11 22:59:04
- Commit Hash: fb45709
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/cutelyst/asql
- Description:
- Qt Async Sql library
* Thread local Connection pool
* Scoped transactions objects
* Navigate on your data with iterators
* Prepared queries
* Cancellable queries
* Notifications
Supports database migrations and queries both as JSON and QVariantHash.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cutelyst-asql>0:databases/cutelyst-asql
- To install the port:
- cd /usr/ports/databases/cutelyst-asql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/cutelyst-asql
- pkg install cutelyst-asql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cutelyst-asql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730488686
SHA256 (cutelyst-asql-v0.92.0_GH0.tar.gz) = d490bab00028e0f62affeb558304959a60567c03f9fa410b05ca00710a47e713
SIZE (cutelyst-asql-v0.92.0_GH0.tar.gz) = 46696
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
- lupdate : devel/qt6-tools
- Library dependencies:
-
- libpq.so.5 : databases/postgresql16-client
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_cutelyst-asql
- USES:
- cmake compiler:c++20-lang localbase pgsql qt:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.92.0 11 Nov 2024 22:59:04
    |
Adriaan de Groot (adridg)  |
www/cutelyst: update to v4, Qt6 (+ support libraries)
New templating system cutelee replaces grantlee, but there's lots of
releases between the last FreeBSD port version and current release:
https://github.com/cutelyst/cutelyst/releases (many)
https://github.com/cutelyst/cutelee/releases (many)
https://github.com/cutelyst/asql/releases/tag/v0.92.0 |
0.80.0 20 Jun 2023 20:40:16
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.80.0, latest upstream |
0.79.0 14 Feb 2023 13:09:43
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.79, latest upstream
The 0.76 release introduced a _prepared operator, which
turns out to not-actually-work. Upstream release that
removes it again,
https://github.com/cutelyst/asql/releases/tag/v0.79.0
Reported by: portscout |
0.76.0 27 Nov 2022 13:43:46
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.76.0, latest upstream
The release notes are very short:
- New _prepared operator |
0.73.0 07 Oct 2022 21:37:49
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to latest release
This skips over a bunch of releases, including several
API breaks. Do check compatibility if you are using
asql. The latest release adds UTF-8 string views.
https://github.com/cutelyst/asql/releases |
0.52.0 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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.52.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.52.0 23 Mar 2022 13:00:47
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.52, latest upstream
Release notes at https://github.com/cutelyst/asql/releases/tag/v0.52.0
Reported By: portscout |
0.51.0 11 Mar 2022 20:02:16
    |
Adriaan de Groot (adridg)  |
www/cutelyst: update to 3.3.0, latest upstream
Updates to cutelyst and the SQL driver, release notes at
https://github.com/cutelyst/cutelyst/releases/tag/v3.3.0
https://github.com/cutelyst/asql/releases/tag/v0.51.0
There are some fixes that might be relevant for us, the systemd
fixes not-so-much. |
0.50.0 01 Dec 2021 22:33:13
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.50.0, latest upstream
We skipped a couple of releases, notes are at
https://github.com/cutelyst/asql/releases
with one important change (reflected in pkg-plist)
- Split the Postgres driver out of ::Core into ::Pg to make it easier
for future drivers |
0.46.0 28 Oct 2021 19:57:44
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.46.0, latest upstream
No release notes this time.
Reported by: portscout |
0.43.0 07 Jul 2021 12:59:11
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to latest release
There are no release notes (and I skipped a bunch of releases) |
0.27.0_1 17 Jun 2021 12:26:07
    |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 3.0.0
New release of Cutelyst, the C++/Qt web framework. Anouncement at:
https://dantti.wordpress.com/2021/06/17/cutelyst-3-is-out/
Bump cutelyst-asql, as the only consumer in the ports tree. |
0.27.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.27.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.27.0 21 Jan 2021 22:43:51
  |
adridg  |
Update www/cutelyst and related ports to latest upstream release
Release notes are at
https://dantti.wordpress.com/2021/01/19/cutelyst-2-14-2-and-asql-0-27-released/
There were patches from FreeBSD upstreamed, and some tidying-up,
and there's a bunch of patches and benchmark improvements. |
0.26.0 01 Jan 2021 15:35:50
  |
adridg  |
Update www/cutelyst and databases/cutelyst-asql to latest upstream release
Cutelyst is a Qt5-based web application framework. It gives you C++
for application logic and WSGI server and plugins for the webby bits.
This update adds a GRANTLEE option, enabled by default: it turns out
I hadn't enabled **any** templating in Cutelyst, which is a bit
of an annoying restriction. Grantlee is a Qt5-only templating
engine, so the additional default dependencies are fairly light.
While here, simplify some of the CMake options handling;
one thing I'm not sure about is how OPTIONs should be handled
in the ordering of pkg-plist: the Porter's Handbook section 8.1
does not offer any guidance. I've collected them at the end.
Reported by: portscout |
0.19.0 26 Oct 2020 15:36:38
  |
adridg  |
New port: database/cutelyst-asql
asql is an asynchronous, C++11-native, Qt5 based SQL Query library.
You can use it to write async queries with natural C++-lambda
and Qt5-slots style code.
Right now there is only a PostgreSQL backend, but others are
planned (and then the port will grow OPTIONS).
This comes from the cutelyst project, and it would conflict with
www/asql is named the "obvious" way, so name it something inbetween. |