summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-19 06:56:08 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-19 06:56:08 +0000
commit229a9bd1f87116f12c9601cf6dddcf8b851ade8f (patch)
tree0ece699114e981c259365d010ae30a0903e0d17e /textproc
parentAdd py-graphviz 0.1, python interface to GraphViz agraph. (diff)
Add p5-Lingua-EN-AddressParse 1.05, perl module to manipulate
geographical addresses. PR: 33377 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=56325
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/Makefile28
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/pkg-descr7
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/pkg-plist8
6 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 209a00cd7a81..c76a229afab8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -121,6 +121,7 @@
SUBDIR += p5-FreeBSD-Ports
SUBDIR += p5-HTML-Format
SUBDIR += p5-LJ-SpellCheck
+ SUBDIR += p5-Lingua-EN-AddressParse
SUBDIR += p5-Lingua-EN-Gender
SUBDIR += p5-Lingua-EN-Infinitive
SUBDIR += p5-Lingua-EN-Inflect
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile
new file mode 100644
index 000000000000..0fb200411c79
--- /dev/null
+++ b/textproc/p5-Lingua-EN-AddressParse/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Lingua::EN::AddressParse
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-AddressParse
+PORTVERSION= 1.05
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/NameParse.pm:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
+ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::AddressGrammar.3 \
+ Lingua::EN::AddressParse.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Lingua-EN-AddressParse/distinfo b/textproc/p5-Lingua-EN-AddressParse/distinfo
new file mode 100644
index 000000000000..5c817678d5f5
--- /dev/null
+++ b/textproc/p5-Lingua-EN-AddressParse/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-EN-AddressParse-1.05.tar.gz) = 452b0f7fd569a8d871a6e46eba2061f5
diff --git a/textproc/p5-Lingua-EN-AddressParse/pkg-comment b/textproc/p5-Lingua-EN-AddressParse/pkg-comment
new file mode 100644
index 000000000000..128bbf8affd2
--- /dev/null
+++ b/textproc/p5-Lingua-EN-AddressParse/pkg-comment
@@ -0,0 +1 @@
+Perl module to manipulate geographical addresses
diff --git a/textproc/p5-Lingua-EN-AddressParse/pkg-descr b/textproc/p5-Lingua-EN-AddressParse/pkg-descr
new file mode 100644
index 000000000000..25a28f52416b
--- /dev/null
+++ b/textproc/p5-Lingua-EN-AddressParse/pkg-descr
@@ -0,0 +1,7 @@
+This module takes as input an address or post box in free format
+text and attempts to parse it. If successful, the address is broken
+down into components and useful functions can be performed.
+
+WWW: http://search.cpan.org/search?dist=Lingua-EN-AddressParse
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Lingua-EN-AddressParse/pkg-plist b/textproc/p5-Lingua-EN-AddressParse/pkg-plist
new file mode 100644
index 000000000000..77a8128b9660
--- /dev/null
+++ b/textproc/p5-Lingua-EN-AddressParse/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/AddressGrammar.pm
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/AddressParse.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/AddressParse/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/AddressParse
+@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