summaryrefslogtreecommitdiff
path: root/textproc/aspell-dutch
diff options
context:
space:
mode:
authorsalo <salo>2003-01-17 03:50:54 +0000
committersalo <salo>2003-01-17 03:50:54 +0000
commit62d92dd63b884134bb73cf649ab5094ba9f04ff2 (patch)
tree05ec8d73fb98463036b63fc2d2e247079ffba245 /textproc/aspell-dutch
parent471f3013e6624edbd94afd986fa6ee6a9dfc63c1 (diff)
downloadpkgsrc-62d92dd63b884134bb73cf649ab5094ba9f04ff2.tar.gz
Dutch language support for aspell, e.g. `aspell -d dutch -c $myfile'.
Diffstat (limited to 'textproc/aspell-dutch')
-rw-r--r--textproc/aspell-dutch/DESCR1
-rw-r--r--textproc/aspell-dutch/Makefile24
-rw-r--r--textproc/aspell-dutch/PLIST5
-rw-r--r--textproc/aspell-dutch/distinfo5
-rw-r--r--textproc/aspell-dutch/patches/patch-aa21
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/aspell-dutch/DESCR b/textproc/aspell-dutch/DESCR
new file mode 100644
index 00000000000..ffd8de1d80c
--- /dev/null
+++ b/textproc/aspell-dutch/DESCR
@@ -0,0 +1 @@
+Dutch language support for aspell, e.g. `aspell -d dutch -c $myfile'.
diff --git a/textproc/aspell-dutch/Makefile b/textproc/aspell-dutch/Makefile
new file mode 100644
index 00000000000..94bb5e57ab4
--- /dev/null
+++ b/textproc/aspell-dutch/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:50:54 salo Exp $
+#
+
+DISTNAME= aspell-nl-0.50-2
+PKGNAME= ${DISTNAME:C/nl-(.*)-(.*)$/dutch-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Dutch 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-dutch/PLIST b/textproc/aspell-dutch/PLIST
new file mode 100644
index 00000000000..0fc0476cec1
--- /dev/null
+++ b/textproc/aspell-dutch/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:50:54 salo Exp $
+lib/aspell/dutch.alias
+lib/aspell/nl.multi
+lib/aspell/nl.rws
+share/aspell/nl.dat
diff --git a/textproc/aspell-dutch/distinfo b/textproc/aspell-dutch/distinfo
new file mode 100644
index 00000000000..51c435ff99a
--- /dev/null
+++ b/textproc/aspell-dutch/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/17 03:50:54 salo Exp $
+
+SHA1 (aspell-nl-0.50-2.tar.bz2) = 651ac98c63ce342b19dd9c1a74a961500234bc0a
+Size (aspell-nl-0.50-2.tar.bz2) = 428365 bytes
+SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799
diff --git a/textproc/aspell-dutch/patches/patch-aa b/textproc/aspell-dutch/patches/patch-aa
new file mode 100644
index 00000000000..fe250abb2f0
--- /dev/null
+++ b/textproc/aspell-dutch/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 03:50: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}