diff options
-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 |