diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 07:47:37 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 07:47:37 +0800 |
commit | 9112ce6205caedecc802540b60f5f96a243dd80e (patch) | |
tree | 4acd4ca1440e08cf9408ee0de739dc0854d5c26e /textproc | |
parent | b2471c505e9e996e83d32fc03b23a806c9dcd674 (diff) | |
download | freebsd-ports-gnome-9112ce6205caedecc802540b60f5f96a243dd80e.tar.gz freebsd-ports-gnome-9112ce6205caedecc802540b60f5f96a243dd80e.tar.zst freebsd-ports-gnome-9112ce6205caedecc802540b60f5f96a243dd80e.zip |
Add p5-Lingua-Conjunction 1.99, convert Perl lists into linguistic
conjunctions.
PR: 33431
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Conjunction/pkg-plist | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e54a68d9ff8b..87ce73a58c92 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -125,6 +125,7 @@ SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-HTML-Format SUBDIR += p5-LJ-SpellCheck + SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Infinitive diff --git a/textproc/p5-Lingua-Conjunction/Makefile b/textproc/p5-Lingua-Conjunction/Makefile new file mode 100644 index 000000000000..f9eb96469ec2 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Lingua::Conjunction +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Conjunction +PORTVERSION= 1.99 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Lingua::Conjunction.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Conjunction/distinfo b/textproc/p5-Lingua-Conjunction/distinfo new file mode 100644 index 000000000000..07aefb4b0afd --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-Conjunction-1.99.tar.gz) = a7276874583ab8026f4c9e4b80d6b1fa diff --git a/textproc/p5-Lingua-Conjunction/pkg-comment b/textproc/p5-Lingua-Conjunction/pkg-comment new file mode 100644 index 000000000000..8263498788dd --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-comment @@ -0,0 +1 @@ +Convert Perl lists into linguistic conjunctions diff --git a/textproc/p5-Lingua-Conjunction/pkg-descr b/textproc/p5-Lingua-Conjunction/pkg-descr new file mode 100644 index 000000000000..f29b687ee5a6 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-descr @@ -0,0 +1,6 @@ +Lingua::Conjunction exports a single subroutine, conjunction, that +converts a list into a properly punctuated text string. + +WWW: http://search.cpan.org/search?dist=Lingua-Conjunction + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Lingua-Conjunction/pkg-plist b/textproc/p5-Lingua-Conjunction/pkg-plist new file mode 100644 index 000000000000..ce9019f839e9 --- /dev/null +++ b/textproc/p5-Lingua-Conjunction/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/Conjunction.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Conjunction/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Conjunction +@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 |