summaryrefslogtreecommitdiff
path: root/textproc/ispell-british
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-03-14 12:12:21 +0000
committeragc <agc@pkgsrc.org>2001-03-14 12:12:21 +0000
commit93771b497b18ddc601b2a66e69411aa9a9f4b8ff (patch)
tree1b67b5efd932f59f476ca96abb676e216d060061 /textproc/ispell-british
parentb47dc045a0bad5f4caaaba8deb9dbbdd8f5de9d8 (diff)
downloadpkgsrc-93771b497b18ddc601b2a66e69411aa9a9f4b8ff.tar.gz
Initial import of ispell-british into the packages collection.
This package contains the British English spelling dictionary.
Diffstat (limited to 'textproc/ispell-british')
-rw-r--r--textproc/ispell-british/Makefile39
-rw-r--r--textproc/ispell-british/files/md53
-rw-r--r--textproc/ispell-british/files/patch-sum6
-rw-r--r--textproc/ispell-british/patches/patch-aa12
-rw-r--r--textproc/ispell-british/patches/patch-ab19
-rw-r--r--textproc/ispell-british/patches/patch-ac15
-rw-r--r--textproc/ispell-british/patches/patch-ad15
-rw-r--r--textproc/ispell-british/pkg/DESCR1
-rw-r--r--textproc/ispell-british/pkg/PLIST3
9 files changed, 113 insertions, 0 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile
new file mode 100644
index 00000000000..490d3e3e679
--- /dev/null
+++ b/textproc/ispell-british/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+#
+
+DISTNAME= ispell-3.1.20
+PKGNAME= ispell-${DICT_LANG}-3.1.20
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html
+COMMENT= British dictionary for interactive spelling checker
+
+DEPENDS+= ispell-base-3.1.20:../../textproc/ispell-base
+CONFLICTS+= ispell-[0-9]*
+
+WRKSRC= ${WRKDIR}/ispell-3.1
+
+ALL_TARGET= config.sh all-languages
+
+DICT_LANG= british
+
+do-configure:
+ cd ${WRKSRC}; \
+ ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \
+ ${ECHO} "#undef NO8BIT" >> local.h ; \
+ ${ECHO} "#define LANGUAGES \"{${DICT_LANG},MASTERDICTS=${DICT_LANG}.xlg,HASHFILES=${DICT_LANG}xlg.hash,EXTRADICT=}\"" >>local.h; \
+ ${ECHO} '#define MASTERHASH "${DICT_LANG}xlg.hash"' >> local.h ; \
+ ${ECHO} "#undef WORDS" >> local.h ; \
+ ${ECHO} '#define WORDS "/usr/share/dict/words"' >> local.h ; \
+ ${ECHO} '#undef ELISPDIR' >> local.h; \
+ ${ECHO} "#define ELISPDIR \"${PREFIX}/share/emacs/site-lisp\"" >> local.h
+
+do-install:
+ ${CP} ${WRKSRC}/languages/${DICT_LANG}/${DICT_LANG}xlg.hash ${PREFIX}/lib
+ cd ${PREFIX}/lib; \
+ ${RM} -f ${DICT_LANG}.hash; \
+ ${LN} ${DICT_LANG}xlg.hash ${DICT_LANG}.hash
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-british/files/md5 b/textproc/ispell-british/files/md5
new file mode 100644
index 00000000000..e61784f6ea3
--- /dev/null
+++ b/textproc/ispell-british/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+
+SHA1 (ispell-3.1.20.tar.gz) = f8f849a3868ef3d88c1ba6fe5b49505f75de786e
diff --git a/textproc/ispell-british/files/patch-sum b/textproc/ispell-british/files/patch-sum
new file mode 100644
index 00000000000..484aa8f03af
--- /dev/null
+++ b/textproc/ispell-british/files/patch-sum
@@ -0,0 +1,6 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+
+SHA1 (patch-aa) = cf8e0863e62103526d75ba5f0f25c760d4ee8e32
+SHA1 (patch-ab) = 210d80ca55fc1d4fb5aa308205d8630a7f4bfb67
+SHA1 (patch-ac) = a3474192676a326f33e10266e57ace5dfb1ba7eb
+SHA1 (patch-ad) = 6e465c39e145da7ec48e0c1cbe3631f21d9eecb6
diff --git a/textproc/ispell-british/patches/patch-aa b/textproc/ispell-british/patches/patch-aa
new file mode 100644
index 00000000000..4113eb1cdc2
--- /dev/null
+++ b/textproc/ispell-british/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+
+--- languages/english/english.2-orig Mon Jan 23 19:28:44 1995
++++ languages/english/english.2 Thu Apr 16 14:34:21 1998
+@@ -1867,7 +1867,6 @@
+ auxotroph
+ auxotrophic
+ auxotrophy
+-avaliable
+ avast
+ avatar
+ avaunt
diff --git a/textproc/ispell-british/patches/patch-ab b/textproc/ispell-british/patches/patch-ab
new file mode 100644
index 00000000000..5776eecf8d9
--- /dev/null
+++ b/textproc/ispell-british/patches/patch-ab
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+--- languages/english/english.3.orig Tue Oct 27 22:26:48 1998
++++ languages/english/english.3 Tue Oct 27 22:27:35 1998
+@@ -5202,6 +5202,7 @@
+ dirndl
+ disaccredit
+ disafforest
++disappear
+ disbranch
+ disbud
+ discalced
+@@ -5236,7 +5237,6 @@
+ dispersoid
+ displayable
+ disproven
+-dissappear
+ disseminule
+ dissentious
+ dissepiment
diff --git a/textproc/ispell-british/patches/patch-ac b/textproc/ispell-british/patches/patch-ac
new file mode 100644
index 00000000000..122b387e4fd
--- /dev/null
+++ b/textproc/ispell-british/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+
+Use the buildhash program from the base installation
+
+--- languages/british/Makefile 1995/01/08 23:24:18 1.4
++++ languages/british/Makefile 2001/03/14 10:56:42
+@@ -63,7 +63,7 @@
+
+ CONFIG = ../../config.sh
+ PATHADDER = ../..
+-BUILDHASH = ../../buildhash
++BUILDHASH = ${PREFIX}/bin/buildhash
+
+ # The following variables should be set by the superior Makefile,
+ # based on the LANGUAGES variable in config.X.
diff --git a/textproc/ispell-british/patches/patch-ad b/textproc/ispell-british/patches/patch-ad
new file mode 100644
index 00000000000..00e3be1a3a7
--- /dev/null
+++ b/textproc/ispell-british/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+
+Don't build the programs - use the ones from the base system.
+
+--- Makefile 1995/10/11 04:30:25 1.102
++++ Makefile 2001/03/14 10:59:01
+@@ -196,7 +196,7 @@
+ mv y.tab.o $@; \
+ rm -f y.tab.c
+
+-all-languages: munchable
++all-languages:
+ $(MAKE) LANGUAGE_TARGET=all SHELLDEBUG=$(SHELLDEBUG) language-subdirs
+
+ install: config.sh all install-basic install-dictbuild install-languages
diff --git a/textproc/ispell-british/pkg/DESCR b/textproc/ispell-british/pkg/DESCR
new file mode 100644
index 00000000000..84787b82b80
--- /dev/null
+++ b/textproc/ispell-british/pkg/DESCR
@@ -0,0 +1 @@
+This package provides the British-spelling dictionaries for ispell.
diff --git a/textproc/ispell-british/pkg/PLIST b/textproc/ispell-british/pkg/PLIST
new file mode 100644
index 00000000000..3f05362b454
--- /dev/null
+++ b/textproc/ispell-british/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $
+lib/britishxlg.hash
+lib/british.hash