pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hunspell Initial import of hunspell-1.12.2, p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bdadd131ff6
branches:  trunk
changeset: 533229:9bdadd131ff6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 11 17:40:29 2007 +0000

description:
Initial import of hunspell-1.12.2, packaged for pkgsrc-wip by Adam Hoka,
updated to latest version by me:

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

diffstat:

 textproc/hunspell/DESCR      |  11 +++++++++++
 textproc/hunspell/Makefile   |  27 +++++++++++++++++++++++++++
 textproc/hunspell/PLIST      |  32 ++++++++++++++++++++++++++++++++
 textproc/hunspell/distinfo   |   5 +++++
 textproc/hunspell/options.mk |  17 +++++++++++++++++
 5 files changed, 92 insertions(+), 0 deletions(-)

diffs (112 lines):

diff -r 806324754d83 -r 9bdadd131ff6 textproc/hunspell/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell/DESCR   Tue Sep 11 17:40:29 2007 +0000
@@ -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
diff -r 806324754d83 -r 9bdadd131ff6 textproc/hunspell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell/Makefile        Tue Sep 11 17:40:29 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 17:40:29 wiz Exp $
+#
+
+DISTNAME=      hunspell-1.1.12-2
+PKGNAME=       ${DISTNAME:C/-([0-9]+)$/.\1/}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hunspell/}
+
+MAINTAINER=    adam.hoka%gmail.com@localhost
+HOMEPAGE=      http://hunspell.sourceforge.net/
+COMMENT=       Improved spellchecker
+
+WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-[0-9]+$//}
+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 "options.mk"
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 806324754d83 -r 9bdadd131ff6 textproc/hunspell/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell/PLIST   Tue Sep 11 17:40:29 2007 +0000
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 17:40:29 wiz 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/phonet.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
diff -r 806324754d83 -r 9bdadd131ff6 textproc/hunspell/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell/distinfo        Tue Sep 11 17:40:29 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/11 17:40:29 wiz Exp $
+
+SHA1 (hunspell-1.1.12-2.tar.gz) = 2bd8ff433f5d4d4901fc6592f7f340013017acf5
+RMD160 (hunspell-1.1.12-2.tar.gz) = 15250b47b2ef3f867fa6f114e1f5b09933474764
+Size (hunspell-1.1.12-2.tar.gz) = 731022 bytes
diff -r 806324754d83 -r 9bdadd131ff6 textproc/hunspell/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hunspell/options.mk      Tue Sep 11 17:40:29 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: options.mk,v 1.1.1.1 2007/09/11 17:40:29 wiz Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.hunspell
+PKG_OPTIONS_REQUIRED_GROUPS=   display
+PKG_OPTIONS_GROUP.display=     ncurses ncursesw
+PKG_SUGGESTED_OPTIONS=         ncurses
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mncurses)
+USE_NCURSES=           yes
+.  include "../../devel/ncurses/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mncursesw)
+.  include "../../devel/ncursesw/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index