Sun Jun 7 08:22:24 2015 UTC ()
Update to 1.3.3, provided by David H. Gutteridge in PR 49949:

Change log:

2014-06-02 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * escape spaces in paths of ODF files

2014-05-28 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * add long path/Unicode path support in WIN32 environment:
        - hunspell#233 (reported by mahak gark) and LibreOffice fdo#48017
        * flat ODF support, eg.:
          hunspell doc.fodt
          cat doc.fodt | hunspell -l -O
        * new options:
        - -X (XML) input format
        - -O (ODF or flat ODF) input format
        - --check-apostrophe: check and force Unicode apostrophe usage
          (ASCII or Unicode apostrophe has to be in the
          WORDCHARS section of the affix file)
        * fix ODF support:
        - break 1-line XML of ODT documents at </style:style>, too,
          not only at </text:p> (limiting tokenization problems, when
          fgets stops within an XML tag)
        - show ODF file path on the UI instead of the temporary file
        * fix XML support:
        - ', ", &, < and > in replacements converted to XML entities
        - recognize &apos at tokenization, depending from WORDCHARS
        - &apos; in tokens converted to ' before spell checking and
          in the output of the pipe interface
        * better apostrophe usage:
        - WORDCHARS only with one of the Unicode or ASCII apostrophe
          results extended word tokenization: both of them will be part of
          the words (if they are inside: eg. word's, but not words').
        - convert Unicode apostrophes to ASCII ones for 8-bit dictionaries
          (eg. English dictionaries), or for UTF-8 dictionaries only
          with ASCII apostrophe supports (eg. French dictionaries).
        * updated manual:
        - hunspell.4 renamed to hunspell.5, see
          hunspell#241 reported by Cristopher Yeleighton
        - updated translations
        - note about long/Unicode paths in WIN32 (hunspell.3)

2014-04-25 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * OpenDocument support, eg.
          hunspell *.odt
          hunspell -l *.odt
        * always load default personal dictionary (fix
          filtering bad words - reduce this word list - using
          it as a personal dictionary workflow)
        * fix parsing/URL recognition problem (bad tokens
          with aposthrophes)

2013-07-25 pchang9@cs.wisc.edu
        * moz#897255 Wasted work in line_uniq
        * moz#897780 Wasted work in SuggestMgr::twowords

2013-07-25 Caol疣 McNamara <caolanm at LibO>:
        * hunspell#167 layout problems with long lines
                - based on the original fix by xorho
                  adapted to HEAD
        * rhbz#925562 upgrade config.guess for aarch64

2013-07-24 pchang9@cs.wisc.edu
        * moz#896301 Wasted work in SfxEntry::checkword
        * moz#896844 Wasted work in AffixMgr::defcpd_check

2013-06-13 Konstantin Khlebniko
        * #49 HashMgr::add_word computes wrong size for struct hentry

2013-06-13 Ville Skytt�
        * #53 Man page syntax fixes

