aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-NameCase
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-10 10:00:38 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-10 10:00:38 +0000
commit286dba7a61a113da4204db0cbc67bd57f1dd4486 (patch)
tree18cd29b86b92e32d1f23cbece35372340c526480 /textproc/p5-Lingua-EN-NameCase
parent40d65a2ed953d06b2b9fc3f64fd6ccc63f8a71b5 (diff)
downloadports-286dba7a61a113da4204db0cbc67bd57f1dd4486.tar.gz
ports-286dba7a61a113da4204db0cbc67bd57f1dd4486.zip
Add p5-Lingua-EN-NameCase 1.11, perl module to fix the case of
people's names. PR: 33432 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54478
Diffstat (limited to 'textproc/p5-Lingua-EN-NameCase')
-rw-r--r--textproc/p5-Lingua-EN-NameCase/Makefile22
-rw-r--r--textproc/p5-Lingua-EN-NameCase/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-NameCase/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-NameCase/pkg-descr11
-rw-r--r--textproc/p5-Lingua-EN-NameCase/pkg-plist7
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-NameCase/Makefile b/textproc/p5-Lingua-EN-NameCase/Makefile
new file mode 100644
index 000000000000..090ed22d3008
--- /dev/null
+++ b/textproc/p5-Lingua-EN-NameCase/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Lingua::EN::NameCase
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-NameCase
+PORTVERSION= 1.11
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::NameCase.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Lingua-EN-NameCase/distinfo b/textproc/p5-Lingua-EN-NameCase/distinfo
new file mode 100644
index 000000000000..323fb90f3d44
--- /dev/null
+++ b/textproc/p5-Lingua-EN-NameCase/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-EN-NameCase-1.11.tar.gz) = 99b2b442e7bc7bfd756871addd30e5bf
diff --git a/textproc/p5-Lingua-EN-NameCase/pkg-comment b/textproc/p5-Lingua-EN-NameCase/pkg-comment
new file mode 100644
index 000000000000..4ee25301afca
--- /dev/null
+++ b/textproc/p5-Lingua-EN-NameCase/pkg-comment
@@ -0,0 +1 @@
+Perl module to fix the case of people's names
diff --git a/textproc/p5-Lingua-EN-NameCase/pkg-descr b/textproc/p5-Lingua-EN-NameCase/pkg-descr
new file mode 100644
index 000000000000..938e73a580b0
--- /dev/null
+++ b/textproc/p5-Lingua-EN-NameCase/pkg-descr
@@ -0,0 +1,11 @@
+Forenames and surnames are often stored either wholly in UPPERCASE
+or wholly in lowercase. This module allows you to convert names
+into the correct case where possible.
+
+Although forenames and surnames are normally stored separately if
+they do appear in a single string, whitespace separated, NameCase
+and nc deal correctly with them.
+
+WWW: http://search.cpan.org/search?dist=Lingua-EN-NameCase
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Lingua-EN-NameCase/pkg-plist b/textproc/p5-Lingua-EN-NameCase/pkg-plist
new file mode 100644
index 000000000000..54614a9e2065
--- /dev/null
+++ b/textproc/p5-Lingua-EN-NameCase/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/NameCase.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true
+@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/EN 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true