Add p5-Lingua-RU-Charset 0.02, a Perl module for detecting and converting

various russian character sets.

PR:		23905
Submitted by:	Alex Kapranoff <kapr@crosswinds.net>
This commit is contained in:
Will Andrews 2000-12-31 05:07:46 +00:00
parent 22e72a3d6a
commit 339a87d642
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36489
6 changed files with 47 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += koi8r-ps
SUBDIR += messarge
SUBDIR += netscape4.language
SUBDIR += p5-Lingua-RU-Charset
SUBDIR += pgp.language
SUBDIR += pine.language
SUBDIR += rispell

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Lingua-RU-Charset
# Date created: December 28th 2000
# Whom: Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#
PORTNAME= Lingua-RU-Charset
PORTVERSION= 0.02
CATEGORIES= russian perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
USE_PERL5= YES
MAN3= Lingua::RU::Charset.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Lingua-RU-Charset-0.02.tar.gz) = 81cef251570ebd009da6b5240f5533e8

View file

@ -0,0 +1 @@
Perl extension for detecting and converting various russian character sets.

View file

@ -0,0 +1,12 @@
From the README file for Lingua::RU::Charset:
Lingua::RU::Charset - Perl extension for detecting and converting
various russian character sets: KOI8-r, Windows-1251, CP866,
ISO-8859-5, X-Mac-Cyrillic, russian text in english letters,
russian part of Unicode and UTF-8. This module can be especially
useful for computers with broken cyrillic locales (like foreign
web hosts).
This module does not use locale or unicode and is written in pure Perl,
so it will probably work at any computer.
Alex Kapranoff <kapr@crosswinds.net>

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/Lingua/RU/Charset.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/RU/Charset/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/RU/Charset
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/RU 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/RU 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true