mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Convert::Cyrillic is a Perl module. It implements routine for converting from
one cyrillic charset to another. It is intended to be used from cgi's which need built-in support for translations. For example, you may wish to use it in form processor to translate from user encoding to one used by your site. WWW: http://search.cpan.org/dist/cyrillic/ PR: ports/134332 Submitted by: Sergey Kandaurov <pluknet at gmail.com>
This commit is contained in:
parent
a7996ed796
commit
2e6dd16dbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233487
@ -25,6 +25,7 @@
|
||||
SUBDIR += mueller-dic
|
||||
SUBDIR += muttprint
|
||||
SUBDIR += napster
|
||||
SUBDIR += p5-Convert-Cyrillic
|
||||
SUBDIR += p5-Lingua-RU-Charset
|
||||
SUBDIR += p5-XML-Parser-encodings
|
||||
SUBDIR += p5-cyrillic
|
||||
|
26
russian/p5-Convert-Cyrillic/Makefile
Normal file
26
russian/p5-Convert-Cyrillic/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Convert-Cyrillic
|
||||
# Date created: 07 May 2009
|
||||
# Whom: Sergey Kandaurov <pluknet@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Convert-Cyrillic
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= russian converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= cyrillic-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pluknet@gmail.com
|
||||
COMMENT= Routines for converting from one cyrillic charset to another
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Convert::Cyrillic.3 \
|
||||
Lingua::DetectCharset.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
russian/p5-Convert-Cyrillic/distinfo
Normal file
3
russian/p5-Convert-Cyrillic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cyrillic-1.05.tar.gz) = cef010c916e5ec31c75b588f85f8205b
|
||||
SHA256 (cyrillic-1.05.tar.gz) = 4561676bcd854b5a73999eb80319e42bc428bb1bce857b51e742f199ad261ca7
|
||||
SIZE (cyrillic-1.05.tar.gz) = 24636
|
9
russian/p5-Convert-Cyrillic/pkg-descr
Normal file
9
russian/p5-Convert-Cyrillic/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Convert::Cyrillic is a Perl module. It implements routine for converting from
|
||||
one cyrillic charset to another. It is intended to be used from cgi's which
|
||||
need built-in support for translations. For example, you may wish to use it in
|
||||
form processor to translate from user encoding to one used by your site.
|
||||
|
||||
Copyright (c) 1997-98, John Neystadt <http://www.neystadt.org/john/>
|
||||
|
||||
WWW: http://search.cpan.org/dist/cyrillic/Convert/Cyrillic.pm
|
||||
Author: John Neystadt <john@neystadt.org>
|
14
russian/p5-Convert-Cyrillic/pkg-plist
Normal file
14
russian/p5-Convert-Cyrillic/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%SITE_PERL%%/Convert/Cyrillic.pm
|
||||
%%SITE_PERL%%/Convert/Cyrillic/Utils.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset/StatKoi.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset/StatKoi8r.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset/StatKoi8u.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset/StatUtf8.pm
|
||||
%%SITE_PERL%%/Lingua/DetectCharset/StatWin.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/cyrillic-suite/.packlist
|
||||
@dirrm %%SITE_PERL%%/Convert/Cyrillic
|
||||
@dirrmtry %%SITE_PERL%%/Convert
|
||||
@dirrm %%SITE_PERL%%/Lingua/DetectCharset
|
||||
@dirrmtry %%SITE_PERL%%/Lingua
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/cyrillic-suite
|
Loading…
Reference in New Issue
Block a user