Port details |
- cutelyst C++/Qt web framework
- 4.5.0 www =2 3.7.0Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2018-05-31 22:10:29
- 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: BSD3CLAUSE
- WWW:
- https://cutelyst.org
- Description:
- A C++ Web Framework built on top of Qt, using the simple approach of
Catalyst (Perl) framework.
- ¦ ¦ ¦ ¦
- 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/www/cutelyst/ && make install clean
- To add the package, run one of these commands:
- pkg install www/cutelyst
- pkg install cutelyst
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cutelyst
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730412747
SHA256 (cutelyst-cutelyst-v4.5.0_GH0.tar.gz) = b29e7bac30cc0630bf574d32fb8b16d316f3da3f382136e62c792b182992ef6c
SIZE (cutelyst-cutelyst-v4.5.0_GH0.tar.gz) = 589413
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
- qt_en.qm : devel/qt6-translations
- Library dependencies:
-
- libepoll-shim.so : devel/libepoll-shim
- libCuteleeQt6Templates.so : devel/cutelee
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_cutelyst
- USES:
- cmake compiler:c++20-lang localbase 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 |
4.5.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 |
3.7.0 27 Nov 2022 13:43:47 |
Adriaan de Groot (adridg) |
www/cutelyst: update to 3.7.0, latest upstream
- BSD licensed now
- Supports Qt6 (but the port doesn't)
- Does not support Qt5.12 (but the port didn't anyway)
- supports epoll always |
3.5.0_1 18 Sep 2022 15:27:57 |
Dima Panov (fluffy) |
devel/grantlee5: bump library consumers after grantlee update |
3.5.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) |
3.5.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 ) |
3.5.0 19 Jul 2022 12:25:53 |
Adriaan de Groot (adridg) |
www/cutelyst: update to 3.5.0, relicense
Cutelyst has been re-licensed as BSD-3-Clause, see
https://dantti.wordpress.com/2022/07/18/cutelyst-v3-5-relicensed-as-bsd-3-clause/
There was no 3.4 release. Aside from the re-licensing, the major
thing this time is start/stop support when embedded. |
3.3.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. |
3.2.0 06 Dec 2021 15:12:55 |
Adriaan de Groot (adridg) |
www/cutelyst: update to 3.2.0, latest upstream
Release notes are here:
https://github.com/cutelyst/cutelyst/releases/tag/v3.2.0
https://dantti.wordpress.com/2021/12/01/cutelyst-3-2-and-asql-0-50-are-out/
Bugfixes, more use of std::shared_ptry (over QSharedPointer, which
pre-dates most C++ standardization in that area). |
3.1.0 19 Aug 2021 20:39:34 |
Adriaan de Groot (adridg) |
www/cutelyst: update to latest upstream, 3.1.0
Release notes are at
https://github.com/cutelyst/cutelyst/releases/tag/v3.1.0 |
3.0.0 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. |
2.14.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.14.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14.2 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. |
2.14.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 |
2.13.0 26 Oct 2020 14:12:25 |
adridg |
Update www/cutelyst to latest upstream release
Release notes are at
https://github.com/cutelyst/cutelyst/releases/tag/v2.13.0
Since we skipped 2.12, here's the 2.12 changes as well:
* Add Listen Queue backlog option |
2.11.0 14 May 2020 13:42:09 |
adridg |
Update www/cutelyst to latest upstream release, 2.11.0
Release notes at
https://dantti.wordpress.com/2020/05/13/cutelyst-2-11-and-simplemail-2-1-released-and-a-fork-called-cutelee/
Nothing spectacular, though it might have some performance improvements. |
2.10.0 18 Feb 2020 15:56:44 |
adridg |
Update www/cutelyst to latest upstream release, 2.10.0
Release announcement is at
https://dantti.wordpress.com/2020/02/17/cutelyst-2-10-0-and-simplemail-v2-released/
It just says "many important bugfixes", though. No details.
While here, I've enabled two plugins in cutelyst, CSRF protection
and static compression support. This isn't at the BUILD_ALL level,
but should make cutelyst more useful in its default package state. |
2.9.0 30 Dec 2019 16:44:27 |
adridg |
Update www/cutelyst to latest upstream release.
Release notes are here:
https://dantti.wordpress.com/2019/09/26/cutelyst-2-9-0-and-simple-mail-qt-1-4-0-released/
With highlight:
Cutelyst has got many bug fixes, a few API additions, some
docs fixes, and most importantly it fixed a memory leak introduced
in 2.8.0 that makes applications using chained actions leak. |
2.8.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.8.0 28 Jun 2019 10:27:50 |
adridg |
Fix www/cutelyst build. Forgot the linguist tools, which are what
produce the translation files added in previous commit. |
2.8.0 28 Jun 2019 10:15:04 |
adridg |
Update www/cutelyst to latest upstream release
Release announcement at
https://dantti.wordpress.com/2019/06/27/cutelyst-2-8-0-released/
cpack support, deflate support, and other bugfixes. One FreeBSD
patch has been incorporated upstream. |
2.7.0 12 Mar 2019 05:27:47 |
linimon |
Fix build on gcc-based architectures:
target_compile_features The compiler feature "cxx_auto_type" is not known to
CXX compiler
Approved by: portmgr (tier-2 blanket) |
2.7.0 19 Feb 2019 10:11:51 |
adridg |
Update www/cutelyst to latest release.
https://dantti.wordpress.com/2019/02/18/cutelyst-2-7-0-released-async-is-back/
Main new feature is support for async calls.
While here, pet portlint and add a PLIST_SUB. |
2.4.0_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.4.0 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.4.0 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.4.0 31 May 2018 22:10:15 |
adridg |
New port www/cutelyst. Cutelyst is a C++/Qt web framework, which can be
used to write standalone web-applications with a small footprint, yet
with powerful templating -- and share code and logic with desktop apps. |