aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Preferred
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-30 19:38:22 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-30 19:38:22 +0000
commit7ea800cd45566c3fbcf44d8bfd0471a1e48d8bce (patch)
tree19ecf491b55272eafed146af71520a3342fbe289 /textproc/p5-Lingua-Preferred
parent7f668509434c3b5171a40ceab5f0097f76d5975d (diff)
downloadports-7ea800cd45566c3fbcf44d8bfd0471a1e48d8bce.tar.gz
ports-7ea800cd45566c3fbcf44d8bfd0471a1e48d8bce.zip
Notes
Diffstat (limited to 'textproc/p5-Lingua-Preferred')
-rw-r--r--textproc/p5-Lingua-Preferred/Makefile24
-rw-r--r--textproc/p5-Lingua-Preferred/distinfo1
-rw-r--r--textproc/p5-Lingua-Preferred/pkg-comment1
-rw-r--r--textproc/p5-Lingua-Preferred/pkg-descr8
-rw-r--r--textproc/p5-Lingua-Preferred/pkg-plist8
5 files changed, 42 insertions, 0 deletions
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