summaryrefslogtreecommitdiff
path: root/textproc/aspell-english
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-15 00:31:54 +0000
committersalo <salo@pkgsrc.org>2003-01-15 00:31:54 +0000
commite878c64b79559a375d4ff77274bb0c1ca7cbb969 (patch)
tree1297a52a0d44243cc22f1a3d3ad45c1913eb2b14 /textproc/aspell-english
parent52c9d49c4a0aeb7130797dec4677eec595c16960 (diff)
downloadpkgsrc-e878c64b79559a375d4ff77274bb0c1ca7cbb969.tar.gz
Default aspell installation no longer contains english dictionaries.
This package is a replacement for them. English language support for aspell, e.g. `aspell -d english -c $myfile'. Oher dictionaries available in this package: british, american, canadian.
Diffstat (limited to 'textproc/aspell-english')
-rw-r--r--textproc/aspell-english/DESCR2
-rw-r--r--textproc/aspell-english/Makefile24
-rw-r--r--textproc/aspell-english/PLIST21
-rw-r--r--textproc/aspell-english/distinfo5
-rw-r--r--textproc/aspell-english/patches/patch-aa21
5 files changed, 73 insertions, 0 deletions
diff --git a/textproc/aspell-english/DESCR b/textproc/aspell-english/DESCR
new file mode 100644
index 00000000000..6969f464850
--- /dev/null
+++ b/textproc/aspell-english/DESCR
@@ -0,0 +1,2 @@
+English language support for aspell, e.g. `aspell -d english -c $myfile'.
+Oher dictionaries available in this package: british, american, canadian.
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile
new file mode 100644
index 00000000000..b1f53c55d94
--- /dev/null
+++ b/textproc/aspell-english/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/15 00:31:54 salo Exp $
+#
+
+DISTNAME= aspell-en-0.51-0
+PKGNAME= ${DISTNAME:C/en-(.*)-(.*)$/english-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= English language support for aspell
+
+USE_BUILDLINK2= YES
+HAS_CONFIGURE= YES
+
+CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
+CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
+
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}"
+
+.include "../../textproc/aspell/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-english/PLIST b/textproc/aspell-english/PLIST
new file mode 100644
index 00000000000..f51b600943c
--- /dev/null
+++ b/textproc/aspell-english/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/15 00:31:54 salo Exp $
+lib/aspell/american-w-accents.alias
+lib/aspell/american.alias
+lib/aspell/british-w-accents.alias
+lib/aspell/british.alias
+lib/aspell/canadian-w-accents.alias
+lib/aspell/canadian.alias
+lib/aspell/en-only.rws
+lib/aspell/en.multi
+lib/aspell/en_CA-only.rws
+lib/aspell/en_CA-w-accents.multi
+lib/aspell/en_CA.multi
+lib/aspell/en_GB-only.rws
+lib/aspell/en_GB-w-accents.multi
+lib/aspell/en_GB.multi
+lib/aspell/en_US-only.rws
+lib/aspell/en_US-w-accents.multi
+lib/aspell/en_US.multi
+lib/aspell/english.alias
+share/aspell/en.dat
+share/aspell/en_phonet.dat
diff --git a/textproc/aspell-english/distinfo b/textproc/aspell-english/distinfo
new file mode 100644
index 00000000000..ee05876b4c4
--- /dev/null
+++ b/textproc/aspell-english/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/15 00:31:54 salo Exp $
+
+SHA1 (aspell-en-0.51-0.tar.bz2) = a1420be50b8d6e4d619e40a58c34fa94ce60d83e
+Size (aspell-en-0.51-0.tar.bz2) = 172819 bytes
+SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799
diff --git a/textproc/aspell-english/patches/patch-aa b/textproc/aspell-english/patches/patch-aa
new file mode 100644
index 00000000000..66b53ff288f
--- /dev/null
+++ b/textproc/aspell-english/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/15 00:31:54 salo Exp $
+
+--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
++++ Makefile.pre Wed Jan 15 00:48:39 2003
+@@ -16,12 +16,10 @@
+ all: ${rws_files} ${data_files}
+
+ install: all
+- mkdir -p ${DESTDIR}${dictdir}/
+- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
+- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
+- mkdir -p ${DESTDIR}${datadir}/
+- cp ${data_files} ${DESTDIR}${datadir}/
+- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
++ ${INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
++ ${INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
++ ${INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
+
+ clean:
+ rm -f ${rws_files}