summaryrefslogtreecommitdiff
path: root/textproc/p5-Cz-Cstools
AgeCommit message (Collapse)AuthorFilesLines
2004-05-04Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-03PKGREVISION++salo1-1/+3
- add missing dependency on p5-DBD-XBase, dbfcstocs now functions properly
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-04-12Fix typo inherited from the package's README file, usefull->useful.salo1-1/+1
Noticed by Tibor Pittich. The change was sent to the package maintainers.
2003-01-15Update to version 3.42.salo2-6/+8
Changes: 3.42 Fri Oct 18 11:29:40 MET DST 2002 - t/cstocs.t: now skips MIME tests if MIME::Words is not installed. 3.4 Thu Oct 17 13:37:18 MET DST 2002 - Added support for MIME encoding. It requires MIME::Words from MIME-Tools, and fixes a few bugs in that code.
2002-10-07adjust for buildlink2.hubertf1-7/+4
Patch by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
2002-10-04Import p5-Cz-Cstools-3.3: Tools for dealing with Czech and Slovak texts in Perlhubertf4-0/+42
This package includes modules that are usefull when dealing with Czech (and Slovak) texts in Perl. Module Cz::Cstocs: Implements object for various charset encodings, used for the Czech language -- either as objects, or as direct conversion functions. One of the charsets is tex for things like \v{c}. Program cstocs: This version of popular charset reencoding utility uses the above mentioned module to convert text between various charsets. Module Cz::Sort: Sorts according to Czech sorting conventions, regardless on locale setting. Exports functions czcmp and czsort which can be used in similar way as as Perl's internals cmp and sort. Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 17943