aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Squeeze
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 23:59:56 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 23:59:56 +0000
commit2d0c4dcb0a111569484a2c897bd84a3f95caf344 (patch)
tree2abcf576b7d41b6cf008b05085737fcce3fd9c78 /textproc/p5-Lingua-EN-Squeeze
parentf966ba94d64c5d9ce75f26741cec2dedcc3bfd0f (diff)
downloadports-2d0c4dcb0a111569484a2c897bd84a3f95caf344.tar.gz
ports-2d0c4dcb0a111569484a2c897bd84a3f95caf344.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>
Notes
Notes: svn path=/head/; revision=60926
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 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