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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
utf8cpp Simple, portable, lightweight library for handling UTF-8 strings
4.0.5 devel 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 4.0.4Version 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-02-21 15:06:27
Commit Hash: b36bb8a
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.5/catalog.mk
  2. /usr/local/share/licenses/utf8cpp-4.0.5/LICENSE
  3. /usr/local/share/licenses/utf8cpp-4.0.5/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
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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 = 1708448920 SHA256 (nemtrif-utfcpp-v4.0.5_GH0.tar.gz) = ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf SIZE (nemtrif-utfcpp-v4.0.5_GH0.tar.gz) = 34139

Packages (timestamps in pop-ups are UTC):
utf8cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.54.0.53.1.24.0.54.0.5-3.1.2-
FreeBSD:13:quarterly4.0.44.0.43.2.34.0.44.0.44.0.44.0.44.0.4
FreeBSD:14:latest4.0.54.0.53.2.24.0.54.0.53.2.3-3.2.3
FreeBSD:14:quarterly4.0.44.0.4-4.0.44.0.44.0.44.0.44.0.4
FreeBSD:15:latest4.0.54.0.5n/a4.0.4n/a4.0.44.0.44.0.5
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. cad/surelog
  2. devel/libantlr4
  3. finance/ledger
  4. games/rlvm
  5. graphics/podofo
  6. net-p2p/transmission-components
  7. science/paraview
Expand this list (13 items / 6 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. science/ttk
  3. textproc/apertium
  4. textproc/libebml
  5. textproc/lttoolbox
  6. www/rubygem-passenger
  7. 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.5?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port