Port details |
- corrade C++11/C++14 multiplatform utility library
- 2020.06.1214_1 devel =2 2020.06.1214_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-02-18 22:02:00
- Last Update: 2024-07-01 20:27:23
- Commit Hash: 19d6872
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://magnum.graphics/corrade/
- Description:
- Corrade is a multiplatform utility library written in C++11/C++14.
It's used as a base for the Magnum graphics engine, among other things.
Features:
* Low-level utilities to bridge platform differences when accessing OS
functionality, filesystem, console and environment
* Lightweight container implementations, complementing STL features with focus
on compilation speed, ease of use and performance
* Test framework emphasizing flexibility, extensibility, minimal use of macros
and clarity of diagnostic output
* Plugin management library with static and dynamic plugins, dependency handling
and hot code reload
* Signal/slot connection library with full type safety
- ¦ ¦ ¦ ¦
- 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/devel/corrade/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/corrade
- pkg install corrade
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: corrade
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673825651
SHA256 (mosra-corrade-v2020.06-1214-g3bf6057d_GH0.tar.gz) = ba3b5700e7a55d5cc8eb95f2dce3c4ce51cd768eed35e154d17e9161247e422c
SIZE (mosra-corrade-v2020.06-1214-g3bf6057d_GH0.tar.gz) = 1217362
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
- This port is required by:
- for Libraries
-
- graphics/magnum
- graphics/magnum-plugins
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for corrade-2020.06.1214_1:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_corrade
- USES:
- cmake:testing compiler:c++14-lang
- 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 |
2020.06.1214_1 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
2020.06.1214_1 27 May 2024 21:05:28 |
Yuri Victorovich (yuri) |
devel/corrade: Broken on 13 and 14 armv7
Reported by: fallout |
2020.06.1214_1 19 Jul 2023 15:27:55 |
Muhammad Moinur Rahman (bofh) |
devel/corrade: Fix build with llvm16
This patch fixes to build the consumers of this port specially
graphics/magnum*.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2020.06.1214 25 May 2023 09:39:32 |
Robert Clausecker (fuz) |
devel/corrade: fix build on aarch64, missing FreeBSD code
- add CPU detection code for armv7, aarch64
(armv7 is still broken for other reasons)
- add missing FreeBSD support code for executableLocation()
- hook up test suite
See also: https://github.com/mosra/corrade/issues/171
Approved by: yuri (maintainer)
Differential Revision: https://reviews.freebsd.org/D40202 |
2020.06.1214 16 Jan 2023 05:38:11 |
Yuri Victorovich (yuri) |
devel/corrade: Update 2020.06 -> 2020.06-1214 |
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) |
2020.06 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 ) |
2020.06 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.06 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.06 21 Jul 2020 01:29:59 |
yuri |
devel/corrade: Update 2019.10 -> 2020.06
Reported by: portscout |
2019.10 31 Oct 2019 07:21:29 |
yuri |
devel/corrade: Update 2019.01 -> 2019.10
Reported by: portscout |
2019.01_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 |
2019.01 23 Feb 2019 15:48:12 |
yuri |
devel/corrade: fix build on big-endian architectures
PR: 235958
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
2019.01 18 Feb 2019 22:01:50 |
yuri |
New port: devel/corrade: C++11/C++14 multiplatform utility library |