diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 07:59:56 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 07:59:56 +0800 |
commit | 8c81b1da38c9d711af76a71f97a57074bc3d5665 (patch) | |
tree | e84be02e617a1a7467acbbfd88868f2ff80a3e33 /textproc | |
parent | a76f6bddff0937a0af1c5417ecd860758a3a38e2 (diff) | |
download | freebsd-ports-gnome-8c81b1da38c9d711af76a71f97a57074bc3d5665.tar.gz freebsd-ports-gnome-8c81b1da38c9d711af76a71f97a57074bc3d5665.tar.zst freebsd-ports-gnome-8c81b1da38c9d711af76a71f97a57074bc3d5665.zip |
Add p5-Lingua-EN-Squeeze 0.1998.1204, shorten text to minimum
syllables by using hash table.
PR: 33434
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Squeeze/pkg-plist | 7 |
6 files changed, 41 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b9c8f4a78396..241b55fa42de 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -137,6 +137,7 @@ SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-EN-Sentence + SUBDIR += p5-Lingua-EN-Squeeze SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-Preferred SUBDIR += p5-MARC diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile new file mode 100644 index 000000000000..6d7117f7b073 --- /dev/null +++ b/textproc/p5-Lingua-EN-Squeeze/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Lingua::EN::Squeeze +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-EN-Squeeze +PORTVERSION= 0.1998.1204 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.//} + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Lingua::EN::Squeeze.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Lingua-EN-Squeeze/distinfo b/textproc/p5-Lingua-EN-Squeeze/distinfo new file mode 100644 index 000000000000..641ebf0c3dbb --- /dev/null +++ b/textproc/p5-Lingua-EN-Squeeze/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-EN-Squeeze-1998.1204.tar.gz) = a7860f69fcae17ee2ef311730599480e diff --git a/textproc/p5-Lingua-EN-Squeeze/pkg-comment b/textproc/p5-Lingua-EN-Squeeze/pkg-comment new file mode 100644 index 000000000000..f8b9db1dc885 --- /dev/null +++ b/textproc/p5-Lingua-EN-Squeeze/pkg-comment @@ -0,0 +1 @@ +Shorten text to minimum syllables by using hash table diff --git a/textproc/p5-Lingua-EN-Squeeze/pkg-descr b/textproc/p5-Lingua-EN-Squeeze/pkg-descr new file mode 100644 index 000000000000..c2b0ebdfb1ef --- /dev/null +++ b/textproc/p5-Lingua-EN-Squeeze/pkg-descr @@ -0,0 +1,8 @@ +Squeeze English text to most compact format possibly so that it is +barely readable. You should convert all text to lowercase for maximum +compression, because optimizations have been designed mostly for +uncapitalised letters. + +WWW: http://search.cpan.org/search?dist=Lingua-EN-Squeeze + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Lingua-EN-Squeeze/pkg-plist b/textproc/p5-Lingua-EN-Squeeze/pkg-plist new file mode 100644 index 000000000000..03efe63657d6 --- /dev/null +++ b/textproc/p5-Lingua-EN-Squeeze/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Squeeze.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Squeeze/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Squeeze +@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 |