Hunspell is an improved spellchecker based on myspell.

This commit is contained in:
Adam Hoka 2007-06-25 23:13:17 +00:00 committed by Thomas Klausner
parent baad1869b5
commit 05b50bdfc6
4 changed files with 74 additions and 0 deletions

11
hunspell/DESCR Normal file
View file

@ -0,0 +1,11 @@
Hunspell is the default spell checker of OpenOffice.org office suite
and expectant spell checker of Mozilla Firefox and Thunderbird.
Main features:
* Unicode support.
* Conditional and multiple affixes for languages with rich morphology.
* Extended compound word support.
* Morphological analysis (in custom item and arrangement style).
* Hunspell is based on MySpell and works also with MySpell dictionaries.
* GPL/LGPL/MPL tri-license

27
hunspell/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/06/25 23:13:17 hoka_adam Exp $
#
DISTNAME= hunspell-1.1.5-3
PKGNAME= hunspell-1.1.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
MAINTAINER= adam.hoka@gmail.com
HOMEPAGE= http://hunspell.sourceforge.net/
COMMENT= Improved spellchecker
WRKSRC= ${WRKDIR}/hunspell-1.1.5
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-ui
PKGCONFIG_OVERRIDE+= hunspell.pc.in
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

31
hunspell/PLIST Normal file
View file

@ -0,0 +1,31 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/25 23:13:17 hoka_adam Exp $
bin/example
bin/hunspell
bin/munch
bin/unmunch
include/hunspell/affentry.hxx
include/hunspell/affixmgr.hxx
include/hunspell/atypes.hxx
include/hunspell/baseaffix.hxx
include/hunspell/csutil.hxx
include/hunspell/dictmgr.hxx
include/hunspell/hashmgr.hxx
include/hunspell/htypes.hxx
include/hunspell/hunspell.h
include/hunspell/hunspell.hxx
include/hunspell/langnum.hxx
include/hunspell/suggestmgr.hxx
include/munch.h
include/unmunch.h
lib/libhunspell-1.1.la
lib/libparsers.a
lib/pkgconfig/hunspell.pc
man/hu/man1/hunspell.1
man/hu/man4/hunspell.4
man/man1/hunspell.1
man/man4/hunspell.4
share/locale/hu/LC_MESSAGES/hunspell.mo
@dirrm man/hu/man4
@dirrm man/hu/man1
@dirrm man/hu
@dirrm include/hunspell

5
hunspell/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/06/25 23:13:17 hoka_adam Exp $
SHA1 (hunspell-1.1.5-3.tar.gz) = 2c75f83cf0fd543b4b70f828cdb55cfc614773f5
RMD160 (hunspell-1.1.5-3.tar.gz) = f41f69569239faa031d16f26f7684f703243eed6
Size (hunspell-1.1.5-3.tar.gz) = 651729 bytes