Add a distribution patch fixing the following two problems:
- Workaround a bug in Pspell where multi-byte words are not getting null terminated properly. - Truly fix a bug in suggest.cc so that Aspell will suggest correctly when typo-analysis is not used such as when sug-mode is ultra or bad spellers. Bump PKGREVISION to 1.
This commit is contained in:
parent
c8a29388ad
commit
73ed5da2b8
2 changed files with 8 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.2 2002/10/05 02:54:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/12/25 03:47:36 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-.33.7.1
|
||||
PKGNAME= ${DISTNAME:S/-./-0./}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aspell/}
|
||||
|
||||
PATCHFILES= aspell-.33-fix2.diff
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
|
||||
MAINTAINER= wiz@netbsd.org
|
||||
HOMEPAGE= http://aspell.sourceforge.net/
|
||||
COMMENT= spell checker with good multi-language support
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2002/10/05 02:54:22 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/12/25 03:47:36 wiz Exp $
|
||||
|
||||
SHA1 (aspell-.33.7.1.tar.gz) = 050f7736b5a162fc717d203905ecee9981666aff
|
||||
Size (aspell-.33.7.1.tar.gz) = 1647417 bytes
|
||||
SHA1 (aspell-.33-fix2.diff) = b9a711f7194ddd2099c9bcfbd05c246a66dcc3ad
|
||||
Size (aspell-.33-fix2.diff) = 1421 bytes
|
||||
|
|
Loading…
Reference in a new issue