diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-05 21:04:49 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-05 21:04:49 +0000 |
commit | c9dc6c3f7ae3d8b3230b757446a46cf82d918e93 (patch) | |
tree | 9b0aa8d5eb2352d181c4b21f5813e0fb4078ea13 /russian/p5-cyrillic | |
parent | c076ee3b951c9cf41f03c4cb12d77124ee211040 (diff) | |
download | FreeBSD-ports-c9dc6c3f7ae3d8b3230b757446a46cf82d918e93.zip FreeBSD-ports-c9dc6c3f7ae3d8b3230b757446a46cf82d918e93.tar.gz |
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/p5-cyrillic')
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/russian/p5-cyrillic/Makefile b/russian/p5-cyrillic/Makefile new file mode 100644 index 0000000..9455d85 --- /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 0000000..8bc698a --- /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 0000000..c312adb --- /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 0000000..8f81f1d --- /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 0000000..9afe94f --- /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 |