diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 08:49:14 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 08:49:14 +0000 |
commit | 14573c55bbfc0d00f1850284f63e49c15799355a (patch) | |
tree | 1ab12403cc8239326dab94f6922221f849652727 /devel/icu/pkg-descr | |
parent | 601996d1983c1fd71fa6b82b36472518beaaa016 (diff) | |
download | FreeBSD-ports-14573c55bbfc0d00f1850284f63e49c15799355a.zip FreeBSD-ports-14573c55bbfc0d00f1850284f63e49c15799355a.tar.gz |
Add icu 1.7, international Components for Unicode (from IBM).
PR: ports/24649
Submitted by: dwm@caimis.com
Diffstat (limited to 'devel/icu/pkg-descr')
-rw-r--r-- | devel/icu/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/icu/pkg-descr b/devel/icu/pkg-descr new file mode 100644 index 0000000..189b427 --- /dev/null +++ b/devel/icu/pkg-descr @@ -0,0 +1,20 @@ +The International Components for Unicode (ICU) is a C and C++ library that +provides robust and full-featured Unicode support on a wide variety of +platforms. The library provides: + + Calendar support + Character set conversions + Collation (language-sensitive) + Date & time formatting + Locales (140+ supported) + Message catalogs (resources) + Message formatting + Normalization + Number & currency + formatting + Time zones + Transliteration + Word, line & sentence + breaks + +WWW: http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html |