Update to 0.07 (nothing changed wrt to hunspell in pkgsrc):
0.06 Tue Sep 14 2010 - made deserialization accept non-blessed refs 0.07 Wed Sep 15 2010 - optional hunspell support
This commit is contained in:
parent
184cd84318
commit
0cc513842b
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/08/21 16:36:07 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/09/19 11:04:47 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Text-SpellChecker-0.05
|
||||
DISTNAME= Text-SpellChecker-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5tsc
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Text-SpellChecker/
|
||||
COMMENT= Perl5 OO interface for spell-checking a block of text
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Text-Aspell>=0.04:../../textproc/p5-Text-Aspell
|
||||
DEPENDS+= p5-MIME-Base64>=1:../../converters/p5-MIME-Base64
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/01/11 16:42:01 he Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/09/19 11:04:47 wiz Exp $
|
||||
|
||||
SHA1 (Text-SpellChecker-0.05.tar.gz) = 0ac032a447bca6a703cd60dec19c15f8b786241b
|
||||
RMD160 (Text-SpellChecker-0.05.tar.gz) = 4153eb7567829f96ec67e6d91dae9ea2e82d6dae
|
||||
Size (Text-SpellChecker-0.05.tar.gz) = 4384 bytes
|
||||
SHA1 (Text-SpellChecker-0.07.tar.gz) = 54ab561bab369822134df51d6b9479a1e699331a
|
||||
RMD160 (Text-SpellChecker-0.07.tar.gz) = 6640c09fb789a394bfc636efaea4ca818b76633b
|
||||
Size (Text-SpellChecker-0.07.tar.gz) = 4880 bytes
|
||||
|
|
Loading…
Reference in a new issue