summaryrefslogtreecommitdiff
path: root/textproc/ispell-base
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-01Update ispell-base to 3.2.06 (only took 3 years :-)markd14-201/+73
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.
2004-11-19Update HOMEPAGE.wiz1-2/+2
2004-05-04Convert to buildlink3.snj1-2/+2
2004-03-19Fix build on Linux (Red Hat 7.3).uebayasi3-4/+18
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05Use tabs instead of spaces.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-10Remove duplicate empty line.wiz1-2/+1
2003-01-10Make this compile on SunOScjep1-3/+16
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam8-9/+9
have been converted to USE_BUILDLINK2.
2002-07-22Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispellagc8-3/+87
use /tmp rather than /usr/tmp by default.
2002-06-29According to http://www.kdstevens.com/~stevens/ispell-faq.html#bslash:jschauma2-2/+7
ispell 3.1.2- contains an irritating bug when using latex that causes all sorts of problems the backslash is used. [...] The patch provided fixes these problems. This problem was noted and patches to the Makefile were supplied by Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17418 - thanks! This closes PR# pkg/17418.
2002-02-18Introduce new framework for handling info files generation and installation.seb4-13/+15
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-16Use termios instead of TIOC{G,S}ETP, so that ispell works on machineswiz2-1/+149
without COMPAT_43 in the kernel.
2001-03-15Raise MASKBITS to 64 -- needed for ispell-german.wiz1-2/+3
Bump version to 3.1.20nb1.
2001-03-14Fix building. Alistair says I should mention that 'agc is a lousy bozowiz1-1/+3
who never tests anything', so I'll do him the favour.
2001-03-14Initial import of new format of ispell package, the interactiveagc15-0/+319
spelling checker. The new format allows multiple language dictionaries to be installed at the same time, and uses pkgsrc dependencies, rather then overloading the base package. This is the base package (which also installs the default American English directories).