From 7ea800cd45566c3fbcf44d8bfd0471a1e48d8bce Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 30 Dec 2001 19:38:22 +0000 Subject: Add p5-Lingua-Preferred 0.1.1, perl extension to choose a language. PR: 33329 Submitted by: Seamus Venasse --- textproc/p5-Lingua-Preferred/Makefile | 24 ++++++++++++++++++++++++ textproc/p5-Lingua-Preferred/distinfo | 1 + textproc/p5-Lingua-Preferred/pkg-comment | 1 + textproc/p5-Lingua-Preferred/pkg-descr | 8 ++++++++ textproc/p5-Lingua-Preferred/pkg-plist | 8 ++++++++ 5 files changed, 42 insertions(+) create mode 100644 textproc/p5-Lingua-Preferred/Makefile create mode 100644 textproc/p5-Lingua-Preferred/distinfo create mode 100644 textproc/p5-Lingua-Preferred/pkg-comment create mode 100644 textproc/p5-Lingua-Preferred/pkg-descr create mode 100644 textproc/p5-Lingua-Preferred/pkg-plist (limited to 'textproc/p5-Lingua-Preferred') diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile new file mode 100644 index 000000000000..4df849c3f959 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Lingua::Preferred +# Date created: 30 Dec 2001 +# Whom: Seamus Venasse +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Preferred +PORTVERSION= 0.1.1 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Log/TraceMessage.pm:${PORTSDIR}/devel/p5-Log-TraceMessages + +PERL_CONFIGURE= yes + +MAN3= Lingua::Preferred.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/textproc/p5-Lingua-Preferred/distinfo b/textproc/p5-Lingua-Preferred/distinfo new file mode 100644 index 000000000000..9d89d4ce8501 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-Preferred-0.1.1.tar.gz) = 2920c8292189e71307d31a2bcdad56bc diff --git a/textproc/p5-Lingua-Preferred/pkg-comment b/textproc/p5-Lingua-Preferred/pkg-comment new file mode 100644 index 000000000000..2e5db01964a1 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/pkg-comment @@ -0,0 +1 @@ +Perl extension to choose a language diff --git a/textproc/p5-Lingua-Preferred/pkg-descr b/textproc/p5-Lingua-Preferred/pkg-descr new file mode 100644 index 000000000000..c962ec4a0072 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/pkg-descr @@ -0,0 +1,8 @@ +This module provides a way for the user to specify possible languages +in order of preference, and then to pick the best language of those +available. Different 'dialects' given by the 'territory' part of the +language specifier (such as en, en_GB, and en_US) are also supported. + +WWW: http://search.cpan.org/search?dist=Lingua-Preferred + +Seamus Venasse diff --git a/textproc/p5-Lingua-Preferred/pkg-plist b/textproc/p5-Lingua-Preferred/pkg-plist new file mode 100644 index 000000000000..37f6d0733f00 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/Preferred.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Preferred/.packlist +lib/perl5/site_perl/%%PERL_VER%%/auto/Lingua/Preferred/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Lingua/Preferred +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Lingua 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Preferred +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true -- cgit v1.2.3