notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
libunicode-contour Modern C++20 Unicode library
0.6.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-05 12:21:05
Last Update: 2025-06-05 12:19:35
Commit Hash: 9a6f2e1
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (42 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libunicode-contour-0.6.0/catalog.mk
  3. /usr/local/share/licenses/libunicode-contour-0.6.0/LICENSE
  4. /usr/local/share/licenses/libunicode-contour-0.6.0/APACHE20
  5. bin/unicode-query
  6. include/libunicode/capi.h
  7. include/libunicode/codepoint_properties.h
  8. include/libunicode/convert.h
  9. include/libunicode/emoji_segmenter.h
  10. include/libunicode/grapheme_segmenter.h
  11. include/libunicode/intrinsics.h
  12. include/libunicode/multistage_table_generator.h
  13. include/libunicode/multistage_table_view.h
  14. include/libunicode/run_segmenter.h
  15. include/libunicode/scan.h
  16. include/libunicode/scoped_timer.h
  17. include/libunicode/script_segmenter.h
  18. include/libunicode/support.h
  19. include/libunicode/ucd.h
  20. include/libunicode/ucd_enums.h
  21. include/libunicode/ucd_fmt.h
  22. include/libunicode/ucd_ostream.h
  23. include/libunicode/utf8.h
  24. include/libunicode/utf8_grapheme_segmenter.h
  25. include/libunicode/width.h
  26. include/libunicode/word_segmenter.h
  27. lib/cmake/libunicode/libunicode-config-version.cmake
  28. lib/cmake/libunicode/libunicode-config.cmake
  29. lib/cmake/libunicode/libunicode-targets-release.cmake
  30. lib/cmake/libunicode/libunicode-targets.cmake
  31. lib/libunicode.so
  32. lib/libunicode.so.0.6
  33. lib/libunicode.so.0.6.0
  34. lib/libunicode_loader.so
  35. lib/libunicode_loader.so.0.6
  36. lib/libunicode_loader.so.0.6.0
  37. lib/libunicode_ucd.so
  38. lib/libunicode_ucd.so.0.6
  39. lib/libunicode_ucd.so.0.6.0
  40. @owner
  41. @group
  42. @mode
Collapse this list.
Dependency lines:
  • libunicode-contour>0:devel/libunicode-contour
Conflicts:
CONFLICTS_INSTALL:
  • libunicode
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. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. Catch2Config.cmake : devel/catch2
  2. UCD>=16.0.0,1 : textproc/UCD
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
This port is required by:
for Libraries
  1. x11/contour

Configuration Options:
===> The following configuration options are available for libunicode-contour-0.6.0: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/contour-terminal/libunicode/tar.gz/v0.6.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0
05 Jun 2025 12:19:35
commit hash: 9a6f2e14ec7df7186e544030aea78e7fc0a605c9commit hash: 9a6f2e14ec7df7186e544030aea78e7fc0a605c9commit hash: 9a6f2e14ec7df7186e544030aea78e7fc0a605c9commit hash: 9a6f2e14ec7df7186e544030aea78e7fc0a605c9 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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: 1