2013-04-19 John Thomson <john thomson at SIL>
        * win_api: add remove() of Hunspell API (hun#3606435)

2013-04-19 Rouslan Solomokhin <at sf.net>
        * fix crash in suggestions for 99-character long words
          by extending arrays of SuggestMgr::forgotchar_*
          (hun#3595024, also http://crbug.com/130128),
          thanks to also Pawe&#65533;<82> Hajdan to report the patch

2013-04-01 Caol疣 McNamara <caolanm at LibO>:
        * hunspell: -Werror=undef

2013-03-13 Caol疣 McNamara <caolanm at LibO>:
        * rhbz#918938 crash in interaction with danish thesaurus

2012-09-18 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: - fix morphological analysis of
        compound words (hun#3544994, reported by D疱id Nemeskey, fdo#55045)

2012-06-29 Caol疣 McNamara <caolanm at LibO>:
        * fix various coverity warnings

2012-01-10 Ehsan Akhgari <ehsan at mozilla dot com>
        * moz#710940 Firefox Crash [@ AffixMgr::parse_file(char const*, char
        const*) ]

2011-12-16 Jared Wein <jwein at mozilla dot com>
        * moz#710967 Incorrect argument passed to strncmp in
        AffixMgr::parse_convtable

2011-12-06 Caol疣 McNamara <caolanm at LibO>:
        * rhbz#759647 fixed tempname of hunSPELL.bak collides with other users
        when multiple edits in one dir

2011-10-13 Caol疣 McNamara <caolanm at LibO>:
        * moz#694002 crash in hunspell affixmgr on exit with bad .aff
        * leak in hunspell affixmgr with bad .aff

2011-09-19 Caol疣 McNamara <caolanm at LibO>:
        * make libparsers.a not installed thanks to Tom癩 Chv疸al

2011-06-23 Caol疣 McNamara <caolanm at LibO>:
        * fix some windows compiler warnings

2011-05-24 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: allow twofold suffixes in compounds
          by extended version of Arno Teigseth's patch, see hun#3288562.
        - new option for this feature: COMPOUNDMORESUFFIXES

2011-02-16 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/*/Makefile.am: fix library versioning, the probem reported by
          Rene Engerhald and Simon Brouwer.

        * man/hunspell.4: new version based on the revised version of Ruud Baars


(wiz)
diff -r1.17 -r1.18 pkgsrc/textproc/hunspell/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/hunspell/PLIST
diff -r1.6 -r1.7 pkgsrc/textproc/hunspell/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/textproc/hunspell/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hunspell/Makefile 2014/05/29 23:37:34 1.17
+++ pkgsrc/textproc/hunspell/Makefile 2015/06/07 08:22:24 1.18
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2014/05/29 23:37:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2015/06/07 08:22:24 wiz Exp $
2# 
3 2
4DISTNAME= hunspell-1.3.2 3DISTNAME= hunspell-1.3.3
5PKGREVISION= 3 
6CATEGORIES= textproc 4CATEGORIES= textproc
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
8 6
9MAINTAINER= ahoka@NetBSD.org 7MAINTAINER= ahoka@NetBSD.org
10HOMEPAGE= http://hunspell.sourceforge.net/ 8HOMEPAGE= http://hunspell.sourceforge.net/
11COMMENT= Improved spellchecker 9COMMENT= Improved spellchecker
12LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2 10LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2
13 11
14WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//} 12WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//}
15GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 14USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config perl:run 15USE_TOOLS+= pkg-config perl:run
18USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes

cvs diff -r1.5 -r1.6 pkgsrc/textproc/hunspell/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/hunspell/PLIST 2012/02/13 14:42:59 1.5
+++ pkgsrc/textproc/hunspell/PLIST 2015/06/07 08:22:24 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2012/02/13 14:42:59 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2015/06/07 08:22:24 wiz Exp $
2bin/affixcompress 2bin/affixcompress
3bin/analyze 3bin/analyze
4bin/chmorph 4bin/chmorph
5bin/hunspell 5bin/hunspell
6bin/hunzip 6bin/hunzip
7bin/hzip 7bin/hzip
8bin/ispellaff2myspell 8bin/ispellaff2myspell
9bin/makealias 9bin/makealias
10bin/munch 10bin/munch
11bin/unmunch 11bin/unmunch
12bin/wordforms 12bin/wordforms
13bin/wordlist2hunspell 13bin/wordlist2hunspell
14include/hunspell/affentry.hxx 14include/hunspell/affentry.hxx
@@ -20,24 +20,22 @@ include/hunspell/dictmgr.hxx @@ -20,24 +20,22 @@ include/hunspell/dictmgr.hxx
20include/hunspell/filemgr.hxx 20include/hunspell/filemgr.hxx
21include/hunspell/hashmgr.hxx 21include/hunspell/hashmgr.hxx
22include/hunspell/htypes.hxx 22include/hunspell/htypes.hxx
23include/hunspell/hunspell.h 23include/hunspell/hunspell.h
24include/hunspell/hunspell.hxx 24include/hunspell/hunspell.hxx
25include/hunspell/hunvisapi.h 25include/hunspell/hunvisapi.h
26include/hunspell/hunzip.hxx 26include/hunspell/hunzip.hxx
27include/hunspell/langnum.hxx 27include/hunspell/langnum.hxx
28include/hunspell/phonet.hxx 28include/hunspell/phonet.hxx
29include/hunspell/replist.hxx 29include/hunspell/replist.hxx
30include/hunspell/suggestmgr.hxx 30include/hunspell/suggestmgr.hxx
31include/hunspell/w_char.hxx 31include/hunspell/w_char.hxx
32lib/libhunspell-1.3.la 32lib/libhunspell-1.3.la
33lib/libparsers.a 
34lib/pkgconfig/hunspell.pc 33lib/pkgconfig/hunspell.pc
35man/hu/man1/hunspell.1 34man/hu/man1/hunspell.1
36man/hu/man4/hunspell.4 
37man/man1/hunspell.1 35man/man1/hunspell.1
38man/man1/hunzip.1 36man/man1/hunzip.1
39man/man1/hzip.1 37man/man1/hzip.1
40man/man3/hunspell.3 38man/man3/hunspell.3
41man/man4/hunspell.4 39man/man5/hunspell.5
42share/locale/hu/LC_MESSAGES/hunspell.mo 40share/locale/hu/LC_MESSAGES/hunspell.mo
43share/locale/it/LC_MESSAGES/hunspell.mo 41share/locale/it/LC_MESSAGES/hunspell.mo

cvs diff -r1.6 -r1.7 pkgsrc/textproc/hunspell/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/hunspell/distinfo 2012/02/13 14:42:59 1.6
+++ pkgsrc/textproc/hunspell/distinfo 2015/06/07 08:22:24 1.7
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.6 2012/02/13 14:42:59 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2015/06/07 08:22:24 wiz Exp $
2 2
3SHA1 (hunspell-1.3.2.tar.gz) = 902c76d2b55a22610e2227abc4fd26cbe606a51c 3SHA1 (hunspell-1.3.3.tar.gz) = 219b20f305d6690f666ff3864a16e4674908a553
4RMD160 (hunspell-1.3.2.tar.gz) = f193de180f9ac29cfb54824a45366ba57b27e5c4 4RMD160 (hunspell-1.3.3.tar.gz) = 6e45fdf0c602f0694f414b0cb33de34a5bf95683
5Size (hunspell-1.3.2.tar.gz) = 975917 bytes 5Size (hunspell-1.3.3.tar.gz) = 986081 bytes
6SHA1 (patch-aa) = b03a51d88bd57786f4a0ac01a3b760b4d8ba385a 6SHA1 (patch-aa) = b03a51d88bd57786f4a0ac01a3b760b4d8ba385a
7SHA1 (patch-ab) = 01ff90fc2ebf1049d791a0669ddcc3f5495729c0 7SHA1 (patch-ab) = 01ff90fc2ebf1049d791a0669ddcc3f5495729c0
8SHA1 (patch-ac) = 27cad6078b55bce7144f462ddebac9887392c93b 8SHA1 (patch-ac) = 27cad6078b55bce7144f462ddebac9887392c93b