Port details |
- utf8cpp Simple, portable, lightweight library for handling UTF-8 strings
- 4.0.6 devel
=2 4.0.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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, py311-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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- 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):
- This port has no dependencies.
- This port is required by:
- for Build
-
- audio/taglib
- cad/surelog
- devel/libantlr4
- emulators/es-de
- finance/ledger
- games/rlvm
- graphics/podofo
-
Deleted ports which required this port:
- * - 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.6 15 Nov 2024 10:17:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 4.0.6
Changes: https://github.com/nemtrif/utfcpp/releases |
4.0.5 21 Feb 2024 15:06:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 4.0.5
Changes: https://github.com/nemtrif/utfcpp/releases |
4.0.4 25 Dec 2023 08:59:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Add CONFLICTS_INSTALL after 4.0.3 update |
4.0.4 14 Dec 2023 20:44:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 4.0.4
Changes: https://github.com/nemtrif/utfcpp/releases |
4.0.3 14 Dec 2023 05:35:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 4.0.3
Changes: https://github.com/nemtrif/utfcpp/releases |
4.0.2 14 Nov 2023 17:15:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 4.0.2
Changes: https://github.com/nemtrif/utfcpp/releases |
3.2.5 30 Sep 2023 00:44:21
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 3.2.5
Changes: https://github.com/nemtrif/utfcpp/releases |
3.2.4 16 Aug 2023 19:44:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Update to 3.2.4
- Update pkg-descr
- Take maintainership
Changes: https://github.com/nemtrif/utfcpp/releases |
3.2.3 17 Jan 2023 07:59:06
    |
Daniel Engberg (diizzy)  |
devel/utf8cpp: Update to 3.2.3 and return to pool
Return to pool due to multiple maintainer timeouts
Changelog: https://github.com/nemtrif/utfcpp/releases/tag/v3.2.3
PR: 268703
Approved by: portmgr (maintainer timeout, 2+ weeks) |
3.2.2 24 Nov 2022 08:22:59
    |
Daniel Engberg (diizzy)  |
devel/utf8cpp: Update to 3.2.2
Changelog: https://github.com/nemtrif/utfcpp/releases/tag/v3.2.2
PR: 267592
Approved by: portmgr (maintainer timeout, 2+ weeks) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.2 29 Jun 2022 21:51:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/utf8cpp: Add NO_ARCH
Approved by: portmgr (blanket) |
3.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.2 12 Dec 2020 11:15:00
  |
fluffy  |
devel/utf8cpp: update to 3.1.2 release
Project moved to github
Release notes: https://github.com/nemtrif/utfcpp/releases
PR: 251402
Submitted by: fluffy
Approved by: maintainer (timeout, >2w) |
2.3.4 20 Dec 2014 18:06:22
  |
bapt  |
Cleanup plist |
2.3.4 23 Jun 2014 20:54:52
  |
rakuco  |
Fix CATEGORIES.
PR: 191297 |
23 Jun 2014 19:47:55

|
rakuco  |
Add devel/utf8cpp.
utf8cpp is a C++ library for handling UTF-8 strings.
It is also a requirement for updating finance/ledger.
PR: 191297
Submitted by: Keith Gaughan <k@stereochro.me> |