diff options
author | petef <petef@FreeBSD.org> | 2002-03-19 06:56:08 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-19 06:56:08 +0000 |
commit | 2115222dc099a4e825a9ee91d70dad90e3be58a8 (patch) | |
tree | 650f784379484859e26d7cf4164cd927a61ad88e /textproc | |
parent | 5b7334dbb7f39eb5f26519a71313142b9cac344f (diff) | |
download | FreeBSD-ports-2115222dc099a4e825a9ee91d70dad90e3be58a8.zip FreeBSD-ports-2115222dc099a4e825a9ee91d70dad90e3be58a8.tar.gz |
Add p5-Lingua-EN-AddressParse 1.05, perl module to manipulate
geographical addresses.
PR: 33377
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/pkg-plist | 8 |
6 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 209a00c..c76a229 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 0000000..0fb2004 --- /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 0000000..5c81767 --- /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 0000000..128bbf8 --- /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 0000000..25a28f5 --- /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 0000000..77a8128 --- /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 |