diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-15 01:05:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-15 01:05:14 +0000 |
commit | e808df375b7eef52542514ccf778f3e478ec583c (patch) | |
tree | 940a876c74cad2db536a93c2027aaa32e8298bed /textproc/libpspell/distinfo | |
parent | 855a73d0a1477ae96b1d752bff8cb1157deffba7 (diff) | |
download | pkgsrc-e808df375b7eef52542514ccf778f3e478ec583c.tar.gz |
Update to 0.12.2; also buildlink'ify and add buildlink.mk.
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.
Diffstat (limited to 'textproc/libpspell/distinfo')
-rw-r--r-- | textproc/libpspell/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libpspell/distinfo b/textproc/libpspell/distinfo index e4d990290e0..f7da6fc5b4d 100644 --- a/textproc/libpspell/distinfo +++ b/textproc/libpspell/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/04/26 14:42:32 skrll Exp $ +$NetBSD: distinfo,v 1.4 2002/01/15 01:05:14 wiz Exp $ -SHA1 (pspell-.11.2.tar.gz) = 733f41994ff0091bb454067168f0bab15d71b8de -Size (pspell-.11.2.tar.gz) = 384312 bytes +SHA1 (pspell-.12.2.tar.gz) = dc3f2757433d5e79d7bf024f55111e00f91905b7 +Size (pspell-.12.2.tar.gz) = 434193 bytes |