mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Commit b7f05445c0
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)
13 lines
677 B
Text
13 lines
677 B
Text
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
|