aboutsummaryrefslogtreecommitdiff
path: root/textproc/utf8proc
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* Fix a dead symlinkAntoine Brodin2014-10-311-2/+3
| | | | Notes: svn path=/head/; revision=371940
* - Update to 1.1.6Pietro Cerutti2014-02-143-6/+5
| | | | | | | | | | | | - Make fetchable again - Update WWW line in pkg-descr PR: 185740 Submitted by: gahr Approved by: maintainer (timeout) Notes: svn path=/head/; revision=344228
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* * Convert to stagingMathieu Arnold2014-01-212-6/+5
| | | | | | | | | * Pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340568
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 1.1.3Cheng-Lung Sung2009-06-173-15/+4
| | | | Notes: svn path=/head/; revision=236108
* utf8proc is a library for processing UTF-8 encoded Unicode strings.Cheng-Lung Sung2007-10-165-0/+56
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 Notes: svn path=/head/; revision=201552