summaryrefslogtreecommitdiff
path: root/textproc/aspell-uk
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-09 02:33:36 +0000
committerrodent <rodent@pkgsrc.org>2013-04-09 02:33:36 +0000
commitee3b5b270cc47eedaf3de3fc24245a4948cd2042 (patch)
tree212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-uk
parent632ca0791a26581b386194ea4b085daf87f4fa2e (diff)
downloadpkgsrc-ee3b5b270cc47eedaf3de3fc24245a4948cd2042.tar.gz
Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in their Makefiles; 4) Accordance with international language naming standards; 5) Facilitate the addition of other dictionaries which are variants of the same language (ex. Portuguese and Norwegian); May this commit not cause anything to explode, hairs to gray, nerds to rage
Diffstat (limited to 'textproc/aspell-uk')
-rw-r--r--textproc/aspell-uk/DESCR1
-rw-r--r--textproc/aspell-uk/Makefile16
-rw-r--r--textproc/aspell-uk/PLIST9
-rw-r--r--textproc/aspell-uk/distinfo6
-rw-r--r--textproc/aspell-uk/patches/patch-aa21
5 files changed, 53 insertions, 0 deletions
diff --git a/textproc/aspell-uk/DESCR b/textproc/aspell-uk/DESCR
new file mode 100644
index 00000000000..a019ce42e7d
--- /dev/null
+++ b/textproc/aspell-uk/DESCR
@@ -0,0 +1 @@
+Ukrainian language support for aspell, e.g. `aspell -d ukrainian -c $myfile'.
diff --git a/textproc/aspell-uk/Makefile b/textproc/aspell-uk/Makefile
new file mode 100644
index 00000000000..45449dd0fe6
--- /dev/null
+++ b/textproc/aspell-uk/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:50 rodent Exp $
+
+DISTNAME= aspell6-uk-1.4.0-0
+PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/uk/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Ukrainian language support for aspell
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-uk/PLIST b/textproc/aspell-uk/PLIST
new file mode 100644
index 00000000000..73fa4a9328a
--- /dev/null
+++ b/textproc/aspell-uk/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:50 rodent Exp $
+lib/aspell/uk.multi
+lib/aspell/uk.rws
+lib/aspell/ukrainian.alias
+share/aspell/koi8-u-nl.cmap
+share/aspell/koi8-u-nl.cset
+share/aspell/uk.dat
+share/aspell/uk_affix.dat
+share/aspell/ukrainian.kbd
diff --git a/textproc/aspell-uk/distinfo b/textproc/aspell-uk/distinfo
new file mode 100644
index 00000000000..4f6a51c7d35
--- /dev/null
+++ b/textproc/aspell-uk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/09 02:33:50 rodent Exp $
+
+SHA1 (aspell6-uk-1.4.0-0.tar.bz2) = b4697fa6c8879aa54364839b0dceae5d9dc46b89
+RMD160 (aspell6-uk-1.4.0-0.tar.bz2) = 2bb5360abcc37b7ad7fc82ee426a0c6fc9630a65
+Size (aspell6-uk-1.4.0-0.tar.bz2) = 226767 bytes
+SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
diff --git a/textproc/aspell-uk/patches/patch-aa b/textproc/aspell-uk/patches/patch-aa
new file mode 100644
index 00000000000..c8f089b7994
--- /dev/null
+++ b/textproc/aspell-uk/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:50 rodent 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}
++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
++ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
++ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
+
+ clean:
+ rm -f ${rws_files}