| Port details |
- libunicode-contour Modern C++20 Unicode library
- 0.7.0 devel
=0 0.7.0Version of this port present on the latest quarterly branch. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-06-05 12:21:05
- Last Update: 2026-02-03 08:00:52
- Commit Hash: 460e62c
- 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 = 1767667689
SHA256 (contour-terminal-libunicode-v0.7.0_GH0.tar.gz) = 7b653d8cb3c620cc80118184ccab9c02f7e9a4bf9d1e4b190dae2d5681a0bca4
SIZE (contour-terminal-libunicode-v0.7.0_GH0.tar.gz) = 94993
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:
-
- catch2-with-main.pc : devel/catch2
- UCD>=17.0.0,1 : textproc/UCD
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- This port is required by:
- for Libraries
-
- x11/contour
Configuration Options:
- ===> The following configuration options are available for libunicode-contour-0.7.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libunicode-contour
- USES:
- cmake:testing python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.7.0 03 Feb 2026 08:00:52
    |
Hiroki Tagato (tagattie)  Author: Eric Camachat |
devel/libunicode-contour: Fix build when samurai is used instead of ninja
When samurai is used instead of ninja, python is not pulled in as its
dependency. The build process requires python's existence so the port
must explictly depend on python in build time.
PR: 292683
Reported by: Eric Camachat <eric@camachat.org>
MFH: 2026Q1 |
0.7.0 22 Jan 2026 12:31:44
    |
Hiroki Tagato (tagattie)  |
devel/libunicode-contour: Fix build on aarch64 |
0.7.0 06 Jan 2026 03:34:28
    |
Hiroki Tagato (tagattie)  |
devel/libunicode-contour: Update to 0.7.0
While here, remove unnecessary CMAKE_ARGS since intrinsics SIMD is
only enabled on amd64 and aarch64 architectures.
Changelog: https://github.com/contour-terminal/libunicode/releases/tag/v0.7.0
Reported by: portscout |
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: 8
|