summaryrefslogtreecommitdiff
path: root/textproc/aspell-czech
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-17 03:49:43 +0000
committersalo <salo@pkgsrc.org>2003-01-17 03:49:43 +0000
commitf9ac5fd19d019ddaa45986a503954e672bfeefa3 (patch)
tree2dc41f7941b10479dc3fc2d3d2da677f8921beb0 /textproc/aspell-czech
parentbb6dcaa564d023731b858f58281c8f48701b69d5 (diff)
downloadpkgsrc-f9ac5fd19d019ddaa45986a503954e672bfeefa3.tar.gz
Czech language support for aspell, e.g. `aspell -d czech -c $myfile'.
Diffstat (limited to 'textproc/aspell-czech')
-rw-r--r--textproc/aspell-czech/DESCR1
-rw-r--r--textproc/aspell-czech/Makefile24
-rw-r--r--textproc/aspell-czech/PLIST5
-rw-r--r--textproc/aspell-czech/distinfo5
-rw-r--r--textproc/aspell-czech/patches/patch-aa21
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/aspell-czech/DESCR b/textproc/aspell-czech/DESCR
new file mode 100644
index 00000000000..1e1985ea1d0
--- /dev/null
+++ b/textproc/aspell-czech/DESCR
@@ -0,0 +1 @@
+Czech language support for aspell, e.g. `aspell -d czech -c $myfile'.
diff --git a/textproc/aspell-czech/Makefile b/textproc/aspell-czech/Makefile
new file mode 100644
index 00000000000..5f843ad56f6
--- /dev/null
+++ b/textproc/aspell-czech/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:49:43 salo Exp $
+#
+
+DISTNAME= aspell-cs-0.50-2
+PKGNAME= ${DISTNAME:C/cs-(.*)-(.*)$/czech-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Czech 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-czech/PLIST b/textproc/aspell-czech/PLIST
new file mode 100644
index 00000000000..582c105d7e8
--- /dev/null
+++ b/textproc/aspell-czech/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:49:43 salo Exp $
+lib/aspell/cs.multi
+lib/aspell/cs.rws
+lib/aspell/czech.alias
+share/aspell/cs.dat
diff --git a/textproc/aspell-czech/distinfo b/textproc/aspell-czech/distinfo
new file mode 100644
index 00000000000..531f63bf263
--- /dev/null
+++ b/textproc/aspell-czech/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/17 03:49:44 salo Exp $
+
+SHA1 (aspell-cs-0.50-2.tar.bz2) = f4e68c04a1981effac3e941f43cf525876566267
+Size (aspell-cs-0.50-2.tar.bz2) = 457939 bytes
+SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799
diff --git a/textproc/aspell-czech/patches/patch-aa b/textproc/aspell-czech/patches/patch-aa
new file mode 100644
index 00000000000..8ae49e6928e
--- /dev/null
+++ b/textproc/aspell-czech/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 03:49:44 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}