Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
This module implements a "sounds like" algorithm developed by Lawrence
Philips which he published in the June, 2000 issue of C/C++ Users Journal.
Double Metaphone is an improved version of Philips' original Metaphone
algorithm.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:15 wiz Exp $
#
DISTNAME= Text-DoubleMetaphone-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-DoubleMetaphone/
COMMENT= Double Metaphone "sounds like" algorithm
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Text/DoubleMetaphone/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/10/24 00:30:59 dsainty Exp $
SHA1 (Text-DoubleMetaphone-0.07.tar.gz) = 00a8b7b03d136b8f51e7658f238ad2bc165698f1
RMD160 (Text-DoubleMetaphone-0.07.tar.gz) = 97b329ac01bf8584659d7a173a19d252b90eeabf
Size (Text-DoubleMetaphone-0.07.tar.gz) = 10170 bytes