Port details |
- cutelyst-asql Qt async SQL library (for Postgres)
- 0.52.0 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: adridg@FreeBSD.org
 - Port Added: 2020-10-26 15:36:47
- Last Update: 2022-03-23 13:00:47
- Commit Hash: 6b43c58
- License: MIT
- 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.
WWW: https://github.com/cutelyst/asql
- SVNWeb : git : Homepage
- 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 = 1648038109
SHA256 (cutelyst-asql-v0.52.0_GH0.tar.gz) = 8e8d0a80936fa7900cd2c6d7d51cea51bb478ea74be3885ce4bff4d957e6fc60
SIZE (cutelyst-asql-v0.52.0_GH0.tar.gz) = 36634
- 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
- ninja : devel/ninja
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql13-client
- libQt5Core.so : devel/qt5-core
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_cutelyst-asql
- USES:
- cmake compiler:c++11-lang localbase pgsql qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Mar 2022 13:00:47 0.52.0 |
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 |
11 Mar 2022 20:02:16 0.51.0 |
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. |
01 Dec 2021 22:33:13 0.50.0 |
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 |
28 Oct 2021 19:57:44 0.46.0 |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to 0.46.0, latest upstream
No release notes this time.
Reported by: portscout |
07 Jul 2021 12:59:11 0.43.0 |
Adriaan de Groot (adridg)  |
databases/cutelyst-asql: update to latest release
There are no release notes (and I skipped a bunch of releases) |
17 Jun 2021 12:26:07 0.27.0_1 |
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. |
07 Apr 2021 08:09:01 0.27.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.27.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Jan 2021 22:43:51
0.27.0 |
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. |
01 Jan 2021 15:35:50
0.26.0 |
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 |
26 Oct 2020 15:36:38
0.19.0 |
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. |