diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-13 14:42:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-13 14:42:59 +0000 |
commit | ba565524480c587fd53c5ee739334ae1c8896853 (patch) | |
tree | af9285dfa845cafa6e0a16cd56691441c7a4a733 | |
parent | 0e0a128d28d3afca4ff221511081cc16a2b074e0 (diff) | |
download | pkgsrc-ba565524480c587fd53c5ee739334ae1c8896853.tar.gz |
Update to 1.3.2:
2011-02-02: Hunspell 1.3.2 release:
- fix library versioning
- improved manual
2011-02-02: Hunspell 1.3.1 release:
- bug fixes
2011-01-26: Hunspell 1.2.15/1.3 release:
- new features: MAXDIFF, ONLYMAXDIFF, MAXCPDSUGS, FORBIDWARN, see manual
- bug fixes
2011-01-21:
- new features: FORCEUCASE and WARN, see manual
- new options: -r to filter potential mistakes (rare words
signed by flag WARN in the dictionary)
- limited and optimized suggestions
2011-01-06: Hunspell 1.2.14 release:
- bug fix
2011-01-03: Hunspell 1.2.13 release:
- bug fixes
- improved compound handling and
other improvements supported by OpenTaal Foundation, Netherlands
2010-07-15: Hunspell 1.2.12 release
2010-05-06: Hunspell 1.2.11 release:
- Maintenance release bug fixes
2010-04-30: Hunspell 1.2.10 release:
- Maintenance release bug fixes
2010-03-03: Hunspell 1.2.9 release:
- Maintenance release bug fixes and warnings
- MAP support for composed characters or character sequences
-rw-r--r-- | textproc/hunspell/Makefile | 9 | ||||
-rw-r--r-- | textproc/hunspell/PLIST | 14 | ||||
-rw-r--r-- | textproc/hunspell/distinfo | 10 | ||||
-rw-r--r-- | textproc/hunspell/options.mk | 3 | ||||
-rw-r--r-- | textproc/hunspell/patches/patch-aa | 10 |
5 files changed, 25 insertions, 21 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 3921e590b53..ae7f4d64a05 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/04/22 13:44:50 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/13 14:42:59 wiz Exp $ # -DISTNAME= hunspell-1.2.8 -PKGREVISION= 1 +DISTNAME= hunspell-1.3.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/} @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//} GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl:run USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ @@ -35,6 +34,8 @@ SUBST_SED.paths+= -e 's,/usr/share/myspell/,${PREFIX}/share/hunspell/,g' PLIST_SRC= PLIST PLIST_SUBST+= DISTNAME=${DISTNAME} +REPLACE_PERL= src/tools/ispellaff2myspell + .include "options.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/textproc/hunspell/PLIST b/textproc/hunspell/PLIST index 9c4fa3bfcbe..d0335829aa8 100644 --- a/textproc/hunspell/PLIST +++ b/textproc/hunspell/PLIST @@ -1,12 +1,16 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:17:18 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/02/13 14:42:59 wiz Exp $ +bin/affixcompress bin/analyze bin/chmorph -bin/example bin/hunspell bin/hunzip bin/hzip +bin/ispellaff2myspell +bin/makealias bin/munch bin/unmunch +bin/wordforms +bin/wordlist2hunspell include/hunspell/affentry.hxx include/hunspell/affixmgr.hxx include/hunspell/atypes.hxx @@ -18,15 +22,14 @@ include/hunspell/hashmgr.hxx include/hunspell/htypes.hxx include/hunspell/hunspell.h include/hunspell/hunspell.hxx +include/hunspell/hunvisapi.h include/hunspell/hunzip.hxx include/hunspell/langnum.hxx include/hunspell/phonet.hxx include/hunspell/replist.hxx include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx -include/munch.h -include/unmunch.h -lib/libhunspell-1.2.la +lib/libhunspell-1.3.la lib/libparsers.a lib/pkgconfig/hunspell.pc man/hu/man1/hunspell.1 @@ -37,3 +40,4 @@ man/man1/hzip.1 man/man3/hunspell.3 man/man4/hunspell.4 share/locale/hu/LC_MESSAGES/hunspell.mo +share/locale/it/LC_MESSAGES/hunspell.mo diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo index a4e2cca5568..1fae24ab5d9 100644 --- a/textproc/hunspell/distinfo +++ b/textproc/hunspell/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2009/09/22 09:16:51 sketch Exp $ +$NetBSD: distinfo,v 1.6 2012/02/13 14:42:59 wiz Exp $ -SHA1 (hunspell-1.2.8.tar.gz) = eaa76f82fcf08678e49f7a30afdaa268bcc75235 -RMD160 (hunspell-1.2.8.tar.gz) = e4fd39e5fadf96da1311f2aa7163ec17eacf0f83 -Size (hunspell-1.2.8.tar.gz) = 784360 bytes -SHA1 (patch-aa) = 47dbec62c0ffe972275cc7e554a35d8acdbf495a +SHA1 (hunspell-1.3.2.tar.gz) = 902c76d2b55a22610e2227abc4fd26cbe606a51c +RMD160 (hunspell-1.3.2.tar.gz) = f193de180f9ac29cfb54824a45366ba57b27e5c4 +Size (hunspell-1.3.2.tar.gz) = 975917 bytes +SHA1 (patch-aa) = b03a51d88bd57786f4a0ac01a3b760b4d8ba385a SHA1 (patch-ab) = 01ff90fc2ebf1049d791a0669ddcc3f5495729c0 SHA1 (patch-ac) = 27cad6078b55bce7144f462ddebac9887392c93b diff --git a/textproc/hunspell/options.mk b/textproc/hunspell/options.mk index 88b30ec76be..69ba6908912 100644 --- a/textproc/hunspell/options.mk +++ b/textproc/hunspell/options.mk @@ -1,9 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2009/02/08 18:25:40 ahoka Exp $ +# $NetBSD: options.mk,v 1.4 2012/02/13 14:42:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.hunspell PKG_SUPPORTED_OPTIONS= wide-curses PKG_SUGGESTED_OPTIONS= # empty -PKG_LEGACY_OPTS+= ncursesw:wide-curses .include "../../mk/bsd.options.mk" diff --git a/textproc/hunspell/patches/patch-aa b/textproc/hunspell/patches/patch-aa index 8226bc0ab43..b5ef8aedd64 100644 --- a/textproc/hunspell/patches/patch-aa +++ b/textproc/hunspell/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2009/01/26 20:09:48 sketch Exp $ +$NetBSD: patch-aa,v 1.2 2012/02/13 14:42:59 wiz Exp $ ---- src/hunspell/hunzip.hxx.orig Mon Jan 26 19:52:29 2009 -+++ src/hunspell/hunzip.hxx Mon Jan 26 19:59:16 2009 +--- src/hunspell/hunzip.hxx.orig 2010-04-15 11:22:09.000000000 +0000 ++++ src/hunspell/hunzip.hxx @@ -4,6 +4,10 @@ #ifndef _HUNZIP_HXX_ #define _HUNZIP_HXX_ @@ -10,6 +10,6 @@ $NetBSD: patch-aa,v 1.1 2009/01/26 20:09:48 sketch Exp $ +#include <iostream> +#endif + - #define BUFSIZE 65536 - #define HZIP_EXTENSION ".hz" + #include "hunvisapi.h" + #include <stdio.h> |