diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-10-04 16:29:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-10-04 16:29:51 +0000 |
commit | a65eba2428a6d36244bb7b072041ea5d83ec6920 (patch) | |
tree | 7e74cdb5cd5c61df4a566f83d9487fa9bfe358c0 /textproc/p5-Cz-Cstools | |
parent | 8bcd8a584b52af61040fcf01641c0a26e150455e (diff) | |
download | pkgsrc-a65eba2428a6d36244bb7b072041ea5d83ec6920.tar.gz |
Import p5-Cz-Cstools-3.3: Tools for dealing with Czech and Slovak texts in Perl
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
Diffstat (limited to 'textproc/p5-Cz-Cstools')
-rw-r--r-- | textproc/p5-Cz-Cstools/DESCR | 16 | ||||
-rw-r--r-- | textproc/p5-Cz-Cstools/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Cz-Cstools/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Cz-Cstools/distinfo | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-Cz-Cstools/DESCR b/textproc/p5-Cz-Cstools/DESCR new file mode 100644 index 00000000000..a99d468e3c2 --- /dev/null +++ b/textproc/p5-Cz-Cstools/DESCR @@ -0,0 +1,16 @@ +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. diff --git a/textproc/p5-Cz-Cstools/Makefile b/textproc/p5-Cz-Cstools/Makefile new file mode 100644 index 00000000000..89e1e29e619 --- /dev/null +++ b/textproc/p5-Cz-Cstools/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/04 16:29:51 hubertf Exp $ +# + +DISTNAME= Cstools-3.3 +PKGNAME= p5-Cz-${DISTNAME} +SVR4_PKGNAME= p5cst +CATEGORIES= textproc converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cz/} + +MAINTAINER= salo@Xtrmntr.org +HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ +COMMENT= Tools for dealing with Czech and Slovak texts in Perl + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cz/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Cz-Cstools/PLIST b/textproc/p5-Cz-Cstools/PLIST new file mode 100644 index 00000000000..bf084dbe4ad --- /dev/null +++ b/textproc/p5-Cz-Cstools/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/04 16:29:51 hubertf Exp $ diff --git a/textproc/p5-Cz-Cstools/distinfo b/textproc/p5-Cz-Cstools/distinfo new file mode 100644 index 00000000000..efcb287a77e --- /dev/null +++ b/textproc/p5-Cz-Cstools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/04 16:29:51 hubertf Exp $ + +SHA1 (Cstools-3.3.tar.gz) = af1e9f63beb96b871f8fc1aaa4be15a9fc5c55e3 +Size (Cstools-3.3.tar.gz) = 29787 bytes |