From c9dc6c3f7ae3d8b3230b757446a46cf82d918e93 Mon Sep 17 00:00:00 2001 From: tobez Date: Wed, 5 Jun 2002 21:04:49 +0000 Subject: Add p5-cyrillic 2.09, library for fast and easy cyrillic text manipulation. PR: 38030 Submitted by: Anatoliy Dmytriyev --- russian/p5-cyrillic/Makefile | 22 ++++++++++++++++++++++ russian/p5-cyrillic/distinfo | 1 + russian/p5-cyrillic/pkg-comment | 1 + russian/p5-cyrillic/pkg-descr | 7 +++++++ russian/p5-cyrillic/pkg-plist | 3 +++ 5 files changed, 34 insertions(+) create mode 100644 russian/p5-cyrillic/Makefile create mode 100644 russian/p5-cyrillic/distinfo create mode 100644 russian/p5-cyrillic/pkg-comment create mode 100644 russian/p5-cyrillic/pkg-descr create mode 100644 russian/p5-cyrillic/pkg-plist (limited to 'russian/p5-cyrillic') diff --git a/russian/p5-cyrillic/Makefile b/russian/p5-cyrillic/Makefile new file mode 100644 index 0000000..9455d85 --- /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 diff --git a/russian/p5-cyrillic/distinfo b/russian/p5-cyrillic/distinfo new file mode 100644 index 0000000..8bc698a --- /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 0000000..c312adb --- /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 0000000..8f81f1d --- /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 diff --git a/russian/p5-cyrillic/pkg-plist b/russian/p5-cyrillic/pkg-plist new file mode 100644 index 0000000..9afe94f --- /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 -- cgit v1.1