Port details |
- libunicode-contour Modern C++20 Unicode library
- 0.6.0_2 devel
=0 0.6.0Version of this port present on the latest quarterly branch. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-06-05 12:21:05
- Last Update: 2025-09-19 08:25:21
- Commit Hash: 4f186b7
- License: APACHE20
- WWW:
- https://github.com/contour-terminal/libunicode
- Description:
- The goal of this library is to bring painless unicode support to C++
with simple and easy to understand APIs. The API naming conventions
are chosen to look familiar to those using the C++ standard libary.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libunicode-contour>0:devel/libunicode-contour
- To install the port:
- cd /usr/ports/devel/libunicode-contour/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libunicode-contour
- pkg install libunicode-contour
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libunicode-contour
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748784770
SHA256 (contour-terminal-libunicode-v0.6.0_GH0.tar.gz) = 0c217f8264000f1b8c36e78969cb9cf91ac97de937cc141ab78e6b1ad7f404ef
SIZE (contour-terminal-libunicode-v0.6.0_GH0.tar.gz) = 92750
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- catch2-with-main.pc : devel/catch2
- UCD>=16.0.0,1 : textproc/UCD
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- x11/contour
Configuration Options:
- ===> The following configuration options are available for libunicode-contour-0.6.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libunicode-contour
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0_2 19 Sep 2025 08:25:21
    |
Robert Clausecker (fuz)  |
devel/libunicode-contour: fix build on armv7
Same solution as on some other platforms.
Change file for devel/catch2 build dependency to one that is not also
provided by devel/catch.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3 |
0.6.0_1 21 Aug 2025 13:29:24
    |
Piotr Kubaj (pkubaj)  |
devel/libunicode-contour: fix build on powerpc64
Same as powerpc64le. |
0.6.0_1 21 Aug 2025 08:14:30
    |
Piotr Kubaj (pkubaj)  |
devel/libunicode-contour: fix build on powerpc64le
Use clang's SSE translation, libunicode has intrinsics implemented
only for amd64 and arm64:
/wrkdirs/usr/ports/devel/libunicode-contour/work/libunicode-0.6.0/src/libunicode/scan.cpp:110:5:
error: use of undeclared identifier 'intrinsics'
110 | intrinsics::m128i const ControlCodeMax =
intrinsics::set1_epi8(0x20); // 0..0x1F
| ^ |
0.6.0_1 13 Aug 2025 00:31:07
    |
Hiroki Tagato (tagattie)  Author: Chad Jacob Milios |
devel/libunicode-contour: resolve conflict with devel/libunicode
Avoid conflict with devel/libunicode by install shared libraries into
${PREFIX}/lib/contour and adjust a cmake file so that consumers can
find the libraries for linking.
PR: 288799
Reported by: Chad Jacob Milios <milios@ccsys.com> |
0.6.0 05 Jun 2025 12:19:35
    |
Hiroki Tagato (tagattie)  |
devel/libunicode-contour: add port: Modern C++20 Unicode library
The goal of this library is to bring painless unicode support to C++
with simple and easy to understand APIs. The API naming conventions
are chosen to look familiar to those using the C++ standard libary.
WWW: https://github.com/contour-terminal/libunicode |
Number of commits found: 5
|