diff options
author | wiz <wiz> | 2002-12-25 03:47:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-25 03:47:36 +0000 |
commit | be419ee22f5e09396c74fcfbfd6388e8036a6022 (patch) | |
tree | 142631f14a5c2d7f53b182fe01a08f4db2b051c2 /textproc/aspell | |
parent | 07cb2a8f59a0e02442013e8fb9d9f3c3f1c11a91 (diff) | |
download | pkgsrc-be419ee22f5e09396c74fcfbfd6388e8036a6022.tar.gz |
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.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index b01c0b75fca..183838af266 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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 diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index d34f94a8698..a5947eb167d 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -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 |