diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-06 05:04:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-06 05:04:49 +0800 |
commit | c9dc6c3f7ae3d8b3230b757446a46cf82d918e93 (patch) | |
tree | 9b0aa8d5eb2352d181c4b21f5813e0fb4078ea13 /russian | |
parent | c076ee3b951c9cf41f03c4cb12d77124ee211040 (diff) | |
download | freebsd-ports-gnome-c9dc6c3f7ae3d8b3230b757446a46cf82d918e93.tar.gz freebsd-ports-gnome-c9dc6c3f7ae3d8b3230b757446a46cf82d918e93.tar.zst freebsd-ports-gnome-c9dc6c3f7ae3d8b3230b757446a46cf82d918e93.zip |
Add p5-cyrillic 2.09, library for fast and easy cyrillic text
manipulation.
PR: 38030
Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/p5-cyrillic/Makefile | 22 | ||||
-rw-r--r-- | russian/p5-cyrillic/distinfo | 1 | ||||
-rw-r--r-- | russian/p5-cyrillic/pkg-comment | 1 | ||||
-rw-r--r-- | russian/p5-cyrillic/pkg-descr | 7 | ||||
-rw-r--r-- | russian/p5-cyrillic/pkg-plist | 3 |
6 files changed, 35 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index aad4c993f9a7..1c5f39c23789 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -17,6 +17,7 @@ SUBDIR += netscape4.language SUBDIR += p5-Lingua-RU-Charset SUBDIR += p5-XML-Parser-encodings + SUBDIR += p5-cyrillic SUBDIR += pgp.language SUBDIR += pine.language SUBDIR += pscyr diff --git a/russian/p5-cyrillic/Makefile b/russian/p5-cyrillic/Makefile new file mode 100644 index 000000000000..9455d85d7fab --- /dev/null +++ b/russian/p5-cyrillic/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-cyrillic +# Date created: 13 May 2002 +# Whom: Anatoliy Dmytriyev +# +# $FreeBSD$ +# + +PORTNAME= cyrillic +PORTVERSION= 2.09 +CATEGORIES= russian converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Unicode/AMICHAUER +PKGNAMEPREFIX= p5- + +MAINTAINER= tolid@plab.ku.dk + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= cyrillic.3 + +.include <bsd.port.mk> diff --git a/russian/p5-cyrillic/distinfo b/russian/p5-cyrillic/distinfo new file mode 100644 index 000000000000..8bc698ab2119 --- /dev/null +++ b/russian/p5-cyrillic/distinfo @@ -0,0 +1 @@ +MD5 (cyrillic-2.09.tar.gz) = f076afb741137ef92f7fe558b3f4db86 diff --git a/russian/p5-cyrillic/pkg-comment b/russian/p5-cyrillic/pkg-comment new file mode 100644 index 000000000000..c312adb9d990 --- /dev/null +++ b/russian/p5-cyrillic/pkg-comment @@ -0,0 +1 @@ +Library for fast and easy cyrillic text manipulation diff --git a/russian/p5-cyrillic/pkg-descr b/russian/p5-cyrillic/pkg-descr new file mode 100644 index 000000000000..8f81f1d5a7b3 --- /dev/null +++ b/russian/p5-cyrillic/pkg-descr @@ -0,0 +1,7 @@ +This module includes cyrillic string conversion functions from one and +to another charset, to upper and to lower case without locale switching. +Also included single-byte charsets detection routine. It is easy to add +new code pages. For this purpose it is necessary only to add appropriate +string of a code page. + +Author: Albert MICHEEV <Albert@f80.n5049.z2.fidonet.org> diff --git a/russian/p5-cyrillic/pkg-plist b/russian/p5-cyrillic/pkg-plist new file mode 100644 index 000000000000..9afe94f8470f --- /dev/null +++ b/russian/p5-cyrillic/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/cyrillic.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cyrillic/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cyrillic |