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
Port details on branch 2024Q4
utf8cpp Simple, portable, lightweight library for handling UTF-8 strings
4.0.6 devel on this many watch lists=2 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 4.0.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-06-23 19:48:02
Last Update: 2024-11-15 10:17:04
Commit Hash: 243aee2
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSL
WWW:
https://github.com/nemtrif/utfcpp
Description:
C++ developers miss an easy and portable way of handling Unicode encoded strings. The original C++ Standard (known as C++98 or C++03) is Unicode agnostic. C++11 provides some support for Unicode on core language and library level: u8, u, and U character and string literals, char16_t and char32_t character types, u16string and u32string library classes, and codecvt support for conversions between Unicode encoding forms. In the meantime, developers use third party libraries like ICU, OS specific capabilities, or simply roll out their own solutions. In order to easily handle UTF-8 encoded Unicode strings, I came up with a small, C++98 compatible generic library. For anybody used to work with STL algorithms and iterators, it should be easy and natural to use. The code is freely available for any purpose - check out the license. The library has been used a lot in the past ten years both in commercial and open-source projects and is considered feature-complete now. If you run into bugs or performance issues, please let me know and I'll do my best to address them.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/utf8cpp-4.0.6/catalog.mk
  2. /usr/local/share/licenses/utf8cpp-4.0.6/LICENSE
  3. /usr/local/share/licenses/utf8cpp-4.0.6/BSL
  4. include/utf8cpp/utf8.h
  5. include/utf8cpp/utf8/checked.h
  6. include/utf8cpp/utf8/core.h
  7. include/utf8cpp/utf8/cpp11.h
  8. include/utf8cpp/utf8/cpp17.h
  9. include/utf8cpp/utf8/cpp20.h
  10. include/utf8cpp/utf8/unchecked.h
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • utf8cpp>0:devel/utf8cpp
Conflicts:
CONFLICTS_INSTALL:
  • utf8cpp3
To install the port:
cd /usr/ports/devel/utf8cpp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/utf8cpp
  • pkg install utf8cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: utf8cpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1730724824 SHA256 (nemtrif-utfcpp-v4.0.6_GH0.tar.gz) = 6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0 SIZE (nemtrif-utfcpp-v4.0.6_GH0.tar.gz) = 34153

Packages (timestamps in pop-ups are UTC):
utf8cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.64.0.63.1.24.0.64.0.6-3.1.2-
FreeBSD:13:quarterly4.0.54.0.53.2.34.0.54.0.54.0.44.0.44.0.4
FreeBSD:14:latest4.0.64.0.63.2.24.0.64.0.63.2.3-3.2.3
FreeBSD:14:quarterly4.0.54.0.5-4.0.54.0.54.0.44.0.44.0.4
FreeBSD:15:latest4.0.64.0.6n/a4.0.6n/a4.0.44.0.44.0.5
This port has no dependencies.
This port is required by:
for Build
  1. audio/taglib
  2. cad/surelog
  3. devel/libantlr4
  4. emulators/es-de
  5. finance/ledger
  6. games/rlvm
  7. graphics/podofo
Expand this list (15 items / 8 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. net-p2p/transmission-components
  3. science/paraview
  4. science/ttk
  5. textproc/apertium
  6. textproc/libebml
  7. textproc/lttoolbox
  8. www/rubygem-passenger
  9. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/rlvm*
  2. Collapse this list of deleted ports.
* - 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:
No options to configure
Options name:
devel_utf8cpp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nemtrif/utfcpp/tar.gz/v4.0.6?dummy=/
Collapse this list.

There are no commits on branch 2024Q4 for this port