aboutsummaryrefslogtreecommitdiff
path: root/textproc/hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hunspell')
-rw-r--r--textproc/hunspell/Makefile76
-rw-r--r--textproc/hunspell/distinfo6
-rw-r--r--textproc/hunspell/files/patch-src_tools_hunspell.cxx42
-rw-r--r--textproc/hunspell/files/patch-sysintl18
-rw-r--r--textproc/hunspell/patch-src_tools_Makefile.am11
-rw-r--r--textproc/hunspell/patch-src_tools_Makefile.in15
-rw-r--r--textproc/hunspell/pkg-descr19
-rw-r--r--textproc/hunspell/pkg-plist34
8 files changed, 0 insertions, 221 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile
deleted file mode 100644
index 0609fb2a328f..000000000000
--- a/textproc/hunspell/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# New ports collection makefile for: hunspell
-# Date created: 24.07.2004
-# Whom: janos.mohacsi@bsd.hu
-#
-# $FreeBSD$
-#
-
-PORTNAME= hunspell
-PORTVERSION= 1.2.8
-CATEGORIES= hungarian textproc
-MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}:code \
- SF/magyarispell/Magyar%20Ispell/${DICTVERSION}:data
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:code \
- hu_HU-${DICTVERSION}${EXTRACT_SUFX}:data
-
-MAINTAINER= janos.mohacsi@bsd.hu
-COMMENT= Improved spell-checker for Hungarian and other languages
-
-#EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
-USE_GETTEXT= yes
-USE_ICONV= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ui --with-libintl-prefix=${PREFIX} --with-readline
-CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
-EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude intl
-ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
-
-MAN1= hunspell.1
-MAN4= hunspell.4
-
-DICTVERSION= 1.4
-PORTDOCS= README README.myspell
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/src/tools/hunspell.cxx
-
-do-install:
- ${INSTALL_MAN} ${WRKSRC}/man/hunspell.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/hunspell.4 ${PREFIX}/man/man4
- ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/.libs/hunspell ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/include/hunspell
- ${INSTALL_DATA} ${WRKSRC}/src/hunspell/*.h* ${PREFIX}/include/hunspell/
- ${INSTALL_DATA} ${WRKSRC}/src/hunspell/.libs/libhunspell-1.2.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/src/hunspell/.libs/libhunspell-1.2.lai ${PREFIX}/lib/libhunspell-1.1.la
- ${INSTALL_DATA} ${WRKSRC}/src/hunspell/.libs/libhunspell-1.2.so.0 ${PREFIX}/lib
- ${LN} -s ${LOCALBASE}/lib/libhunspell-1.2.so.0 ${PREFIX}/lib/libhunspell-1.2.so
- ${MKDIR} ${PREFIX}/share/myspell/
- ${INSTALL_DATA} ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.dic \
- ${WRKDIR}/hu_HU-${DICTVERSION}/hu_HU.aff \
- ${PREFIX}/share/myspell/
- ${INSTALL_DATA} ${WRKSRC}/hunspell.pc ${PREFIX}/libdata/pkgconfig/
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/magyar.dic
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/hungarian.dic
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/default.dic
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/magyar.aff
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/hungarian.aff
- ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/default.aff
- #${LOCALBASE}/bin/msgfmt -o ${WRKSRC}/hunspell.mo ${WRKSRC}/hunspell.po
- #${MKDIR} ${PREFIX}/share/locale/hu/LC_MESSAGES/ && \
- #${INSTALL_DATA} ${WRKSRC}/hunspell.mo ${PREFIX}/share/locale/hu/LC_MESSAGES/
-
-.ifndef(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo
deleted file mode 100644
index fa75a194b819..000000000000
--- a/textproc/hunspell/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (hunspell-1.2.8.tar.gz) = 1177af54a09e320d2c24015f29c3a93e
-SHA256 (hunspell-1.2.8.tar.gz) = af563e13646620e608052b46974e10d0fc3e4d48b1b996f9771cbfac6dfc3c38
-SIZE (hunspell-1.2.8.tar.gz) = 784360
-MD5 (hu_HU-1.4.tar.gz) = 40c7945b7c9a576a4e31290be4e8b196
-SHA256 (hu_HU-1.4.tar.gz) = cdc7463f6f990172a618aaa1922bef7f23785ba58e29e7dac165591bf9005841
-SIZE (hu_HU-1.4.tar.gz) = 703570
diff --git a/textproc/hunspell/files/patch-src_tools_hunspell.cxx b/textproc/hunspell/files/patch-src_tools_hunspell.cxx
deleted file mode 100644
index edf36c455f84..000000000000
--- a/textproc/hunspell/files/patch-src_tools_hunspell.cxx
+++ /dev/null
@@ -1,42 +0,0 @@
-
-$FreeBSD$
-
---- src/tools/hunspell.cxx.orig
-+++ src/tools/hunspell.cxx
-@@ -63,25 +63,21 @@
- #include "firstparser.hxx"
-
- #define LIBDIR \
-- "/usr/share/hunspell:" \
-- "/usr/share/myspell:" \
-- "/usr/share/myspell/dicts"
-+ "%%PREFIX%%/share/hunspell:" \
-+ "%%PREFIX%%/share/myspell:" \
-+ "%%PREFIX%%/share/myspell/dicts"
- #define USEROOODIR \
- ".openoffice.org2/user/wordbook:" \
- ".openoffice.org2.0/user/wordbook"
- #define OOODIR \
-- "/opt/openoffice.org/basis3.0/share/dict/ooo:" \
-- "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \
-- "/opt/openoffice.org2.4/share/dict/ooo:" \
-- "/usr/lib/openoffice.org2.4/share/dict/ooo:" \
-- "/opt/openoffice.org2.3/share/dict/ooo:" \
-- "/usr/lib/openoffice.org2.3/share/dict/ooo:" \
-- "/opt/openoffice.org2.2/share/dict/ooo:" \
-- "/usr/lib/openoffice.org2.2/share/dict/ooo:" \
-- "/opt/openoffice.org2.1/share/dict/ooo:" \
-- "/usr/lib/openoffice.org2.1/share/dict/ooo:" \
-- "/opt/openoffice.org2.0/share/dict/ooo:" \
-- "/usr/lib/openoffice.org2.0/share/dict/ooo"
-+ "%%PREFIX%%/openoffice.org-DEV300_m41/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4.1/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.2/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.1/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org2.0/share/dict/ooo"
- #define HOME getenv("HOME")
- #define DICBASENAME ".hunspell_"
- #define LOGFILE "/tmp/hunspell.log"
diff --git a/textproc/hunspell/files/patch-sysintl b/textproc/hunspell/files/patch-sysintl
deleted file mode 100644
index d8c0d3dda0f9..000000000000
--- a/textproc/hunspell/files/patch-sysintl
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure 2008-08-14 05:53:13.000000000 -0400
-+++ configure 2008-08-26 06:35:15.000000000 -0400
-@@ -24576,5 +24576,5 @@
-
-
--ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile intl/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile"
-+ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile"
-
- cat >confcache <<\_ACEOF
---- Makefile.in 2008-08-14 05:53:15.000000000 -0400
-+++ Makefile.in 2008-08-26 06:37:41.000000000 -0400
-@@ -230,5 +230,5 @@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I m4
--SUBDIRS = intl po src man m4 tests
-+SUBDIRS = po src man m4 tests
- pkgconfdir = $(libdir)/pkgconfig
- pkgconf_DATA = hunspell.pc
diff --git a/textproc/hunspell/patch-src_tools_Makefile.am b/textproc/hunspell/patch-src_tools_Makefile.am
deleted file mode 100644
index b200053a3598..000000000000
--- a/textproc/hunspell/patch-src_tools_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- src/tools/Makefile.am.orig
-+++ src/tools/Makefile.am
-@@ -1,4 +1,4 @@
--bin_PROGRAMS=analyze chmorph example hunspell munch unmunch hzip hunzip
-+bin_PROGRAMS=analyze chmorph example hunspell munch unmunch
-
- INCLUDES=-I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers
-
diff --git a/textproc/hunspell/patch-src_tools_Makefile.in b/textproc/hunspell/patch-src_tools_Makefile.in
deleted file mode 100644
index a22d5725516c..000000000000
--- a/textproc/hunspell/patch-src_tools_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- src/tools/Makefile.in.orig
-+++ src/tools/Makefile.in
-@@ -35,8 +35,7 @@
- host_triplet = @host@
- target_triplet = @target@
- bin_PROGRAMS = analyze$(EXEEXT) chmorph$(EXEEXT) example$(EXEEXT) \
-- hunspell$(EXEEXT) munch$(EXEEXT) unmunch$(EXEEXT) \
-- hzip$(EXEEXT) hunzip$(EXEEXT)
-+ hunspell$(EXEEXT) munch$(EXEEXT) unmunch$(EXEEXT)
- noinst_PROGRAMS = example$(EXEEXT)
- subdir = src/tools
- DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
diff --git a/textproc/hunspell/pkg-descr b/textproc/hunspell/pkg-descr
deleted file mode 100644
index ceaba2f1737e..000000000000
--- a/textproc/hunspell/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Hungarian Spell Checher utility with Hungarian dictionary
-and affix files. It has several advantages over ispell.
-It has better affix rules than hu-ispell.
-
-It is installing hungarian dictionary by default, but other dictionaries can
-be found at: http://wiki.services.openoffice.org/wiki/Dictionaries
-
-Magyar helyesírás ellenőrző hunspell. Előnyök az ispell-hez képest:
-- Több karakter változással járó tipikus hibákra javítási javaslat.
-- Helyes összetett szónak látszó szavak tiltása.
-- 6-3-as szabály
-- mozgószabály
-- összetételi szabályok
-- többszörös képzők helyes használata
-- ékezetesítési javaslatok
-Alepesetben csak a magyar szótárat installálja, de további szótárak
-elérhetöek: http://wiki.services.openoffice.org/wiki/Dictionaries
-
-WWW: http://magyarispell.sourceforge.net/
diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist
deleted file mode 100644
index 17c80bd29a24..000000000000
--- a/textproc/hunspell/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-bin/hunspell
-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/filemgr.hxx
-include/hunspell/hashmgr.hxx
-include/hunspell/htypes.hxx
-include/hunspell/hunspell.h
-include/hunspell/hunspell.hxx
-include/hunspell/hunzip.hxx
-include/hunspell/langnum.hxx
-include/hunspell/license.hunspell
-include/hunspell/phonet.hxx
-include/hunspell/replist.hxx
-include/hunspell/suggestmgr.hxx
-include/hunspell/w_char.hxx
-@dirrm include/hunspell
-lib/libhunspell-1.2.a
-lib/libhunspell-1.1.la
-lib/libhunspell-1.2.so.0
-lib/libhunspell-1.2.so
-libdata/pkgconfig/hunspell.pc
-share/myspell/hu_HU.aff
-share/myspell/hu_HU.dic
-share/myspell/hungarian.aff
-share/myspell/hungarian.dic
-share/myspell/magyar.aff
-share/myspell/magyar.dic
-share/myspell/default.aff
-share/myspell/default.dic
-@dirrm share/myspell