summaryrefslogtreecommitdiff
path: root/textproc/p5-Cz-Cstools
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
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-05-23Removed trailing white-space.rillig1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
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-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