summaryrefslogtreecommitdiff
path: root/textproc/p5-Cz-Cstools/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
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-01-15Update to version 3.42.salo1-3/+5
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 Perlhubertf1-0/+21
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