Update to 3.27
Add LICENSE Upstream changes: 2013-01-22 Jarkko Hietaniemi <jhi@google.com> * Resolve https://rt.cpan.org/Ticket/Display.html?id=69029 Do not die (adist()) on empty pattern string. * Resolve https://rt.cpan.org/Ticket/Display.html?id=36707 Do not die on undefined inputs, just return undef. * Resolve https://rt.cpan.org/Ticket/Display.html?id=82341 Explicitly specify the licensing to be Artistic 2 or LGPL 2. * Modernize all the tests to use Test::More. * Add some tests for UTF-8 inputs. * Mark some stalled/ancient bugs as resolved. * Delete the hopelessly obsolete BUGS file. * Released as 3.27.
This commit is contained in:
parent
eb991efe87
commit
0205afe8cf
2 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/10/25 06:56:20 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2013/01/23 01:15:03 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= String-Approx-3.26
|
||||
DISTNAME= String-Approx-3.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/String-Approx/
|
||||
COMMENT= Approximate (fuzzy) string matching library for Perl
|
||||
LICENSE= artistic-2.0 OR gnu-lgpl-v2
|
||||
|
||||
PERL5_PACKLIST= auto/String/Approx/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2006/09/05 19:49:33 tv Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/01/23 01:15:03 wen Exp $
|
||||
|
||||
SHA1 (String-Approx-3.26.tar.gz) = 84832bacb985c015748c746662c4615082edaf3c
|
||||
RMD160 (String-Approx-3.26.tar.gz) = 4ea6485425a06722e55a61df3d33c725970b7476
|
||||
Size (String-Approx-3.26.tar.gz) = 44800 bytes
|
||||
SHA1 (String-Approx-3.27.tar.gz) = 51543a2c0a540588aebf35bd7ba414fb9be6d464
|
||||
RMD160 (String-Approx-3.27.tar.gz) = 550206f11bfec7af2dfad693614d009984cf0a07
|
||||
Size (String-Approx-3.27.tar.gz) = 45497 bytes
|
||||
|
|
Loading…
Reference in a new issue