oops, I had an rc downloaded locally under nut-2.8.3.tar.gz, update distinfo
this file would not have fetched for others (path was different) so not
touching REVISION
import ports/textproc/libutf8proc, to replace www/netsurf/libutf8proc.
(the netsurf version is a fork of an older version; this updated one still
works with netsurf). ok edd@, 'ok with removing www/netsurf/libutf8proc in
favor of a more "standard" utf8proc, as long as doing so doesn't break
netsurf' bentley@
utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding and detection of grapheme cluster boundaries.
A special character mapping is available, which converts for example the
characters "Hyphen" (U+2010), "Minus" (U+2212) and "Hyphen-Minus"
(U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal
for comparisons.
Avoid horrid stack scanning code that breaks with clang updates
Fixes endless loop when built with clang-19. Very lightly tested, if you
actually use this port, please confirm that it works for you!
Move upstream to codeberg and add DEBUG_PACKAGES
DEBUG_PACKAGES added because I hit a crash and I'd like to debug it next
time. While here, more a CONFIGURE_ENV line that feels out of place.
ok sthen@ (maintainer)