diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:07:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:07:46 +0000 |
commit | 339a87d64254ed8bef854e38eaa11ea8955dfca4 (patch) | |
tree | 64e0d3ef08e3e2dddf25abecd9a7f4096bf43c55 /russian | |
parent | 22e72a3d6a8c5ae788fb97640c43a142cb1901f1 (diff) | |
download | ports-339a87d64254ed8bef854e38eaa11ea8955dfca4.tar.gz ports-339a87d64254ed8bef854e38eaa11ea8955dfca4.zip |
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>
Notes
Notes:
svn path=/head/; revision=36489
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/Makefile | 25 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/distinfo | 1 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/pkg-comment | 1 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/pkg-descr | 12 | ||||
-rw-r--r-- | russian/p5-Lingua-RU-Charset/pkg-plist | 7 |
6 files changed, 47 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 2abb537f4b17..d34c3dc77d02 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -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 diff --git a/russian/p5-Lingua-RU-Charset/Makefile b/russian/p5-Lingua-RU-Charset/Makefile new file mode 100644 index 000000000000..ad772a835970 --- /dev/null +++ b/russian/p5-Lingua-RU-Charset/Makefile @@ -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> diff --git a/russian/p5-Lingua-RU-Charset/distinfo b/russian/p5-Lingua-RU-Charset/distinfo new file mode 100644 index 000000000000..136fb15220bb --- /dev/null +++ b/russian/p5-Lingua-RU-Charset/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-RU-Charset-0.02.tar.gz) = 81cef251570ebd009da6b5240f5533e8 diff --git a/russian/p5-Lingua-RU-Charset/pkg-comment b/russian/p5-Lingua-RU-Charset/pkg-comment new file mode 100644 index 000000000000..f51c13aaf91c --- /dev/null +++ b/russian/p5-Lingua-RU-Charset/pkg-comment @@ -0,0 +1 @@ +Perl extension for detecting and converting various russian character sets. diff --git a/russian/p5-Lingua-RU-Charset/pkg-descr b/russian/p5-Lingua-RU-Charset/pkg-descr new file mode 100644 index 000000000000..5b6bef2c2f36 --- /dev/null +++ b/russian/p5-Lingua-RU-Charset/pkg-descr @@ -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> diff --git a/russian/p5-Lingua-RU-Charset/pkg-plist b/russian/p5-Lingua-RU-Charset/pkg-plist new file mode 100644 index 000000000000..281ed04f7b4c --- /dev/null +++ b/russian/p5-Lingua-RU-Charset/pkg-plist @@ -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 |