diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-05 21:04:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-05 21:04:49 +0000 |
commit | 72d399cd6ef1ffdc38ab104c18f9139fde408bbe (patch) | |
tree | 08327aeea140327c9d2354bfe74fb6351cde1ffa /russian | |
parent | 9fa9e15386546fdd7563a8e329421603aef7ee0b (diff) | |
download | ports-72d399cd6ef1ffdc38ab104c18f9139fde408bbe.tar.gz ports-72d399cd6ef1ffdc38ab104c18f9139fde408bbe.zip |
Notes
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 |