Port details |
- ctk Widgets and common code for medical imaging, surgical navigation, etc
- 2023.07.13 x11-toolkits =2 2023.07.13Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-12 18:43:01
- Last Update: 2023-07-19 09:05:50
- Commit Hash: 2119983
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://www.commontk.org/index.php/Main_Page
- Description:
- The goal of CTK is to support biomedical image computing. CTK code is licensed
under Apache 2.0. This means that users of CTK are allowed to use the code for
academic, commercial, or other purposes without paying license fees or being
restricted in their ability to redistribute their code or keep it private.
CTK works on topics that are not covered by existing toolkits that support the
mutual interest and needs of the CTK community. The main scope of current CTK
efforts includes the topics DICOM, DICOM Application Hosting, Widgets, and
Plugin Framework.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- CTK-widgets>0:x11-toolkits/ctk
- To install the port:
- cd /usr/ports/x11-toolkits/ctk/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/ctk
- pkg install CTK-widgets
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: CTK-widgets
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689755206
SHA256 (commontk-CTK-2023.07.13_GH0.tar.gz) = c65412549876e1ad6266a322b3a30e130765444a8564d1152bcd801a4645f9f1
SIZE (commontk-CTK-2023.07.13_GH0.tar.gz) = 2403906
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
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- designer : devel/qt5-designer
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5Test.so : devel/qt5-testlib
- libQt5UiTools.a : devel/qt5-uitools
- Runtime dependencies:
-
- designer : devel/qt5-designer
- Library dependencies:
-
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5Sql.so : databases/qt5-sql
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- libQt5XmlPatterns.so : textproc/qt5-xmlpatterns
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_ctk
- USES:
- cmake compiler:c++11-lib qt:5
- 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 |
2023.07.13 19 Jul 2023 09:05:50 |
Yuri Victorovich (yuri) |
x11-toolkits/ctk: Update 2018-10-29-269 → 2023.07.13
Reported by: portscout |
2018.10.29.269 24 Oct 2022 08:14:57 |
Yuri Victorovich (yuri) |
x11-toolkits/ctk: Update 2018-10-29 -> 2018-10-29-269 |
2018.10.29_2 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) |
2018.10.29_2 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 ) |
2018.10.29_2 19 Jul 2021 04:57:53 |
Tobias C. Berner (tcberner) |
x11-toolkits/ctk: add missing build dependency on testlib
The dependency was previously pulled in transitively.
PR: 257100 |
2018.10.29_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2018.10.29_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2018.10.29_2 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 |
2018.10.29_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 ) |
2018.10.29 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 |
2018.10.29 12 Dec 2018 18:41:21 |
yuri |
New port: x11-toolkits/ctk: Widgets and common code for medical imaging,
surgical navigation, etc |