pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48930: Package submission to add p5-Text-Soundex (formerly part of Perl core modules)
>Number: 48930
>Category: pkg
>Synopsis: Package submission to add p5-Text-Soundex (formerly part of
>Perl core modules)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Jun 20 10:20:00 +0000 2014
>Originator: David H. Gutteridge
>Release: current
>Organization:
>Environment:
n/a
>Description:
Perl 5.20 has removed a bunch of modules that were formerly part of
the "core modules" distributed with it by default. Among them is
Text::Soundex, which probably isn't the most popular of them, but its
sudden omission just bit me when I upgraded, since I sometimes have
occasion to use it. I'm submitting a package to remedy this.
>How-To-Repeat:
Try to run Perl code that requires Text::Soundex after upgrading to
5.20. Discover it got the axe. Furrow brow and begin packaging.
>Fix:
DESCR:
Text::Soundex provides an implementation of an algorithm for indexing
names by sound, as pronounced in English.
distinfo:
$NetBSD: distinfo,v 1.1 Exp $
SHA1 (Text-Soundex-3.04.tar.gz) = 6de55ea2a02d0aa3c04565dbf4b7cfa121d75492
RMD160 (Text-Soundex-3.04.tar.gz) = f5758a4b5f887994c6df9dc0ffe66582c795f11f
Size (Text-Soundex-3.04.tar.gz) = 9024 bytes
Makefile:
# $NetBSD: Makefile,v 1.1 Exp $
DISTNAME= Text-Soundex-3.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Text-Soundex/
COMMENT= Phonetic algorithm for indexing names by sound
LICENSE= ${PERL5_LICENSE}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
PLIST:
@comment $NetBSD$
${PERL5_SUB_INSTALLVENDORARCH}/Text/Soundex.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Text/Soundex/Soundex.so
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Text::Soundex.3
Home |
Main Index |
Thread Index |
Old Index