summaryrefslogtreecommitdiff
path: root/textproc/libpspell/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-01-15libpspell is gone.salo1-23/+0
2002-10-08Add libtool buildlink2.mk, per PR 18582 by Julio Merino.wiz1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-03-05Remove libtool/buildlink.mk; package does not depend on installed libtool.wiz1-2/+1
2002-01-24Bump to 0.12.2nb1: Link library with stdc++.wiz1-1/+2
2002-01-15Update to 0.12.2; also buildlink'ify and add buildlink.mk.wiz1-2/+4
Changes since 0.11.2: * Added a length parameter to many Pspell functions which should cut down on unnecessary copying of words with some programs that use Pspell. Unfortunately this also breaks sourcecode compatibility. But it is easy to fix, see section 2.3.4 for what to do. * Added support for mapping the county code to a spelling for the English language. For example the language tag ``en_GB'' will now get the British dictionary if it is available. * Rewrote the ``Usage'' section of the manual to use the C interface instead of the C++ one as I recommend using the C interface even in C++ code to avoid some of the nasty issues associated with C++ linkage. * Libltdl is now enabled by default. * Switched to the multi-language branch of libtool. * Added support for iso-8859-13 and 14. And some of bugfixes.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-10-22Initial import of libpspell-0.11.2, a generic interface to spell checkerrh1-0/+19
libraries