mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
f966ba94d6
commit
2d0c4dcb0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60926
@ -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
|
||||
|
23
textproc/p5-Lingua-EN-Squeeze/Makefile
Normal file
23
textproc/p5-Lingua-EN-Squeeze/Makefile
Normal file
@ -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>
|
1
textproc/p5-Lingua-EN-Squeeze/distinfo
Normal file
1
textproc/p5-Lingua-EN-Squeeze/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-Squeeze-1998.1204.tar.gz) = a7860f69fcae17ee2ef311730599480e
|
1
textproc/p5-Lingua-EN-Squeeze/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-Squeeze/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Shorten text to minimum syllables by using hash table
|
8
textproc/p5-Lingua-EN-Squeeze/pkg-descr
Normal file
8
textproc/p5-Lingua-EN-Squeeze/pkg-descr
Normal file
@ -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>
|
7
textproc/p5-Lingua-EN-Squeeze/pkg-plist
Normal file
7
textproc/p5-Lingua-EN-Squeeze/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user