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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to