aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-29 15:10:12 +0800
committerbapt <bapt@FreeBSD.org>2014-01-29 15:10:12 +0800
commit157b529fbf8004a3db83475014f4cdb0b3821b7a (patch)
treef91ab1237c144bd44246bd7ac96d45345c068008 /textproc
parent8b145430aab9459620e0691f049a2df15bf3fe11 (diff)
downloadfreebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.gz
freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.zst
freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.zip
Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell german/ispell german/ispell-alt german/ispell-neu hungarian/ispell polish/ispell portuguese/ispell-pt_BR russian/rus-ispell textproc/british-ispell textproc/es-ispell textproc/ispell textproc/it-ispell textproc/nl-ispell textproc/sk-ispell ukrainian/ispell
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile6
-rw-r--r--textproc/british-ispell/Makefile15
-rw-r--r--textproc/es-ispell/Makefile14
-rw-r--r--textproc/es-ispell/pkg-descr10
-rw-r--r--textproc/ispell/Makefile405
-rw-r--r--textproc/ispell/distinfo30
-rw-r--r--textproc/ispell/files/AF.patch11
-rw-r--r--textproc/ispell/files/BR.patch52
-rw-r--r--textproc/ispell/files/DA.patch28
-rw-r--r--textproc/ispell/files/DENEU.makefile10
-rw-r--r--textproc/ispell/files/DENEU.patch31
-rw-r--r--textproc/ispell/files/ES.patch20
-rw-r--r--textproc/ispell/files/FR.patch26
-rw-r--r--textproc/ispell/files/IT.patch12
-rw-r--r--textproc/ispell/files/NL.patch11
-rw-r--r--textproc/ispell/files/NO.patch65
-rw-r--r--textproc/ispell/files/SE.patch17
-rw-r--r--textproc/ispell/files/patch-aa17
-rw-r--r--textproc/ispell/files/patch-ab11
-rw-r--r--textproc/ispell/files/patch-ispell.1X53
-rw-r--r--textproc/ispell/files/patch-ispell.c108
-rw-r--r--textproc/ispell/files/patch-ispell.h10
-rw-r--r--textproc/ispell/files/patch-term.c108
-rw-r--r--textproc/ispell/files/unsq.pl85
-rw-r--r--textproc/ispell/pkg-descr22
-rw-r--r--textproc/ispell/pkg-plist13
-rw-r--r--textproc/ispell/pkg-plist.af2
-rw-r--r--textproc/ispell/pkg-plist.am2
-rw-r--r--textproc/ispell/pkg-plist.br2
-rw-r--r--textproc/ispell/pkg-plist.british2
-rw-r--r--textproc/ispell/pkg-plist.cs2
-rw-r--r--textproc/ispell/pkg-plist.da2
-rw-r--r--textproc/ispell/pkg-plist.dealt2
-rw-r--r--textproc/ispell/pkg-plist.deneu2
-rw-r--r--textproc/ispell/pkg-plist.es2
-rw-r--r--textproc/ispell/pkg-plist.fi2
-rw-r--r--textproc/ispell/pkg-plist.fr2
-rw-r--r--textproc/ispell/pkg-plist.it3
-rw-r--r--textproc/ispell/pkg-plist.nl2
-rw-r--r--textproc/ispell/pkg-plist.no5
-rw-r--r--textproc/ispell/pkg-plist.pl2
-rw-r--r--textproc/ispell/pkg-plist.se2
-rw-r--r--textproc/ispell/pkg-plist.sk2
-rw-r--r--textproc/ispell/scripts/configure37
-rw-r--r--textproc/it-ispell/Makefile14
-rw-r--r--textproc/nl-ispell/Makefile13
-rw-r--r--textproc/sk-ispell/Makefile14
47 files changed, 0 insertions, 1306 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6671fb2ada42..42c78e4f08ec 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -52,7 +52,6 @@
SUBDIR += bn-aspell
SUBDIR += bomstrip
SUBDIR += br-aspell
- SUBDIR += british-ispell
SUBDIR += bsddiff
SUBDIR += bsdgrep
SUBDIR += bsdsort
@@ -168,7 +167,6 @@
SUBDIR += es-aspell
SUBDIR += es-hunspell
SUBDIR += es-hyphen
- SUBDIR += es-ispell
SUBDIR += es-mythes
SUBDIR += estraier
SUBDIR += et-aspell
@@ -321,11 +319,9 @@
SUBDIR += iso-schematron-xslt
SUBDIR += iso12083
SUBDIR += iso8879
- SUBDIR += ispell
SUBDIR += it-aspell
SUBDIR += it-hunspell
SUBDIR += it-hyphen
- SUBDIR += it-ispell
SUBDIR += it-mythes
SUBDIR += itstool
SUBDIR += jade
@@ -456,7 +452,6 @@
SUBDIR += nl-aspell
SUBDIR += nl-hunspell
SUBDIR += nl-hyphen
- SUBDIR += nl-ispell
SUBDIR += nl-mythes
SUBDIR += nltk
SUBDIR += nn-aspell
@@ -1395,7 +1390,6 @@
SUBDIR += sk-aspell
SUBDIR += sk-hunspell
SUBDIR += sk-hyphen
- SUBDIR += sk-ispell
SUBDIR += sk-mythes
SUBDIR += sl-aspell
SUBDIR += sl-hyphen
diff --git a/textproc/british-ispell/Makefile b/textproc/british-ispell/Makefile
deleted file mode 100644
index 11e235660cde..000000000000
--- a/textproc/british-ispell/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Alexander Langer <alex@big.endian.de>
-# $FreeBSD$
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_BRITISH= yes
-PORTNAME= british-ispell
-PORTVERSION= 3.1
-PORTREVISION= 1
-MASTERDIR= ${.CURDIR}/../ispell
-
-SCRIPTS_ENV= ISPELL_BRITISH=yes
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/es-ispell/Makefile b/textproc/es-ispell/Makefile
deleted file mode 100644
index 282d5e131b73..000000000000
--- a/textproc/es-ispell/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: Pedro F. Giffuni <giffunip@tutopia.com>
-# $FreeBSD$
-
-PORTNAME= es-ispell
-PORTVERSION= 1.10
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_ES= yes
-
-MASTERDIR= ${.CURDIR}/../ispell
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/es-ispell/pkg-descr b/textproc/es-ispell/pkg-descr
deleted file mode 100644
index 058e60746772..000000000000
--- a/textproc/es-ispell/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Este conjunto de ficheros compone un diccionario de español con unos
-53.000 términos. El número de términos está en constante incremento,
-aunque no se puede disponer de nuevas versiones hasta que no se comprueba
-su correcto funcionamiento. Momento en que se hacen públicas.
-
-La distribución actual de COES incluye un corrector ortográfico.
-Estas herramientas se usan en conjunto con la versión internacional del
-ispell 3.1.13 o posterior.
-
-WWW: http://www.datsi.fi.upm.es/~coes/
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
deleted file mode 100644
index 7437abd2705d..000000000000
--- a/textproc/ispell/Makefile
+++ /dev/null
@@ -1,405 +0,0 @@
-# Created by: jmz
-# $FreeBSD$
-
-PORTNAME?= ispell
-PORTVERSION?= 3.3.02
-PORTREVISION= 5
-CATEGORIES+= textproc
-MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \
- http://distfiles.opendarwin.org/
-DISTNAME= ispell-3.3.02 # needed for slave ports / options
-DISTFILES= ispell-3.3.02.tar.gz # needed for slave ports / options
-EXTRACT_ONLY= ${ISPELL_FILES}
-
-MAINTAINER?= gabor@FreeBSD.org
-COMMENT= An interactive spelling checker for multiple languages
-
-MAKE_JOBS_UNSAFE= yes
-MAN1= ispell.1 sq.1 unsq.1
-MAN5= ispell.5 english.5
-MLINKS= ispell.1 buildhash.1 \
- ispell.1 findaffix.1 \
- ispell.1 munchlist.1 \
- ispell.1 tryaffix.1 \
- ispell.1 spell.1
-
-ISPELL_FILES= ${DISTNAME}.tar.gz
-EXTRA_DICT=
-
-MAKE_FLAGS= TMPDIR=${WRKDIR} -f
-ALL_TARGET=
-
-BUILDHASH= ${WRKSRC}/buildhash
-UNSQ?= ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/bin/unsq.pl
-MUNCHLIST= ${WRKSRC}/munchlist
-DATADIR= ${PREFIX}/share/ispell
-ISPELL= ${WRKSRC}/ispell
-
-.if (!defined(ISPELL_ES) && !defined(ISPELL_IT) && !defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO) && !defined(ISPELL_NL) && !defined(ISPELL_DA) && !defined(ISPELL_AF) && !defined(ISPELL_FI) && !defined(ISPELL_PL) && !defined(ISPELL_BG) && !defined(ISPELL_SK) && !defined(ISPELL_CS))
-NO_STAGE= yes
-pre-everything::
- @${ECHO_MSG} '*********************************************************'
- @${ECHO_MSG} '* You can add further dictionaries: *'
- @${ECHO_MSG} '* Use make-flag: *'
-# @${ECHO_MSG} '* - Afrikaans ISPELL_AF=yes *'
- @${ECHO_MSG} '* - British ISPELL_BRITISH=yes *'
- @${ECHO_MSG} '* (replaces the American dictionary, specify also *'
- @${ECHO_MSG} '* ISPELL_INCLAMERICAN=yes to have both) *'
- @${ECHO_MSG} '* - Brazilian Portuguese ISPELL_BR=yes *'
- @${ECHO_MSG} '* - Bulgarian ISPELL_BG=yes *'
- @${ECHO_MSG} '* - Czech ISPELL_CS=yes *'
- @${ECHO_MSG} '* - Dutch ISPELL_NL=yes *'
- @${ECHO_MSG} '* - Danish ISPELL_DA=yes *'
- @${ECHO_MSG} '* - Finnish ISPELL_FI=yes *'
- @${ECHO_MSG} '* (or ISPELL_FI=[small|large] (medium is default) *'
- @${ECHO_MSG} '* - French ISPELL_FR=yes *'
- @${ECHO_MSG} '* - German (old spelling) ISPELL_DEALT=yes *'
- @${ECHO_MSG} '* - German (new spelling) ISPELL_DENEU=yes *'
- @${ECHO_MSG} '* - Italian ISPELL_IT=yes *'
- @${ECHO_MSG} '* - Polish ISPELL_PL=yes *'
- @${ECHO_MSG} '* - Slovak ISPELL_SK=yes *'
- @${ECHO_MSG} '* - Spanish ISPELL_ES=yes *'
- @${ECHO_MSG} '* - Swedish ISPELL_SE=yes *'
- @${ECHO_MSG} '* - Norwegian ISPELL_NO=yes *'
- @${ECHO_MSG} '* Example: "make ISPELL_FR=yes ISPELL_SE=yes install" *'
- @${ECHO_MSG} '*********************************************************'
-.else
-.if defined(ISPELL_BRITISH)
-SCRIPTS_ENV+= ISPELL_BRITISH=${ISPELL_BRITISH}
-.if defined(ISPELL_INCLAMERICAN)
-SCRIPTS_ENV+= ISPELL_INCLAMERICAN=${ISPELL_INCLAMERICAN}
-.endif
-.endif
-.if defined(ISPELL_ES)
-ESDISTFILE= espa~nol-1.10.tar.gz
-MASTER_SITES+= http://www.datsi.fi.upm.es/~coes/:es
-EXTRA_DICT+= ${ESDISTFILE}:es
-.endif
-.if defined(ISPELL_IT)
-ITDISTFILE= ispell-it2001.tgz
-MASTER_SITES+= http://members.xoom.alice.it/trasforma/ispell/:it
-EXTRA_DICT+= ${ITDISTFILE}:it
-.endif
-.if defined(ISPELL_FR)
-FRDISTFILE= francais-IREQ-1.4.tar.gz
-MASTER_SITES+= ftp://ftp.lip6.fr/pub/ispell/francais/:fr
-EXTRA_DICT+= ${FRDISTFILE}:fr
-.endif
-.if defined(ISPELL_SE)
-SEDISTFILE= iswedish-1.2.1.tar.gz
-MASTER_SITES+= http://www.sslug.dk/locale/ispell/iswedish/:se
-EXTRA_DICT+= ${SEDISTFILE}:se
-EXTRACT_ONLY+= ${SEDISTFILE}
-.endif
-.if defined(ISPELL_BR)
-BROKEN= ispell-br unfetchable
-BRDISTFILE= br.ispell-2.4.tar.gz
-MASTER_SITES+= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/:br
-EXTRA_DICT+= ${BRDISTFILE}:br
-EXTRACT_ONLY+= ${BRDISTFILE}
-.endif
-.if defined(ISPELL_DENEU)
-DENEUDISTFILE= igerman98-20071211.tar.bz2
-MASTER_SITES+= http://www.j3e.de/ispell/igerman98/dict/:denu
-EXTRA_DICT+= ${DENEUDISTFILE}:denu
-USES+= gmake
-MAKE_ARGS+= MAKE=${GMAKE}
-.endif
-.if defined(ISPELL_DEALT)
-DEALTDISTFILE= hk-deutsch.tar.gz
-MASTER_SITES+= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/:dealt
-EXTRA_DICT+= ${DEALTDISTFILE}:dealt
-.endif
-.if defined(ISPELL_NO)
-BROKEN= ispell-no unfetchable
-NODISTFILE= ispell-norsk-2.0.tar.gz
-MASTER_SITES+= http://folk.uio.no/runekl/:no
-EXTRA_DICT+= ${NODISTFILE}:no
-EXTRACT_ONLY+= ${NODISTFILE}
-MASKBITS?= 64
-USES+= gmake
-.endif
-.if defined(ISPELL_NL)
-NLDISTFILE= ispell-nl-1.0.0.tar.gz
-MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:nl/}
-MASTER_SITE_SUBDIR+= fenner/:nl
-EXTRA_DICT+= ${NLDISTFILE}:nl
-EXTRACT_ONLY+= ${NLDISTFILE}
-.endif
-.if defined(ISPELL_DA)
-DADISTFILE= ispell-da-1.7.31.tar.gz
-MASTER_SITES+= http://da.speling.org/filer/:da
-EXTRA_DICT+= ${DADISTFILE}:da
-EXTRACT_ONLY+= ${DADISTFILE}
-.endif
-#.if defined(ISPELL_AF)
-#AFDISTFILE= ispell-sa-1.0.0.tar.gz
-#MASTER_SITES+= #${MASTER_SITE_LOCAL:S/$/:af/}
-#EXTRA_DICT+= ${AFDISTFILE}:af
-#EXTRACT_ONLY+= ${AFDISTFILE}
-#.endif
-.if defined(ISPELL_FI)
-FIDICTFILE= finnish.dict.bz2
-MASTER_SITES+= http://ispell-fi.sourceforge.net/:fi
-.if ${ISPELL_FI:L} != yes
-FIAFFIXFILE= finnish.${ISPELL_FI:L}.aff.bz2
-.else
-FIAFFIXFILE= finnish.medium.aff.bz2
-.endif
-EXTRA_DICT+= ${FIDICTFILE}:fi ${FIAFFIXFILE}:fi
-.endif
-.if defined(ISPELL_PL)
-PLDISTFILE= ispell-pl-20021127.tar.gz
-MASTER_SITES+= SF/ispell-pl/ispell-pl/20021127:pl
-MASKBITS?= 64
-EXTRA_DICT+= ${PLDISTFILE}:pl
-EXTRACT_ONLY+= ${PLDISTFILE}
-BUILDHASH= ${WRKDIR}/${PLDISTFILE:S=.tar.gz==}/zbuduj.slownik.sh
-.endif
-.if defined(ISPELL_BG)
-MASTER_SITES+= SF/bgoffice/Ispell%20BG/2.1:bg
-MASTER_SITE_SUBDIR+= bgoffice/:bg
-BGDISTFILE= ispell-bg-2.1.tar.gz
-MASKBITS?= 64
-EXTRA_DICT+= ${BGDISTFILE}:bg
-EXTRACT_ONLY+= ${BGDISTFILE}
-.endif
-.if defined(ISPELL_SK)
-SKDISTFILE= ispell-sk-0.3.2.tar.gz
-MASTER_SITES+= http://sk-spell.sk.cx/files/:sk
-EXTRA_DICT+= ${SKDISTFILE}:sk
-EXTRACT_ONLY+= ${SKDISTFILE}
-.endif
-.if defined(ISPELL_CS)
-CSDISTFILE= ispell-czech-20040229.tar.gz
-MASTER_SITES+= ftp://ftp.vslib.cz/pub/unix/ispell/:cs
-EXTRA_DICT+= ${CSDISTFILE}:cs
-EXTRACT_ONLY+= ${CSDISTFILE}
-.endif
-.endif
-
-DISTFILES+= ${EXTRA_DICT}
-
-post-extract:
-.if defined(ISPELL_ES)
- @${TAR} -C ${WRKDIR} -zxf ${DISTDIR}/${ESDISTFILE}
-.endif
-.if defined(ISPELL_IT)
- @${TAR} -C ${WRKDIR} -zxf ${DISTDIR}/${ITDISTFILE}
-.endif
-.if defined(ISPELL_FR)
- @${MKDIR} ${WRKDIR}/francais-IREQ
- @${TAR} -C ${WRKDIR}/francais-IREQ -zxf ${DISTDIR}/${FRDISTFILE}
-.endif
-.if defined(ISPELL_DEALT)
- @${MKDIR} ${WRKDIR}/hk-deutsch
- @${TAR} -C ${WRKDIR}/hk-deutsch/ -zxf ${DISTDIR}/${DEALTDISTFILE}
-.endif
-.if defined(ISPELL_DENEU)
- @${TAR} -C ${WRKDIR}/ -yxf ${DISTDIR}/${DENEUDISTFILE}
-.endif
-.if defined(ISPELL_FI)
- ${MKDIR} ${WRKDIR}/finnish
-.for file in ${FIDICTFILE} ${FIAFFIXFILE}
- ${BZIP2_CMD} -dc ${DISTDIR}/${file} \
- > ${WRKDIR}/finnish/${file:S/.bz2$//}
-.endfor
-.endif
-
-post-patch:
-.if defined(ISPELL_ES)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/ES.patch 2>/dev/null
- @${REINPLACE_CMD} -e "s|%%BH%%|${BUILDHASH}|g;s|%%MH%%|${MUNCHLIST}|g" \
- ${WRKDIR}/espa~nol-1.10/Makefile
-.endif
-.if defined(ISPELL_IT)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/IT.patch 2>/dev/null
- @${REINPLACE_CMD} -e "s|%%BH%%|${BUILDHASH}|g;s|%%MH%%|${MUNCHLIST}|g" \
- ${WRKDIR}/ispell-it/Makefile
-.endif
-.if defined(ISPELL_FR)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/FR.patch 2>/dev/null
-.endif
-.if defined(ISPELL_BR)
- @cd ${WRKDIR}/${BRDISTFILE:S/.tar.gz$//} && ${PATCH} < ${FILESDIR}/BR.patch 2>/dev/null
-.endif
-.if defined(ISPELL_DENEU)
- @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${PATCH} < ${FILESDIR}/DENEU.patch 2>/dev/null
- @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${MV} Makefile GNUmakefile
- @${CP} ${FILESDIR}/DENEU.makefile ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/Makefile
-.endif
-.if defined(ISPELL_SE)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/SE.patch 2>/dev/null
-.endif
-.if defined(ISPELL_NO)
- @cd ${WRKDIR}/norsk && ${PATCH} < ${FILESDIR}/NO.patch 2>/dev/null
- @${MKDIR} ${WRKDIR}/bin && ${CP} ${FILESDIR}/unsq.pl ${WRKDIR}/bin && ${CHMOD} +x ${WRKDIR}/bin/unsq.pl
-.endif
-.if defined(ISPELL_NL)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/NL.patch 2>/dev/null
-.endif
-.if defined(ISPELL_DA)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/DA.patch 2>/dev/null
-.endif
-.if defined(ISPELL_AF)
- @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/AF.patch 2>/dev/null
-.endif
-.if defined(ISPELL_PL)
- @${REINPLACE_CMD} -e 's/bash/sh/' -e 's:^buildhash:${WRKSRC}/buildhash:' ${BUILDHASH}
-.endif
-
-post-configure:
- @${ECHO_CMD} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h
- @${ECHO_CMD} "#define CC \"${CC}\"" >> ${WRKSRC}/local.h
-.if defined(MASKBITS)
- @${ECHO_CMD} "#define MASKBITS ${MASKBITS}" >> ${WRKSRC}/local.h
-.endif
-
-post-build:
-.if defined(ISPELL_ES)
- @cd ${WRKDIR}/espa~nol-1.10 && ${MAKE}
-.endif
-.if defined(ISPELL_IT)
- @cd ${WRKDIR}/ispell-it && ${MAKE} all
-.endif
-.if defined(ISPELL_DENEU)
- @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2==} && \
- ${MAKE} ${MAKEFLAGS} UNSQ=${UNSQ} BUILDHASH=${BUILDHASH} \
- german.hash && \
- ${MV} german.hash ndeutsch.hash && ${MV} german.aff ndeutsch.aff
-.endif
-.if defined(ISPELL_DEALT)
- @cd ${WRKDIR}/${DEALTDISTFILE:S=.tar.gz==} && \
- ${CAT} worte.txt verben.txt \
- adjektive.txt klein.txt geographie.txt vornamen.txt \
- abkuerz.txt imperat.txt latein.txt informatik.txt \
- infoabk.txt elektronik.txt orgabk.txt marken.txt \
- alphabeta.txt roemisch.txt zusammen.txt | \
- ${SORT} -u > all.words && \
- ${BUILDHASH} all.words deutsch.aff deutsch.hash
-.endif
-.if defined(ISPELL_BR)
- @cd ${WRKDIR}/${BRDISTFILE:S=.tar.gz==} && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all
-.endif
-.if defined(ISPELL_SE)
- @cd ${WRKDIR}/${SEDISTFILE:S=.tar.gz==} && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH}
-.endif
-.if defined(ISPELL_FR)
- @cd ${WRKDIR}/francais-IREQ && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH}
-.endif
-.if defined(ISPELL_NO)
- @cd ${WRKDIR}/norsk && \
- ${GMAKE} ${MAKEFLAGS} UNSQ=${UNSQ} BUILDHASH=${BUILDHASH} \
- MUNCHLIST=${MUNCHLIST}
-.endif
-.if defined(ISPELL_NL)
- @cd ${WRKDIR}/${NLDISTFILE:S=.tar.gz==} && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all
-.endif
-.if defined(ISPELL_DA)
- @cd ${WRKDIR}/${DADISTFILE:S=.tar.gz==} && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} ISPELL=${ISPELL} all
-.endif
-.if defined(ISPELL_AF)
- @cd ${WRKDIR}/${AFDISTFILE:S=.tar.gz==} && \
- ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all
-.endif
-.if defined(ISPELL_FI)
- @cd ${WRKDIR}/finnish && \
- ${BUILDHASH} ${FIDICTFILE:S/.bz2//} ${FIAFFIXFILE:S/.bz2//} \
- finnish.hash && ${MV} ${FIAFFIXFILE:S/.bz2//} finnish.aff
-.endif
-.if defined(ISPELL_PL)
- @cd ${WRKDIR}/${PLDISTFILE:S=.tar.gz==} && \
- ${CAT} A B C imiona-A imiona-B fachowe/* > polish.dic && \
- ${BUILDHASH} polish.dic polish.aff polish.hash
-.endif
-.if defined(ISPELL_BG)
- @cd ${WRKDIR}/${BGDISTFILE:S=.tar.gz==} && \
- ${BUILDHASH} data/bulgarian.dict data/bulgarian.aff data/bulgarian.hash && \
- ${CP} data/bulgarian.aff bulgarian.aff && \
- ${CP} data/bulgarian.hash bulgarian.hash
-.endif
-.if defined(ISPELL_SK)
- @cd ${WRKDIR}/${SKDISTFILE:S=.tar.gz==} && \
- ${BUILDHASH} slovak.words slovak.aff slovak.hash
-.endif
-.if defined(ISPELL_CS)
- @cd ${WRKDIR}/ispell-czech && \
- ${MAKE} czech.a-z && \
- ${BUILDHASH} czech.a-z czech.aff czech.hash
-.endif
-
-pre-su-install:
- @if [ ! -d ${DATADIR} ]; then ${MKDIR} ${DATADIR}; fi
-
-post-install:
- @${RM} -f ${PREFIX}/bin/spell
- @${LN} ${PREFIX}/bin/ispell ${PREFIX}/bin/spell
-.if defined(ISPELL_BRITISH)
- ${INSTALL_DATA} ${WRKSRC}/languages/british/english.xlg \
- ${DATADIR}/english.dict
-.else
- ${INSTALL_DATA} ${WRKSRC}/languages/american/english.med+ \
- ${DATADIR}/english.dict
-.endif
- @-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR}
-.if defined(ISPELL_ES)
- @${CAT} ${MASTERDIR}/pkg-plist.es >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_IT)
- @${CAT} ${MASTERDIR}/pkg-plist.it >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_FR)
- @${CAT} ${MASTERDIR}/pkg-plist.fr >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_DEALT)
- @${CAT} ${MASTERDIR}/pkg-plist.dealt >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_DENEU)
- @${CAT} ${MASTERDIR}/pkg-plist.deneu >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_BR)
- @${CAT} ${MASTERDIR}/pkg-plist.br >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_SE)
- @${CAT} ${MASTERDIR}/pkg-plist.se >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_NO)
- @${CAT} ${MASTERDIR}/pkg-plist.no >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_NL)
- @${CAT} ${MASTERDIR}/pkg-plist.nl >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_DA)
- @${CAT} ${MASTERDIR}/pkg-plist.da >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_AF)
- @${CAT} ${MASTERDIR}/pkg-plist.af >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_BRITISH)
- @${CAT} ${MASTERDIR}/pkg-plist.british >> ${TMPPLIST}
-.if defined(ISPELL_INCLAMERICAN)
- @${CAT} ${MASTERDIR}/pkg-plist.am >> ${TMPPLIST}
-.endif
-.else
- @${CAT} ${MASTERDIR}/pkg-plist.am >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_FI)
- @${CAT} ${MASTERDIR}/pkg-plist.fi >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_PL)
- @${CAT} ${MASTERDIR}/pkg-plist.pl >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_SK)
- @${CAT} ${MASTERDIR}/pkg-plist.sk >> ${TMPPLIST}
-.endif
-.if defined(ISPELL_CS)
- @${CAT} ${MASTERDIR}/pkg-plist.cs >> ${TMPPLIST}
-.endif
- @${ECHO_CMD} "@dirrm share/ispell" >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/textproc/ispell/distinfo b/textproc/ispell/distinfo
deleted file mode 100644
index bb945a7cbabd..000000000000
--- a/textproc/ispell/distinfo
+++ /dev/null
@@ -1,30 +0,0 @@
-SHA256 (ispell-3.3.02.tar.gz) = 7ff5aad2722ad80fa86766218b7bc622b25bad2d765ea942ba93c996b113ecb4
-SIZE (ispell-3.3.02.tar.gz) = 619813
-SHA256 (espa~nol-1.10.tar.gz) = 596bc79fee56b9a444619d303a7a7337380745ba75762974e0daf62422a1334f
-SIZE (espa~nol-1.10.tar.gz) = 439676
-SHA256 (ispell-it2001.tgz) = bac0714ff3f89b89de82b9f03e0e5958be1c99eb4f5324aec5a1cc246df8a548
-SIZE (ispell-it2001.tgz) = 1115411
-SHA256 (francais-IREQ-1.4.tar.gz) = 16cf40bd724973b29b20f2ffec48987a5b0e2434577415431df8c12b7432acec
-SIZE (francais-IREQ-1.4.tar.gz) = 326207
-SHA256 (iswedish-1.2.1.tar.gz) = 4c889ea1d564f0fff06533ec7a040e8c37eceb1b7f2a35cbf0576dee40dd199a
-SIZE (iswedish-1.2.1.tar.gz) = 122346
-SHA256 (igerman98-20071211.tar.bz2) = dd6f3cbd70d2e9aec25d7e3032c175c1aa71cfae16d6bb9fa575e500653c7cf8
-SIZE (igerman98-20071211.tar.bz2) = 438006
-SHA256 (hk-deutsch.tar.gz) = f1aba4ff29dd53d74f848291ae204d8f8f36b1318c3c3de259769b9901dafadd
-SIZE (hk-deutsch.tar.gz) = 369789
-SHA256 (ispell-nl-1.0.0.tar.gz) = 6aaf8acb456d5fc229e6682652cef2d914089dd38f64ded0a6efd8161c8413e8
-SIZE (ispell-nl-1.0.0.tar.gz) = 480570
-SHA256 (ispell-da-1.7.31.tar.gz) = c13a762d8df55023a5fbb458a740f796ae84076c05f3a1bfce7fd5b73cba1b05
-SIZE (ispell-da-1.7.31.tar.gz) = 334791
-SHA256 (finnish.dict.bz2) = ed5b1b54604ebb49f949f92e62cbfb2e408ca9e51b95da1268c81434fc9dc36a
-SIZE (finnish.dict.bz2) = 316957
-SHA256 (finnish.large.aff.bz2) = 28cb4b1afafffc62a1c4affd594d1dd58ef71e4751f26207d1fdec2f77ea3161
-SIZE (finnish.large.aff.bz2) = 44788
-SHA256 (ispell-pl-20021127.tar.gz) = 879fa81299894007f4186a46ccd54715ae9d5c483b911d83205a0a9cf95821c6
-SIZE (ispell-pl-20021127.tar.gz) = 1019831
-SHA256 (ispell-bg-2.1.tar.gz) = 3f9916c2a4ac2a8429a951715d03d91bacf20cbcbd78bfd945243e1001e32d32
-SIZE (ispell-bg-2.1.tar.gz) = 233729
-SHA256 (ispell-sk-0.3.2.tar.gz) = 5b8a3e57e2a783c2e09984823e78ef758ff2954b7c165cea3ba4680e4dca657b
-SIZE (ispell-sk-0.3.2.tar.gz) = 618244
-SHA256 (ispell-czech-20040229.tar.gz) = 7a8afeba08d9d888a7aea4b0e97eae3fa4b8ba3322e3c627f9420e14c51e8ffa
-SIZE (ispell-czech-20040229.tar.gz) = 1000601
diff --git a/textproc/ispell/files/AF.patch b/textproc/ispell/files/AF.patch
deleted file mode 100644
index 9443efc08a3f..000000000000
--- a/textproc/ispell/files/AF.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ispell-sa-1.0.0/Makefile.orig Wed Jan 10 12:52:01 2001
-+++ ispell-sa-1.0.0/Makefile Wed Jan 10 12:52:16 2001
-@@ -7,7 +7,7 @@
- install -o root -g root -m 0644 afrikaans.aff $(installdir)
-
- afrikaans.hash: afrikaans.aff woordelys
-- buildhash woordelys afrikaans.aff afrikaans.hash
-+ ${BUILDHASH} woordelys afrikaans.aff afrikaans.hash
-
- clean:
- rm -f woordelys.stat afrikaans.hash woordelys.cnt *~
diff --git a/textproc/ispell/files/BR.patch b/textproc/ispell/files/BR.patch
deleted file mode 100644
index 888bb2c13cd4..000000000000
--- a/textproc/ispell/files/BR.patch
+++ /dev/null
@@ -1,52 +0,0 @@
---- Makefile.orig Mon Oct 18 19:15:22 1999
-+++ Makefile Thu Feb 10 17:04:59 2000
-@@ -16,12 +16,11 @@
- # VDIR - aqui será colocado o banco de verbos
- # MANDIR - aqui será colocada a man page do conjugue
- #
--prefix=/usr/local
--BINDIR=$(prefix)/bin
--HASHDIR=/usr/lib/ispell
--VDIR=$(prefix)/lib
--MANDIR=$(prefix)/man
--AWK=/usr/bin/gawk
-+BINDIR=$(PREFIX)/bin
-+HASHDIR=$(PREFIX)/lib
-+VDIR=$(PREFIX)/lib
-+MANDIR=$(PREFIX)/man
-+AWK=/usr/bin/awk
-
- #
- # Daqui para baixo não mexa mais em nada
-@@ -66,25 +65,21 @@
- br.hash: v.ispell
- cat v.ispell E.ispell|sort|uniq >br.tmp
- mv -f br.tmp br.ispell
-- buildhash br.ispell br.aff br.hash
-+ ${BUILDHASH} br.ispell br.aff br.hash
-
- #
- # Instala o br.hash
- #
--install-hash: br.ispell
-- install -d $(HASHDIR)
-- install --mode=644 br.hash br.aff $(HASHDIR)
-+install-hash: br.hash
-+ ${BSD_INSTALL_DATA} br.hash br.aff $(HASHDIR)
-
- #
- # Instala o conjugue
- #
- install-conjugue: conjugue
-- install -d $(BINDIR)
-- install --mode=755 conjugue $(BINDIR)/conjugue
-- install -d $(VDIR)
-- install --mode=644 verbos $(VDIR)/verbos
-- install -d $(MANDIR)/man1
-- install --mode=644 conjugue.1 $(MANDIR)/man1/conjugue.1
-+ ${BSD_INSTALL_SCRIPT} conjugue $(BINDIR)
-+ ${BSD_INSTALL_DATA} verbos $(VDIR)
-+ ${BSD_INSTALL_MAN} conjugue.1 $(MANDIR)/man1
-
- #
- # instala tudo
diff --git a/textproc/ispell/files/DA.patch b/textproc/ispell/files/DA.patch
deleted file mode 100644
index 64f61ad4e749..000000000000
--- a/textproc/ispell/files/DA.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- ispell-da-1.7.31/Makefile.orig 2010-01-21 12:03:30.000000000 +0100
-+++ ispell-da-1.7.31/Makefile 2010-01-21 12:04:02.000000000 +0100
-@@ -9,13 +9,13 @@
- lang=da
- version=1.7.31
-
--installdir=`ispell -vv | grep LIBDIR | cut -d'"' -f2`
-+installdir=`${ISPELL} -vv | grep LIBDIR | cut -d'"' -f2`
-
- all: maskbits $(sprog).hash
-
- maskbits:
-- @test "`ispell -vv | grep MASKBITS`" != "" || ( echo Ispell should be compiled with MASKBITS set to at least 64. ; exit -2 )
-- @test `ispell -vv | grep MASKBITS | cut -d= -f2` -ge 64 || ( echo Ispell should be compiled with MASKBITS set to at least 64. ; exit -3 )
-+ @test "`${ISPELL} -vv | grep MASKBITS`" != "" || ( echo Ispell should be compiled with MASKBITS set to at least 64. ; exit -2 )
-+ @test `${ISPELL} -vv | grep MASKBITS | cut -d= -f2` -ge 64 || ( echo Ispell should be compiled with MASKBITS set to at least 64. ; exit -3 )
-
- install: maskbits $(sprog).hash $(sprog).aff
- install -o root -g root -m 0644 $(sprog).hash $(installdir)
-@@ -26,7 +26,7 @@
- ln -fs $(installdir)/$(sprog).aff $(installdir)/$(sprog_en_lower_case).aff
-
- $(sprog).hash: maskbits $(sprog).aff words-$(language_code).ispell
-- buildhash words-$(language_code).ispell $(sprog).aff $(sprog).hash
-+ ${BUILDHASH} words-$(language_code).ispell $(sprog).aff $(sprog).hash
-
- clean:
- rm -f words-$(language_code).ispell.stat $(sprog).hash words-$(language_code).ispell.cnt *~
diff --git a/textproc/ispell/files/DENEU.makefile b/textproc/ispell/files/DENEU.makefile
deleted file mode 100644
index a587050fbcfa..000000000000
--- a/textproc/ispell/files/DENEU.makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-german.hash:
- gmake ispell/de_DE.aff ispell/de_DE.hash
- cp ispell/de_DE.hash german.hash
- cp ispell/de_DE.aff german.aff
-
-install:
- gmake install
-
diff --git a/textproc/ispell/files/DENEU.patch b/textproc/ispell/files/DENEU.patch
deleted file mode 100644
index e88e5bcc9cfc..000000000000
--- a/textproc/ispell/files/DENEU.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig 2007-12-11 15:52:44.000000000 +0100
-+++ Makefile 2008-04-01 15:44:16.000000000 +0200
-@@ -62,16 +62,16 @@
- #ZIP_OPTS = -j -r -9 -X
- ZIP = 7z
- ZIP_OPTS = a -tzip -mx=9
--BUILDHASH = buildhash
-+BUILDHASH = ../ispell-3.3.02/buildhash
-
--ISPELL = ispell
-+ISPELL = ../ispell-3.3.02/ispell
- HUNSPELL_BIN = hunspell
- # Hunspell starting with 1.1.9 (?) uses automatic charset transcoding,
- # we need to make sure we use latin1:
- HUNSPELL = $(HUNSPELL_BIN) `$(HUNSPELL_BIN) -h 2>&1 | grep -q "hunspell \\-i" && echo "-i latin1"`
-
- SQ = sq
--UNSQ = unsq
-+UNSQ = ../ispell-3.3.02/unsq
- # if for some reason you don't have Ispell's unsq use my Perl sq/unsq
- # and put it into a directory known by your PATH variable!
- #UNSQ = unsq.pl
-@@ -113,7 +113,7 @@
- $$(BUILDHASH) all.words.$(1).tmp ./ispell/$(1).aff $$@
-
- all.words.$(1).tmp: all.words.$(1).raw ispell/$(1).aff
-- munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
-+ ../ispell-3.3.02/munchlist -l ./ispell/$(1).aff all.words.$(1).raw > $$@
-
- all.words.$(1).raw: $$(WORDS_$(1)) $$(WORDS_de_all) dicts/abkuerzpunkt.txt
- sed "s/qq//g;s/\.//;s/\-.*//" dicts/abkuerzpunkt.txt $$(WORDS_$(1)) $$(WORDS_de_all) \
diff --git a/textproc/ispell/files/ES.patch b/textproc/ispell/files/ES.patch
deleted file mode 100644
index 182971346db1..000000000000
--- a/textproc/ispell/files/ES.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- espa~nol-1.10/Makefile.orig 2008-07-05 16:49:20.000000000 -0500
-+++ espa~nol-1.10/Makefile 2008-07-05 16:51:23.000000000 -0500
-@@ -54,7 +54,7 @@
- MAKE = make
-
- PATHADDER = ../..
--BUILDHASH = buildhash
-+BUILDHASH = %%BH%%
- UNSQ = unsq
- FIX8BIT = fix8bit
-
-@@ -79,7 +79,7 @@
-
- $(HASHFILE): $(AFFIXES) $(DICTIONARY)
- rm -f $(HASHFILE)
-- munchlist -v -l $(AFFIXES) $(DICTIONARY) > $(LANGUAGE).words+
-+ %%MH%% -v -l $(AFFIXES) $(DICTIONARY) > $(LANGUAGE).words+
- $(BUILDHASH) $(LANGUAGE).words+ $(AFFIXES) $(HASHFILE)
-
- build:
diff --git a/textproc/ispell/files/FR.patch b/textproc/ispell/files/FR.patch
deleted file mode 100644
index 4f3a6f68215b..000000000000
--- a/textproc/ispell/files/FR.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- francais-IREQ/Makefile.old Fri Dec 31 10:23:00 1999
-+++ francais-IREQ/Makefile Fri Dec 31 10:27:35 1999
-@@ -13,10 +13,10 @@
- #------------------------------------------------------------------------------
-
- # Prendre soin de bien définir cette variable:
--LIBDIR = /depot/public/lib/ispell
-+LIBDIR = ${PREFIX}/lib
-
- # Il peut être requis de changer celle-ci aussi:
--HASH = $(LIBDIR)/buildhash
-+HASH=${BUILDHASH}
-
- # buildict n'est pas requis pour l'utilisation de francais-IREQ,
- # mais si vous décidez de modifier le dictionnaire, la variable suivante
-@@ -48,8 +48,8 @@
- > $@'
-
- francais.hash: francais.dico
-- $(RM) francais.dico.cnt francais.dico.stat
-- $(HASH) francais.dico $(AFFIXES) francais.hash
-+ @rm -f francais.dico.cnt francais.dico.stat
-+ @${HASH} francais.dico $(AFFIXES) francais.hash
-
- install: francais.hash
- install francais.hash $(LIBDIR)
diff --git a/textproc/ispell/files/IT.patch b/textproc/ispell/files/IT.patch
deleted file mode 100644
index 4b433d231dba..000000000000
--- a/textproc/ispell/files/IT.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ispell-it/Makefile.orig Sun Apr 21 16:28:51 2002
-+++ ispell-it/Makefile Sun Apr 21 16:29:01 2002
-@@ -1,7 +1,7 @@
- SHELL = /bin/sh
- MAKE = make
--BUILDHASH = buildhash
--MUNCHLIST = munchlist
-+BUILDHASH = %%BH%%
-+MUNCHLIST = %%MH%%
- LANGUAGE = italian
- AFFIXES = $(LANGUAGE).aff
- DICTIONARY = $(LANGUAGE).words
diff --git a/textproc/ispell/files/NL.patch b/textproc/ispell/files/NL.patch
deleted file mode 100644
index 9b8c904bf0d1..000000000000
--- a/textproc/ispell/files/NL.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ispell-nl-1.0.0/Makefile.orig Tue Jan 9 16:50:24 2001
-+++ ispell-nl-1.0.0/Makefile Tue Jan 9 16:50:41 2001
-@@ -9,7 +9,7 @@
- install -o root -g root -m 0644 nederlands.aff $(installdir)
-
- nederlands.hash: nederlands.aff words-nl.ispell
-- buildhash words-nl.ispell nederlands.aff nederlands.hash
-+ ${BUILDHASH} words-nl.ispell nederlands.aff nederlands.hash
-
- clean:
- rm -f words-nl.ispell.stat nederlands.hash words-nl.ispell.cnt *~
diff --git a/textproc/ispell/files/NO.patch b/textproc/ispell/files/NO.patch
deleted file mode 100644
index 11b5d573335c..000000000000
--- a/textproc/ispell/files/NO.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- Makefile.orig Tue Sep 5 23:50:30 2000
-+++ Makefile Sat Mar 31 14:57:58 2001
-@@ -8,9 +8,9 @@
- SHELL = /bin/sh
- MAKE = make
-
--CONFIG = ../../config.sh
--PATHADDER = ../..
--BUILDHASH = ../../buildhash
-+CONFIG = ../ispell-3.1/config.sh
-+PATHADDER = ../ispell-3.1
-+BUILDHASH ?= ../ispell-3.1/buildhash
-
- # The following variables make it easy to adapt this Makefile to
- # numerous languages.
-@@ -269,7 +269,7 @@
- echo -e 'suffixes\nflag *z:\nY Y Y Y Y > YYYYYY' >> $@
-
- norsk.words: norsk.words.sq
-- unsq < norsk.words.sq > norsk.words
-+ $(UNSQ) < norsk.words.sq > norsk.words
-
- # The following ugly code munches a part of the base file, keeping the
- # indications of the frequency of the words. It also removes some
-@@ -292,19 +292,23 @@
- # Nasty bug, and very silent.
- PATH=$(PATHADDER):$$PATH; \
- export PATH; \
-+ TMPDIR=/tmp; \
-+ export TMPDIR; \
- ${CATNOHEADER} \
- | grep -e '$(subst munched.,,$@)$$' \
- | sed -e 's/ .*//' -e 's/-/î/g' -e 's/ \*//' \
- | grep '^[${UCH}]' \
-- | munchlist -v -l ${AFFIXES}.munch \
-+ | $(MUNCHLIST) -v -l ${AFFIXES}.munch \
- > munch1.tmp
- PATH=$(PATHADDER):$$PATH; \
- export PATH; \
-+ TMPDIR=/tmp; \
-+ export TMPDIR; \
- ${CATNOHEADER} \
- | grep -e '$(subst munched.,,$@)$$' \
- | sed -e 's/ .*//' -e 's/-/î/g' -e 's/ \*//' \
- | grep -v '^[${UCH}]' \
-- | munchlist -v -l ${AFFIXES}.munch \
-+ | $(MUNCHLIST) -v -l ${AFFIXES}.munch \
- >> munch1.tmp
- cat munch1.tmp \
- | sed -e 's/\(zyzyzy\|ZYZYZY\)/\1\/\` /' \
-@@ -459,11 +463,13 @@
- nynorsk.mch: norsk.words ny${AFFIXES}.munch
- PATH=$(PATHADDER):$$PATH; \
- export PATH; \
-+ TMPDIR=/tmp; \
-+ export TMPDIR; \
- ${CATNOHEADER} \
- | grep '\*' \
- | sed -e 's/ .*//' \
- | tr -d '-' \
-- | munchlist -v -l ny${AFFIXES}.munch \
-+ | $(MUNCHLIST) -v -l ny${AFFIXES}.munch \
- | sed -e N -e 's/^\(\([-${CH}]\)*\)er\/\(.*F.*\)\n\1rar\/M$$/\1er\/\3D/' \
- -e '$$ p' -e '$$ d' -e P -e D \
- > $@
diff --git a/textproc/ispell/files/SE.patch b/textproc/ispell/files/SE.patch
deleted file mode 100644
index 75d9bd56041b..000000000000
--- a/textproc/ispell/files/SE.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- iswedish-1.2.1/Makefile.orig Fri Dec 31 11:32:49 1999
-+++ iswedish-1.2.1/Makefile Fri Dec 31 11:33:14 1999
-@@ -1,4 +1,5 @@
- installdir=/usr/lib/ispell
-+BUILDHASH=../ispell-3.1/buildhash
-
- all: svenska.hash
-
-@@ -7,7 +8,7 @@
- install -o root -g root -m 0644 svenska.aff $(installdir)
-
- svenska.hash: svenska.aff svenska.datalista
-- buildhash svenska.datalista svenska.aff svenska.hash
-+ ${BUILDHASH} svenska.datalista svenska.aff svenska.hash
-
- clean:
- rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~
diff --git a/textproc/ispell/files/patch-aa b/textproc/ispell/files/patch-aa
deleted file mode 100644
index 10afd57e634a..000000000000
--- a/textproc/ispell/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- config.X.orig Wed Jul 25 23:51:45 2001
-+++ config.X Thu Mar 25 19:54:53 2004
-@@ -168,9 +168,11 @@
-
- #include <sys/param.h>
- #include <sys/types.h>
--#ifndef USG
--#include <sys/dir.h>
--#endif /* USG */
-+
-+/* Support MAXNAMLEN greater than 14 on FreeBSD; this is not in
-+ * sys/param.h for obvious reasons.
-+ */
-+#include <dirent.h>
-
- /*
- ** Things that normally go in a Makefile. Define these just like you
diff --git a/textproc/ispell/files/patch-ab b/textproc/ispell/files/patch-ab
deleted file mode 100644
index f27b79a2709f..000000000000
--- a/textproc/ispell/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile~ Thu Jun 7 21:06:33 2001
-+++ Makefile Fri Jun 22 23:36:46 2001
-@@ -474,7 +474,7 @@
- set +e; \
- [ -r local.h ] || (cp local.h.samp local.h; chmod u+w local.h)
-
--msgs.h: config.sh FRC
-+msgs.h: config.sh
- @. ./config.sh; \
- set $(SHELLDEBUG); \
- set +e; \
diff --git a/textproc/ispell/files/patch-ispell.1X b/textproc/ispell/files/patch-ispell.1X
deleted file mode 100644
index 2c9158f903f7..000000000000
--- a/textproc/ispell/files/patch-ispell.1X
+++ /dev/null
@@ -1,53 +0,0 @@
---- ispell.1X.orig Wed Jul 25 17:51:46 2001
-+++ ispell.1X Sat Feb 22 14:51:32 2003
-@@ -106,7 +106,7 @@
- .\"
- .TH ISPELL 1 local
- .SH NAME
--ispell, buildhash, munchlist, findaffix, tryaffix, icombine, ijoin \- Interactive
-+ispell, spell, buildhash, munchlist, findaffix, tryaffix, icombine, ijoin \- Interactive
- spelling checking
- .SH SYNOPSIS
- .B ispell
-@@ -148,6 +148,11 @@
- .br
- .B ispell
- .BR \-v [ v ]
-+.br
-+.B ispell
-+.BR \-u
-+.RB [ files ]
-+.br
- .IP \fIcommon-flags\fP:
- .RB [ \-t ]
- .RB [ \-n ]
-@@ -174,6 +179,9 @@
- .RB [ \-F
- .IR program ]
- .PP
-+.B spell
-+.RB [ files ]
-+.PP
- .B buildhash
- .RB [ \-s ]
- .I
-@@ -737,6 +745,19 @@
- or "list" option to
- .I ispell
- is used to produce a list of misspelled words from the standard input.
-+.PP
-+The
-+.B \-u
-+option to
-+.I ispell
-+provides backwards compatibility with the Unix spell command.
-+When
-+.I ispell
-+is invoked as
-+.I spell
-+the
-+.B \-u
-+option is implied.
- .PP
- The
- .B \-a
diff --git a/textproc/ispell/files/patch-ispell.c b/textproc/ispell/files/patch-ispell.c
deleted file mode 100644
index 3af7e8bd12c8..000000000000
--- a/textproc/ispell/files/patch-ispell.c
+++ /dev/null
@@ -1,108 +0,0 @@
---- ispell.c.orig 2005-05-25 09:13:53.000000000 -0500
-+++ ispell.c 2008-07-04 12:12:02.000000000 -0500
-@@ -235,6 +235,7 @@
- #include <fcntl.h>
- #endif /* NO_FCNTL_H */
- #include <sys/stat.h>
-+#include <libgen.h>
-
- static void usage P ((void));
- int main P ((int argc, char * argv[]));
-@@ -272,6 +273,7 @@
- char ** versionp;
- char * wchars = NULL;
- char * preftype = NULL;
-+ char * cmdname;
- static char libdictname[sizeof DEFHASH];
- char logfilename[MAXPATHLEN];
- static char outbuf[BUFSIZ];
-@@ -280,6 +282,11 @@
-
- Cmd = *argv;
-
-+ cmdname = (char *)basename(argv[0]);
-+ if (strncmp(cmdname, "spell", 5) == 0) {
-+ uflag++;
-+ }
-+
- Trynum = 0;
-
- p = getenv (LIBRARYVAR);
-@@ -851,6 +858,11 @@
- LibDict = p + 1;
- }
- break;
-+ case 'u':
-+ if (arglen > 2)
-+ usage ();
-+ uflag++;
-+ break;
- case 'V': /* Display 8-bit characters as M-xxx */
- if (arglen > 2)
- usage ();
-@@ -886,7 +898,7 @@
- argc--;
- }
-
-- if (!argc && !lflag && !aflag && !eflag && !dumpflag)
-+ if (!argc && !lflag && !aflag && !eflag && !dumpflag && !uflag)
- {
- if (argc != 0)
- usage ();
-@@ -907,7 +919,7 @@
- if (access (argv[argno], R_OK) >= 0)
- break;
- }
-- if (argno >= argc && !lflag && !aflag && !eflag && !dumpflag)
-+ if (argno >= argc && !lflag && !aflag && !eflag && !dumpflag && !uflag)
- {
- (void) fprintf (stderr,
- argc == 1 ? ISPELL_C_NO_FILE : ISPELL_C_NO_FILES);
-@@ -988,9 +1000,9 @@
- exit (0);
- }
-
--#ifndef __bsdi__
-+#ifndef BSD4_4
- setbuf (stdout, outbuf);
--#endif /* __bsdi__ */
-+#endif /* BSD4_4 */
- if (lflag)
- {
- infile = setupdefmt(NULL, NULL);
-@@ -999,6 +1011,35 @@
- exit (0);
- }
-
-+ if (uflag)
-+ {
-+ lflag++;
-+ if (!argc)
-+ {
-+ infile = setupdefmt(NULL, NULL);
-+ outfile = stdout;
-+ checkfile ();
-+ exit (0);
-+ }
-+ else
-+ {
-+ while (argc--)
-+ {
-+ if ((infile = setupdefmt (*argv, NULL)) == NULL)
-+ {
-+ (void) fprintf (stderr, CANT_OPEN, *argv);
-+ (void) sleep ((unsigned) 2);
-+ } else {
-+ outfile = stdout;
-+ checkfile ();
-+ (void) fclose (infile);
-+ }
-+ argv++;
-+ }
-+ exit (0);
-+ }
-+ }
-+
- /*
- * If there is a log directory, open a log file. If the open
- * fails, we just won't log.
diff --git a/textproc/ispell/files/patch-ispell.h b/textproc/ispell/files/patch-ispell.h
deleted file mode 100644
index 534477727137..000000000000
--- a/textproc/ispell/files/patch-ispell.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ispell.h.orig Sat Feb 22 13:53:04 2003
-+++ ispell.h Sat Feb 22 14:11:29 2003
-@@ -702,6 +702,7 @@
- INIT (int deftflag, -1); /* Default deformatting mode, chosen */
- /* ..from DEFORMAT_* values */
- INIT (int tflag, DEFTEXFLAG); /* Deformatting for current file */
-+INIT (int uflag, 0); /* NZ if -u (spell compat) option */
- INIT (int prefstringchar, -1); /* Preferred string character type */
-
- INIT (int insidehtml, 0); /* Flag to indicate we're amid HTML */
diff --git a/textproc/ispell/files/patch-term.c b/textproc/ispell/files/patch-term.c
deleted file mode 100644
index 7f25ea9a1f3c..000000000000
--- a/textproc/ispell/files/patch-term.c
+++ /dev/null
@@ -1,108 +0,0 @@
---- term.c.orig 2008-07-04 11:42:14.000000000 -0500
-+++ term.c 2008-07-04 11:55:44.000000000 -0500
-@@ -86,8 +86,12 @@
- #include "ispell.h"
- #include "proto.h"
- #include "msgs.h"
-+#ifdef BSD4_4
-+#define USG
-+#endif
- #ifdef USG
--#include <termio.h>
-+#include <unistd.h>
-+#include <termios.h>
- #else
- #ifndef __DJGPP__
- #include <sgtty.h>
-@@ -166,8 +170,8 @@
- }
-
- #ifdef USG
--static struct termio sbuf;
--static struct termio osbuf;
-+static struct termios sbuf;
-+static struct termios osbuf;
- #else
- static struct sgttyb sbuf;
- static struct sgttyb osbuf;
-@@ -276,7 +280,7 @@
- (void) fprintf (stderr, TERM_C_NO_BATCH);
- exit (1);
- }
-- (void) ioctl (0, TCGETA, (char *) &osbuf);
-+ tcgetattr(STDIN_FILENO, &osbuf);
- termchanged = 1;
-
- sbuf = osbuf;
-@@ -285,7 +289,7 @@
- sbuf.c_iflag &= ~(INLCR | IGNCR | ICRNL);
- sbuf.c_cc[VMIN] = 1;
- sbuf.c_cc[VTIME] = 1;
-- (void) ioctl (0, TCSETAW, (char *) &sbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &sbuf);
-
- uerasechar = osbuf.c_cc[VERASE];
- ukillchar = osbuf.c_cc[VKILL];
-@@ -373,7 +377,7 @@
- if (te)
- tputs (te, 1, iputch);
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &osbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &osbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &osbuf);
- #ifdef TIOCSLTC
-@@ -394,7 +398,7 @@
- if (te)
- tputs (te, 1, iputch);
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &osbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &osbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &osbuf);
- #ifdef TIOCSLTC
-@@ -413,7 +417,7 @@
- if (termchanged)
- {
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &sbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &sbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &sbuf);
- #ifdef TIOCSLTC
-@@ -481,7 +485,7 @@
- argv[i] = NULL;
-
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &osbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &osbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &osbuf);
- #ifdef TIOCSLTC
-@@ -527,7 +531,7 @@
- #endif
-
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &sbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &sbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &sbuf);
- #ifdef TIOCSLTC
-@@ -563,7 +567,7 @@
- #endif
-
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &osbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &osbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &osbuf);
- #ifdef TIOCSLTC
-@@ -611,7 +615,7 @@
- #endif
-
- #ifdef USG
-- (void) ioctl (0, TCSETAW, (char *) &sbuf);
-+ tcsetattr(STDIN_FILENO, TCSANOW, &sbuf);
- #else
- (void) ioctl (0, TIOCSETP, (char *) &sbuf);
- #ifdef TIOCSLTC
diff --git a/textproc/ispell/files/unsq.pl b/textproc/ispell/files/unsq.pl
deleted file mode 100644
index 6134c75c3eb6..000000000000
--- a/textproc/ispell/files/unsq.pl
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/usr/bin/perl
-
-# sq(eeze) / unsq(eeze) - pre-compressor for sorted word lists
-# Copyright (C) 2000 Björn Jacke <bjoern.jacke@gmx.de>
-#
-# This program comes with ABSOLUTELY NO WARRANTY; it may be copied or modified
-# under the terms of the GNU General Public License version 2 as published
-# by the Free Software Foundation.
-
-# This is a `multi-call-program'. If it's called as `unsq' or `unsq.pl'
-# it decompresses -- otherwise it is in compress mode. Input and Output only
-# via STDIN and STDOUT. It does almost the same job as the sq/unsq from
-# Ispell -- just better ;-)
-#
-# PS: For best compression results use POSIX sorting order in spite of any
-# other locale-depending sorting order (set LC_ALL and LC_COLLATE to POSIX)
-
-# version 1.2
-
-
-@size_arr = qw(0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J
- K L M N O P Q R S T U V W X Y Z a b c d
- e f g h i j k l m n o p q r s t u v w x y z);
-$MAX_PREFIX = $#size_arr;
-
-
-sub trunc {
-
- if ($word eq $prev) {
- $same = length($word);
- }
- else {
- $same = 0;
- while (substr($word,$same,1) eq substr($prev,$same,1)) {
- $same++;
- }
- }
-
- if ($same > $MAX_PREFIX) {
- $same = $MAX_PREFIX;
- }
-
- print STDOUT $size_arr[$same], substr($word,$same);
-
- $prev = $word;
-}
-
-
-sub expand {
-
- # keep relevant part of previous word:
- $prev = substr($prev, 0, $to_num{substr($word,0,1)} );
- # strip first (meta)-character from word:
- $word = substr($word,1);
- # concatenate new word and name it prev ...
- $prev = "$prev$word";
- print STDOUT $prev;
-}
-
-
-
-###### main ######
-
-$0 =~ s/.*?unsq(\.pl)?$/unsq/i;
-
-$prev = "";
-
-
-if ($0 eq "unsq") {
-
- $i = 0;
- foreach (@size_arr) {
- $to_num{$_} = $i++;
- }
- $do_it = \&expand;
-}
-
-else {
- $do_it = \&trunc;
-}
-
-
-while ($word = <STDIN>) {
- &$do_it;
-}
diff --git a/textproc/ispell/pkg-descr b/textproc/ispell/pkg-descr
deleted file mode 100644
index 42b909afe002..000000000000
--- a/textproc/ispell/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Ispell is a fast screen-oriented spelling checker that shows you your
-errors in the context of the original file, and suggests possible
-corrections when it can figure them out. Compared to UNIX spell, it
-is faster and much easier to use. Ispell can also handle languages
-other than English.
-Included in this port are:
- - Afrikaans
- - British English
- - Bulgarian
- - Danish
- - Dutch
- - Finnish
- - French
- - Brasilian
- - German (old and new spelling)
- - Norwegian
- - Swedish
- - Spanish
- - Polish
- - Slovak
-
-WWW: http://fmg-www.cs.ucla.edu/geoff/ispell.html
diff --git a/textproc/ispell/pkg-plist b/textproc/ispell/pkg-plist
deleted file mode 100644
index 8d4705b2df40..000000000000
--- a/textproc/ispell/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/buildhash
-bin/defmt-c
-bin/defmt-sh
-bin/findaffix
-bin/icombine
-bin/ijoin
-bin/spell
-bin/ispell
-bin/munchlist
-bin/tryaffix
-%%DATADIR%%/english.aff
-%%DATADIR%%/english.dict
-%%DATADIR%%/english.hash
diff --git a/textproc/ispell/pkg-plist.af b/textproc/ispell/pkg-plist.af
deleted file mode 100644
index f9788453919b..000000000000
--- a/textproc/ispell/pkg-plist.af
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/afrikaans.aff
-share/ispell/afrikaans.hash
diff --git a/textproc/ispell/pkg-plist.am b/textproc/ispell/pkg-plist.am
deleted file mode 100644
index a999233dc788..000000000000
--- a/textproc/ispell/pkg-plist.am
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/american.hash
-share/ispell/americanmed+.hash
diff --git a/textproc/ispell/pkg-plist.br b/textproc/ispell/pkg-plist.br
deleted file mode 100644
index 1176eb0111e8..000000000000
--- a/textproc/ispell/pkg-plist.br
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/br.aff
-share/ispell/br.hash
diff --git a/textproc/ispell/pkg-plist.british b/textproc/ispell/pkg-plist.british
deleted file mode 100644
index 8343ba5d6870..000000000000
--- a/textproc/ispell/pkg-plist.british
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/british.hash
-share/ispell/britishxlg.hash
diff --git a/textproc/ispell/pkg-plist.cs b/textproc/ispell/pkg-plist.cs
deleted file mode 100644
index 3f10d41d2bc0..000000000000
--- a/textproc/ispell/pkg-plist.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/czech.aff
-share/ispell/czech.hash
diff --git a/textproc/ispell/pkg-plist.da b/textproc/ispell/pkg-plist.da
deleted file mode 100644
index a6f64643e810..000000000000
--- a/textproc/ispell/pkg-plist.da
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/dansk.aff
-share/ispell/dansk.hash
diff --git a/textproc/ispell/pkg-plist.dealt b/textproc/ispell/pkg-plist.dealt
deleted file mode 100644
index 515baa0bc7e2..000000000000
--- a/textproc/ispell/pkg-plist.dealt
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/deutsch.aff
-share/ispell/deutsch.hash
diff --git a/textproc/ispell/pkg-plist.deneu b/textproc/ispell/pkg-plist.deneu
deleted file mode 100644
index ad104a5f1e26..000000000000
--- a/textproc/ispell/pkg-plist.deneu
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/ndeutsch.aff
-share/ispell/ndeutsch.hash
diff --git a/textproc/ispell/pkg-plist.es b/textproc/ispell/pkg-plist.es
deleted file mode 100644
index c48eb57fefd8..000000000000
--- a/textproc/ispell/pkg-plist.es
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/espa~nol.aff
-share/ispell/espa~nol.hash
diff --git a/textproc/ispell/pkg-plist.fi b/textproc/ispell/pkg-plist.fi
deleted file mode 100644
index ed397124160e..000000000000
--- a/textproc/ispell/pkg-plist.fi
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/finnish.aff
-share/ispell/finnish.hash
diff --git a/textproc/ispell/pkg-plist.fr b/textproc/ispell/pkg-plist.fr
deleted file mode 100644
index f77bbe2b69b3..000000000000
--- a/textproc/ispell/pkg-plist.fr
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/francais.aff
-share/ispell/francais.hash
diff --git a/textproc/ispell/pkg-plist.it b/textproc/ispell/pkg-plist.it
deleted file mode 100644
index d751ac883739..000000000000
--- a/textproc/ispell/pkg-plist.it
+++ /dev/null
@@ -1,3 +0,0 @@
-share/ispell/italian.aff
-share/ispell/italian.hash
-share/ispell/italiano.hash
diff --git a/textproc/ispell/pkg-plist.nl b/textproc/ispell/pkg-plist.nl
deleted file mode 100644
index 96cf66c1519c..000000000000
--- a/textproc/ispell/pkg-plist.nl
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/nederlands.aff
-share/ispell/nederlands.hash
diff --git a/textproc/ispell/pkg-plist.no b/textproc/ispell/pkg-plist.no
deleted file mode 100644
index 4f90c95bd08a..000000000000
--- a/textproc/ispell/pkg-plist.no
+++ /dev/null
@@ -1,5 +0,0 @@
-share/ispell/norsk.aff
-share/ispell/norsk.hash
-share/ispell/norsk.munch.hash
-share/ispell/nynorsk.hash
-share/ispell/nynorsk.aff
diff --git a/textproc/ispell/pkg-plist.pl b/textproc/ispell/pkg-plist.pl
deleted file mode 100644
index 013482ff5d78..000000000000
--- a/textproc/ispell/pkg-plist.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/polish.aff
-share/ispell/polish.hash
diff --git a/textproc/ispell/pkg-plist.se b/textproc/ispell/pkg-plist.se
deleted file mode 100644
index 192f3bd6fc31..000000000000
--- a/textproc/ispell/pkg-plist.se
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/svenska.aff
-share/ispell/svenska.hash
diff --git a/textproc/ispell/pkg-plist.sk b/textproc/ispell/pkg-plist.sk
deleted file mode 100644
index 0fe4fba58a44..000000000000
--- a/textproc/ispell/pkg-plist.sk
+++ /dev/null
@@ -1,2 +0,0 @@
-share/ispell/slovak.aff
-share/ispell/slovak.hash
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
deleted file mode 100644
index b66bf783db06..000000000000
--- a/textproc/ispell/scripts/configure
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-if [ "`echo a|sed -e P`" = "aa" ]; then
- echo You need a newer version of sed. Use sed from -current or gnu sed
- exit 1
-fi
-if [ ! -f /usr/share/dict/words ]; then
- echo "you need to install /usr/share/dict/words from the 'dict' distribution first"
- echo "(This is done using sysinstall. The 'textproc/dict' port in the ports"
- echo " tree is NOT what you need.)"
- exit 1
-fi
-cd $WRKSRC || exit 1;
-
-sed -e s:/usr/local:$PREFIX: <local.h.bsd >local.h || exit 1;
-echo "#undef NO8BIT" >> local.h
-
-if [ ! -z "ISPELL_INCLAMERICAN" ] && \
- [ "$ISPELL_INCLAMERICAN" = "YES" -o "$ISPELL_INCLAMERICAN" = "yes" ]; then
- LOCAL="{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"
- fi
-
-if [ ! -z "$ISPELL_BRITISH" ] && \
- [ "$ISPELL_BRITISH" = "YES" -o "$ISPELL_BRITISH" = "yes" ]; then
- echo "#define LANGUAGES \"{british,MASTERDICTS=british.xlg,HASHFILES=britishxlg.hash,EXTRADICT=}$LOCAL\"" >>local.h ||exit 1;
- echo '#define MASTERHASH "britishxlg.hash"' >> local.h
- else
- echo "#define LANGUAGES \"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}$LOCAL\"" >>local.h ||exit 1;
- echo '#define MASTERHASH "americanmed+.hash"' >> local.h
- fi
-
-echo "#undef WORDS" >> local.h
-echo '#define WORDS "/usr/share/dict/words"' >> local.h
-echo "#undef LIBDIR" >> local.h
-echo "#define LIBDIR \"$PREFIX/share/ispell\"" >> local.h
-
-exit 0;
diff --git a/textproc/it-ispell/Makefile b/textproc/it-ispell/Makefile
deleted file mode 100644
index 15a94b248f20..000000000000
--- a/textproc/it-ispell/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: Pedro F. Giffuni <giffunip@tutopia.com>
-# $FreeBSD$
-
-PORTNAME= it-ispell
-PORTVERSION= 2.3
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_IT= yes
-
-MASTERDIR= ${.CURDIR}/../ispell
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile
deleted file mode 100644
index 5145fb8ce0ab..000000000000
--- a/textproc/nl-ispell/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Created by: alex
-# $FreeBSD$
-
-MAINTAINER= office@FreeBSD.org
-
-ISPELL_NL= yes
-PORTNAME= nl-ispell
-PORTVERSION= 1.0.0
-PORTREVISION= 2
-MASTERDIR= ${.CURDIR}/../ispell
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/textproc/sk-ispell/Makefile b/textproc/sk-ispell/Makefile
deleted file mode 100644
index cbf8db127977..000000000000
--- a/textproc/sk-ispell/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: Martin Otto
-# $FreeBSD$
-
-PORTNAME= sk-ispell
-PORTVERSION= 0.3.2
-
-MAINTAINER= gamato@users.sf.net
-
-MASTERDIR= ${.CURDIR}/../ispell
-ISPELL_SK= yes
-SCRIPTS_ENV= ISPELL_SK=yes
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"