summaryrefslogtreecommitdiff
path: root/textproc/ispell-base/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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 thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-07-22Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispellagc1-2/+2
use /tmp rather than /usr/tmp by default.
2002-06-29According to http://www.kdstevens.com/~stevens/ispell-faq.html#bslash:jschauma1-1/+4
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.seb1-2/+2
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-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
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 interactiveagc1-0/+35
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).