diff options
-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 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 |