summaryrefslogtreecommitdiff
path: root/textproc/aspell-ukrainian
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-17 06:47:47 +0000
committersalo <salo@pkgsrc.org>2003-01-17 06:47:47 +0000
commit7e5e6a16215aa2109a0b10b79345dd55c7ceccbd (patch)
tree8ef5686d8a0dbb553e8b852e2e8b1f924a29a08f /textproc/aspell-ukrainian
parent4cb8830249b4643c9c1333d3ee391fab02b97401 (diff)
downloadpkgsrc-7e5e6a16215aa2109a0b10b79345dd55c7ceccbd.tar.gz
Ukrainian language support for aspell, e.g. `aspell -d ukrainian -c $myfile'.
Diffstat (limited to 'textproc/aspell-ukrainian')
-rw-r--r--textproc/aspell-ukrainian/DESCR1
-rw-r--r--textproc/aspell-ukrainian/Makefile24
-rw-r--r--textproc/aspell-ukrainian/PLIST5
-rw-r--r--textproc/aspell-ukrainian/distinfo5
-rw-r--r--textproc/aspell-ukrainian/patches/patch-aa21
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/aspell-ukrainian/DESCR b/textproc/aspell-ukrainian/DESCR
new file mode 100644
index 00000000000..a019ce42e7d
--- /dev/null
+++ b/textproc/aspell-ukrainian/DESCR
@@ -0,0 +1 @@
+Ukrainian language support for aspell, e.g. `aspell -d ukrainian -c $myfile'.
diff --git a/textproc/aspell-ukrainian/Makefile b/textproc/aspell-ukrainian/Makefile
new file mode 100644
index 00000000000..f7ed202796c
--- /dev/null
+++ b/textproc/aspell-ukrainian/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:47:47 salo Exp $
+#
+
+DISTNAME= aspell-uk-0.50-3
+PKGNAME= ${DISTNAME:C/uk-(.*)-(.*)$/ukrainian-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Ukrainian 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-ukrainian/PLIST b/textproc/aspell-ukrainian/PLIST
new file mode 100644
index 00000000000..00a617f9677
--- /dev/null
+++ b/textproc/aspell-ukrainian/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:47:47 salo Exp $
+lib/aspell/uk.multi
+lib/aspell/uk.rws
+lib/aspell/ukrainian.alias
+share/aspell/uk.dat
diff --git a/textproc/aspell-ukrainian/distinfo b/textproc/aspell-ukrainian/distinfo
new file mode 100644
index 00000000000..b50decbdff6
--- /dev/null
+++ b/textproc/aspell-ukrainian/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:47:47 salo Exp $
+
+SHA1 (aspell-uk-0.50-3.tar.bz2) = 1031054bd906094019c426825d73b14375914019
+Size (aspell-uk-0.50-3.tar.bz2) = 382364 bytes
+SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799
diff --git a/textproc/aspell-ukrainian/patches/patch-aa b/textproc/aspell-ukrainian/patches/patch-aa
new file mode 100644
index 00000000000..5efe8c54de2
--- /dev/null
+++ b/textproc/aspell-ukrainian/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:47:47 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}