Date: Tue, 16 Oct 2007 08:39:36 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/utf8proc Makefile distinfo pkg-descr pkg-plist ports/textproc/utf8proc/files patch-Makefile Message-ID: <200710160839.l9G8daHd092339@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2007-10-16 08:39:36 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/utf8proc Makefile distinfo pkg-descr pkg-plist
textproc/utf8proc/files patch-Makefile
Log:
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.
WWW: http://www.flexiguided.de/publications.utf8proc.en.html
Revision Changes Path
1.1189 +1 -0 ports/textproc/Makefile
1.1 +28 -0 ports/textproc/utf8proc/Makefile (new)
1.1 +3 -0 ports/textproc/utf8proc/distinfo (new)
1.1 +11 -0 ports/textproc/utf8proc/files/patch-Makefile (new)
1.1 +9 -0 ports/textproc/utf8proc/pkg-descr (new)
1.1 +5 -0 ports/textproc/utf8proc/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710160839.l9G8daHd092339>
