summaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-EN-Squeeze
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-08 23:59:56 +0000
committerpetef <petef@FreeBSD.org>2002-06-08 23:59:56 +0000
commit8c81b1da38c9d711af76a71f97a57074bc3d5665 (patch)
treee84be02e617a1a7467acbbfd88868f2ff80a3e33 /textproc/p5-Lingua-EN-Squeeze
parenta76f6bddff0937a0af1c5417ecd860758a3a38e2 (diff)
downloadFreeBSD-ports-8c81b1da38c9d711af76a71f97a57074bc3d5665.zip
FreeBSD-ports-8c81b1da38c9d711af76a71f97a57074bc3d5665.tar.gz
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/p5-Lingua-EN-Squeeze')
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/Makefile23
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/pkg-descr8
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile
new file mode 100644
index 0000000..6d7117f
--- /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 0000000..641ebf0
--- /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 0000000..f8b9db1
--- /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 0000000..c2b0ebd
--- /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 0000000..03efe63
--- /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
OpenPOWER on IntegriCloud