summaryrefslogtreecommitdiff
path: root/textproc/ispell
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-14Update to 3.4.00ryoon6-248/+28
Changelog: Version 3.4.00 ============== - The english.5 manual page has been dropped from the distribution; the english.aff file provides superior documentation (and in any case, most people will use munchlist to apply affixes). - Ispell now supports systems (BSD) that foolish discarded backwards compatibility and insist on using termios. - A function (getline) has been renamed in correct.c to solve compilation problems on some systems. - The manual page now correctly identifies the ispell version that it describes. - It is now possible to insert the ispell version information into shell scripts via the Makefile. - An error has been corrected in the English affix files that caused certain words ending in "th" to be pluralized incorrectly. The dictionaries have been updated to ensure that no incorrect plurals have crept in. - The personal dictionary is now written in a stable order when there are multiple variant capitalizations of a word. - The security of temporary files has been improved on systems that don't have the "mktemp" command. - The deformatters makefile has been changed to be compatible with older versions of make. - A bug in TeX deformatting has been corrected. Previously, two adjacent math-mode environments introduced with dollar signs, such as $a=b$$c=d$, would cause ispell to lose track of whether it was in math mode. - The Makefile now supports a DESTDIR installation prefix (patch from Petter Reinholdtsen) - The American and British Makefiles have been simplified to ensure that dictionaries are always built with the lastest information.
2014-05-14Fix build for OpenBSD. Defuzz patches.rodent11-46/+46
2014-04-17Use termios on FreeBSD too. Fixes build on FreeBSD 10.asau2-5/+5
2013-04-24Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.rodent1-1/+2
Fixed PLIST for ispell-en_GB.
2013-04-24Moving ispell-* packages as discussed on tech-pkg@. Reasons being:rodent14-0/+507
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
2001-03-14Remove old ispell package, which has been superceded by ispell-baseagc16-403/+0
and various other language-specific packages
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02Don't install ispell.el to share/emacs/site-lisp, since the onewiz4-23/+32
coming with emacs is much newer
1999-10-19s/EXTRA_DICT/ISPELL_EXTRA_DICT/ to make it obvious which package usesagc1-6/+6
this definition.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-16Don't let emacs try to generate ispell.info; makeinfo does fine.fredb2-4/+4
Fixes pr pkg/7088.
1999-07-09Add package patch checksum files.agc1-0/+12
1999-05-18Somewhere along the line, ISPELL_FR broke. Fix it.jwise1-3/+4
1999-03-08s/make/${MAKE}/gagc1-7/+7
1999-03-06Surprise, makeinfo can now be found in /usr/bin as well.kim1-4/+4
1999-02-23Correct things which shouldn't have been committed when moving LANG toagc1-17/+9
ISPELL_LANG, as pointed out by Hubert Feyrer. Cleanup this Makefile, whilst I'm here.
1999-02-21Allow for customised groups of packages at the top-level of pkgsrc.agc1-19/+20
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of looping through all the categories and then all the packages within that, simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS}, ${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace separated lists of categories/packages e.g. SITE_SPECIFIC_PKGS+= devel/cvs security/ssh The default behaviour is unchanged - if SPECIFIC_PKGS is not defined, the whole hierarchy will be traversed. Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS, SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and USER_SPECIFIC_PKGS. Modify the ispell package to use the make definition ISPELL_LANG, rather than just LANG (which can clash with the environment variable of the same name), and modify mk.conf.example accordingly.
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-12-21Handle info file correctly:frueauf4-6/+47
- use makeinfo to genarate it - use the .info name scheme - add dir info to the texinfo source file - add hooks to PLIST to make sure it gets installed to info/dir Fixes pr 6600 and 6601 by Greg A. Woods.
1998-11-22Use "${WRKDIR}" as temporary directory as suggested by William O Ferrytron1-2/+2
in PR pkg/6482.
1998-11-13Add the info file to the PLIST, and install it.mycroft2-2/+5
1998-10-28Add patch to fix spelling of "disappear". Pointed out in PR# 6240 bygarbled1-0/+19
Dave Sainty.
1998-10-27Fix lots of warnings about pointers cast to integers and the like ongarbled7-1/+131
alpha. Fixes PR# 5454 by Johnny C. Lam. Now builds cleanly on LP64.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+7
1998-06-22Update package Makefiles for automatic manual page handling.agc1-5/+1
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-03Include bsd.prefs.mk, in case variables are set in /etc/mk.confagc1-1/+3
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-16Remove "avaliable" from languages/english/english.2. Closes pr 5181 byfrueauf1-0/+10
Dave Sainty.
1998-04-16Add SCRIPTS_ENV="LANG=${LANG}"; fixes pr 5126 by Dave Sainty.frueauf1-1/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-22s/pre-fetch/pre-extract/hubertf1-2/+2
1998-01-24portlint: remove empty linehubertf1-1/+0
1998-01-24portlint: remove DISTFILES, PKGNAME, extra spaces; use cmd macroshubertf1-17/+15
1998-01-12Add NetBSD RCS Ids.agc2-0/+2
The PLIST is only valid for the default American dictionary. If French or British is specified, the package won't delete cleanly, nor will a binary package contain the right files. This is currently being worked on.
1998-01-12Initial import of ispell-3.1.20, an interactive spelling checker, intoagc7-0/+179
the NetBSD packages collection, from the FreeBSD port.