Subject: CVS commit: pkgsrc/textproc/ispell-base
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2004 12:18:21
Module Name: pkgsrc
Committed By: markd
Date: Wed Dec 1 12:18:21 UTC 2004
Modified Files:
pkgsrc/textproc/ispell-base: Makefile PLIST distinfo
pkgsrc/textproc/ispell-base/patches: patch-ab patch-ac patch-ad
patch-ae patch-ak patch-am
Removed Files:
pkgsrc/textproc/ispell-base/patches: patch-af patch-ag patch-ah
patch-aj patch-an
Log Message:
Update ispell-base to 3.2.06 (only took 3 years :-)
Ispell 3.2 is primarily a bug-fix release, but a number of new
features are important to users:
- There is a new interactive mode. If ispell is invoked without
arguments, it will prompt for words and suggest corrections.
- The emacs interface (ispell.el and ispell.texinfo) is no
longer distributed with ispell. Use the code that comes with
emacs, or pick it up from:
ftp://kdstevens.com/pub/stevens/ispell.el.gz
or the matching ispell.el home page:
http://www.kdstevens.com/~stevens/ispell-page.html
- There is now an HTML mode. It is automatically selected for
files ending in ".html", ".htm", or ".shtml". It can also be
chosen manually with the -H switch.
- There is a new general-purpose deformatter switch, -F. This
switch, which was suggested by Ron Guilmette, allows an
external program to perform deformatting for ispell. The -F
switch opens the door to completely generalized spell checking
with ispell. Want to spell-check your C/C++ comments? A
simple deformatter filter will do the job. See the ispell
manual page for details.
- The annoying "TeX backslash bug" is now fixed correctly.
- TeX/LaTeX deformatting is now somewhat configurable. Check
out the -k switch and TEXSKIP1 in the manual page.
Also include the irix patches from PR pkg/26925 from Georg Schwarz.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/textproc/ispell-base/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/ispell-base/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/ispell-base/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/ispell-base/patches/patch-ab \
pkgsrc/textproc/ispell-base/patches/patch-ak \
pkgsrc/textproc/ispell-base/patches/patch-am
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/ispell-base/patches/patch-ac \
pkgsrc/textproc/ispell-base/patches/patch-ad \
pkgsrc/textproc/ispell-base/patches/patch-ae
cvs rdiff -r1.1.1.1 -r0 pkgsrc/textproc/ispell-base/patches/patch-af \
pkgsrc/textproc/ispell-base/patches/patch-ag \
pkgsrc/textproc/ispell-base/patches/patch-ah \
pkgsrc/textproc/ispell-base/patches/patch-aj
cvs rdiff -r1.2 -r0 pkgsrc/textproc/ispell-base/patches/patch-an
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.