mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add p5-cyrillic 2.09, library for fast and easy cyrillic text
manipulation. PR: 38030 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
This commit is contained in:
parent
9fa9e15386
commit
72d399cd6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60659
@ -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
|
||||
|
22
russian/p5-cyrillic/Makefile
Normal file
22
russian/p5-cyrillic/Makefile
Normal file
@ -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>
|
1
russian/p5-cyrillic/distinfo
Normal file
1
russian/p5-cyrillic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cyrillic-2.09.tar.gz) = f076afb741137ef92f7fe558b3f4db86
|
1
russian/p5-cyrillic/pkg-comment
Normal file
1
russian/p5-cyrillic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library for fast and easy cyrillic text manipulation
|
7
russian/p5-cyrillic/pkg-descr
Normal file
7
russian/p5-cyrillic/pkg-descr
Normal file
@ -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>
|
3
russian/p5-cyrillic/pkg-plist
Normal file
3
russian/p5-cyrillic/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user