mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Text-Metaphone 1.96, a modern soundex: phonetic encoding of
words. PR: 33383 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
d815cb04cb
commit
305884cfe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53827
6 changed files with 40 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
SUBDIR += p5-Text-Flowchart
|
||||
SUBDIR += p5-Text-Format
|
||||
SUBDIR += p5-Text-Graphics
|
||||
SUBDIR += p5-Text-Metaphone
|
||||
SUBDIR += p5-Text-Query
|
||||
SUBDIR += p5-Text-SimpleTemplate
|
||||
SUBDIR += p5-Text-Template
|
||||
|
|
22
textproc/p5-Text-Metaphone/Makefile
Normal file
22
textproc/p5-Text-Metaphone/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: Text::Metaphone
|
||||
# Date created: 30 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Metaphone
|
||||
PORTVERSION= 1.96
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::Metaphone.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Text-Metaphone/distinfo
Normal file
1
textproc/p5-Text-Metaphone/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Text-Metaphone-1.96.tar.gz) = b918985b2364b8d3a5bd0b0ba714ebd0
|
1
textproc/p5-Text-Metaphone/pkg-comment
Normal file
1
textproc/p5-Text-Metaphone/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A modern soundex: phonetic encoding of words
|
8
textproc/p5-Text-Metaphone/pkg-descr
Normal file
8
textproc/p5-Text-Metaphone/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Metaphone() is a function whereby a string/word is broken down into
|
||||
a rough approximation of its english phonetic pronunciation. Very
|
||||
similar in concept and purpose to soundex, but much more comprehensive
|
||||
in its approach.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Text-Metaphone
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
7
textproc/p5-Text-Metaphone/pkg-plist
Normal file
7
textproc/p5-Text-Metaphone/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Metaphone.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/Metaphone.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/Metaphone.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue