diff options
author | petef <petef@FreeBSD.org> | 2001-12-31 03:38:22 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-31 03:38:22 +0800 |
commit | edb64770414756f906c68f3186c7b3ff0e498805 (patch) | |
tree | 64d06cf8b42fa0d750c57c14096829544c237df9 /textproc | |
parent | c5292e355f7e4c1afb1ae230fd5526e5f49c07f3 (diff) | |
download | freebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.tar.gz freebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.tar.zst freebsd-ports-gnome-edb64770414756f906c68f3186c7b3ff0e498805.zip |
Add p5-Lingua-Preferred 0.1.1, perl extension to choose a language.
PR: 33329
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/pkg-plist | 8 |
6 files changed, 43 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f81bd1cab46c..a6c9d4196647 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -111,6 +111,7 @@ SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-Ispell + SUBDIR += p5-Lingua-Preferred SUBDIR += p5-MARC SUBDIR += p5-Number-Format SUBDIR += p5-Orchard-Perl 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 <svenasse@polaris.ca> +# +# $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 <bsd.port.mk> 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 <svenasse@polaris.ca> 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 |