Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
This package includes modules that are useful 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.
+21
View File
@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:08 wiz Exp $
#
DISTNAME= Cstools-3.42
PKGNAME= p5-Cz-${DISTNAME}
PKGREVISION= 8
SVR4_PKGNAME= p5cst
CATEGORIES= textproc converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cz/}
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/
COMMENT= Tools for dealing with Czech and Slovak texts in Perl
DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools
DEPENDS+= p5-DBD-XBase>=0.232:../../databases/p5-DBD-XBase
PERL5_PACKLIST= auto/Cz/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:44 agc Exp $
SHA1 (Cstools-3.42.tar.gz) = 9f14f121640528eca779cd4bcf163b5aa8dace87
RMD160 (Cstools-3.42.tar.gz) = a223bb5fa46e14ed586624964e7b25edc674958b
Size (Cstools-3.42.tar.gz) = 30650 bytes