summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-25 03:47:36 +0000
committerwiz <wiz>2002-12-25 03:47:36 +0000
commit84f746d473fc0fd2922390bb91b9e7f3eae1c4f8 (patch)
tree142631f14a5c2d7f53b182fe01a08f4db2b051c2 /textproc/aspell
parent87ffce224da84bb69332387048dd8ca3c80c7395 (diff)
downloadpkgsrc-84f746d473fc0fd2922390bb91b9e7f3eae1c4f8.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/Makefile6
-rw-r--r--textproc/aspell/distinfo4
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