Stefan Sperling writes: > On Sun, Mar 29, 2015 at 08:57:35PM -0600, Anthony J. Bentley wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2015/03/29 20:57:35 > > > > Log message: > > Import libutf8proc-1.1.6. > > > > 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 th > e > > 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. > > This library is fairly generic. Is there a particular reason why it was > imported within the www/netsurf folder instead of e.g. devel/?
This is a version that is slightly modified by the NetSurf people. Usually libutf8proc is embedded in projects directly. The makefile would have to be more complicated if it couldn't make use of www/netsurf/Makefile.inc. -- Anthony J. Bentley
