aboutsummaryrefslogtreecommitdiffstats
path: root/russian/p5-Lingua-RU-Charset/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-31 13:07:46 +0800
committerwill <will@FreeBSD.org>2000-12-31 13:07:46 +0800
commit161271f819eb84b6647dd9f6e94663c997d179a5 (patch)
tree0a7fcb56d0c404efc3652206e7827cb7222de574 /russian/p5-Lingua-RU-Charset/pkg-descr
parent599a89f623d6ecfa58b1d708f3da7cebdeb3510a (diff)
downloadfreebsd-ports-gnome-161271f819eb84b6647dd9f6e94663c997d179a5.tar.gz
freebsd-ports-gnome-161271f819eb84b6647dd9f6e94663c997d179a5.tar.zst
freebsd-ports-gnome-161271f819eb84b6647dd9f6e94663c997d179a5.zip
Add p5-Lingua-RU-Charset 0.02, a Perl module for detecting and converting
various russian character sets. PR: 23905 Submitted by: Alex Kapranoff <kapr@crosswinds.net>
Diffstat (limited to 'russian/p5-Lingua-RU-Charset/pkg-descr')
-rw-r--r--russian/p5-Lingua-RU-Charset/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/russian/p5-Lingua-RU-Charset/pkg-descr b/russian/p5-Lingua-RU-Charset/pkg-descr
new file mode 100644
index 000000000000..5b6bef2c2f36
--- /dev/null
+++ b/russian/p5-Lingua-RU-Charset/pkg-descr
@@ -0,0 +1,12 @@
+From the README file for Lingua::RU::Charset:
+ Lingua::RU::Charset - Perl extension for detecting and converting
+ various russian character sets: KOI8-r, Windows-1251, CP866,
+ ISO-8859-5, X-Mac-Cyrillic, russian text in english letters,
+ russian part of Unicode and UTF-8. This module can be especially
+ useful for computers with broken cyrillic locales (like foreign
+ web hosts).
+
+ This module does not use locale or unicode and is written in pure Perl,
+ so it will probably work at any computer.
+
+Alex Kapranoff <kapr@crosswinds.net>