summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:44:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 11:44:00 +0000
commit9efa9bbe1f7624e7a9726d3315eb9b12a5369449 (patch)
treef0f1d652dbfc55c6dcaa716357de2ec130442a16
parentAdd p5-Regex-PreSuf 1.15 (diff)
Add p5-Cstools 3.42, tools for dealing with Czech encodings in Perl.
PR: 57896 Submitted by: Pav Lucistnik <pav@oook.cz>
Notes
Notes: svn path=/head/; revision=91030
-rw-r--r--converters/Makefile1
-rw-r--r--converters/p5-Cstools/Makefile24
-rw-r--r--converters/p5-Cstools/distinfo1
-rw-r--r--converters/p5-Cstools/pkg-descr4
-rw-r--r--converters/p5-Cstools/pkg-plist29
5 files changed, 59 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index e99baf5e118c..5894069573b5 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -38,6 +38,7 @@
SUBDIR += p5-Convert-TNEF
SUBDIR += p5-Convert-UU
SUBDIR += p5-Convert-UUlib
+ SUBDIR += p5-Cstools
SUBDIR += p5-MIME-Base64
SUBDIR += p5-String-Multibyte
SUBDIR += p5-Text-Iconv
diff --git a/converters/p5-Cstools/Makefile b/converters/p5-Cstools/Makefile
new file mode 100644
index 000000000000..d9ce602723b4
--- /dev/null
+++ b/converters/p5-Cstools/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Cstools
+# Date created: 12th October 2003
+# Whom: Pav Lucistnik <pav@oook.cz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Cstools
+PORTVERSION= 3.42
+CATEGORIES= converters perl5
+MASTER_SITES= http://www.fi.muni.cz/~adelton/perl/ \
+ ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Cz
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pav@oook.cz
+COMMENT= Tools for dealing with Czech encodings in Perl
+
+PERL_CONFIGURE= yes
+
+MAN1= cssort.1 cstocs.1 dbfcstocs.1
+MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3
+
+.include <bsd.port.mk>
diff --git a/converters/p5-Cstools/distinfo b/converters/p5-Cstools/distinfo
new file mode 100644
index 000000000000..5bfd8969ab02
--- /dev/null
+++ b/converters/p5-Cstools/distinfo
@@ -0,0 +1 @@
+MD5 (Cstools-3.42.tar.gz) = ea18f2a24ef5de92483a5e03ed9d2659
diff --git a/converters/p5-Cstools/pkg-descr b/converters/p5-Cstools/pkg-descr
new file mode 100644
index 000000000000..166fe0958e0a
--- /dev/null
+++ b/converters/p5-Cstools/pkg-descr
@@ -0,0 +1,4 @@
+Tools for converting encoding of Czech (and Slovak) texts.
+Provides console program cstocs and Perl module Cz::Cstocs.
+
+WWW: http://www.fi.muni.cz/~adelton/perl/
diff --git a/converters/p5-Cstools/pkg-plist b/converters/p5-Cstools/pkg-plist
new file mode 100644
index 000000000000..deb282af80a8
--- /dev/null
+++ b/converters/p5-Cstools/pkg-plist
@@ -0,0 +1,29 @@
+bin/cssort
+bin/cstocs
+bin/dbfcstocs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cz/.packlist
+%%SITE_PERL%%/Cz/Cstocs/enc/1250.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/1252.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/accent
+%%SITE_PERL%%/Cz/Cstocs/enc/alias
+%%SITE_PERL%%/Cz/Cstocs/enc/ascii.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/cork.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/il1.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/il2.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/kam.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/koi8.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/mac.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/macce.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/pc2.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/pc2a.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/tex.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/vga.enc
+%%SITE_PERL%%/Cz/Cstocs/enc/utf8.enc
+%%SITE_PERL%%/Cz/Cstocs/Getopt.pm
+%%SITE_PERL%%/Cz/Cstocs.pm
+%%SITE_PERL%%/Cz/Sort.pm
+%%SITE_PERL%%/Cz/Time.pm
+@dirrm %%SITE_PERL%%/Cz/Cstocs/enc
+@dirrm %%SITE_PERL%%/Cz/Cstocs
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cz 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Cz 2>/dev/null || true