From 8c81b1da38c9d711af76a71f97a57074bc3d5665 Mon Sep 17 00:00:00 2001 From: petef Date: Sat, 8 Jun 2002 23:59:56 +0000 Subject: Add p5-Lingua-EN-Squeeze 0.1998.1204, shorten text to minimum syllables by using hash table. PR: 33434 Submitted by: Seamus Venasse --- textproc/Makefile | 1 + textproc/p5-Lingua-EN-Squeeze/Makefile | 23 +++++++++++++++++++++++ textproc/p5-Lingua-EN-Squeeze/distinfo | 1 + textproc/p5-Lingua-EN-Squeeze/pkg-comment | 1 + textproc/p5-Lingua-EN-Squeeze/pkg-descr | 8 ++++++++ textproc/p5-Lingua-EN-Squeeze/pkg-plist | 7 +++++++ 6 files changed, 41 insertions(+) create mode 100644 textproc/p5-Lingua-EN-Squeeze/Makefile create mode 100644 textproc/p5-Lingua-EN-Squeeze/distinfo create mode 100644 textproc/p5-Lingua-EN-Squeeze/pkg-comment create mode 100644 textproc/p5-Lingua-EN-Squeeze/pkg-descr create mode 100644 textproc/p5-Lingua-EN-Squeeze/pkg-plist (limited to 'textproc') 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 +# +# $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 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 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 -- cgit