summaryrefslogtreecommitdiff
path: root/textproc/aspell-br
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-09 02:33:36 +0000
committerrodent <rodent>2013-04-09 02:33:36 +0000
commita67627e1f06f60af5f0c6d3a5d327108f51f1c42 (patch)
tree212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-br
parent00530056a48f494620e2c127a5d57cd4cf5a61d0 (diff)
downloadpkgsrc-a67627e1f06f60af5f0c6d3a5d327108f51f1c42.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-br')
-rw-r--r--textproc/aspell-br/DESCR1
-rw-r--r--textproc/aspell-br/Makefile17
-rw-r--r--textproc/aspell-br/PLIST7
-rw-r--r--textproc/aspell-br/distinfo6
-rw-r--r--textproc/aspell-br/patches/patch-aa21
5 files changed, 52 insertions, 0 deletions
diff --git a/textproc/aspell-br/DESCR b/textproc/aspell-br/DESCR
new file mode 100644
index 00000000000..3b981db83f7
--- /dev/null
+++ b/textproc/aspell-br/DESCR
@@ -0,0 +1 @@
+Breton language support for aspell, e.g. `aspell -d breton -c $myfile'.
diff --git a/textproc/aspell-br/Makefile b/textproc/aspell-br/Makefile
new file mode 100644
index 00000000000..dd9d26d2af3
--- /dev/null
+++ b/textproc/aspell-br/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:36 rodent Exp $
+#
+
+DISTNAME= aspell-br-0.50-2
+PKGNAME= ${DISTNAME:S/-2/.2/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/br/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Breton language support for aspell
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-br/PLIST b/textproc/aspell-br/PLIST
new file mode 100644
index 00000000000..bbf21aca1b6
--- /dev/null
+++ b/textproc/aspell-br/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:36 rodent Exp $
+lib/aspell/br.multi
+lib/aspell/br.rws
+lib/aspell/breton.alias
+lib/aspell/brezhoneg.alias
+share/aspell/br.dat
+share/aspell/br_phonet.dat
diff --git a/textproc/aspell-br/distinfo b/textproc/aspell-br/distinfo
new file mode 100644
index 00000000000..259345e063f
--- /dev/null
+++ b/textproc/aspell-br/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/09 02:33:36 rodent Exp $
+
+SHA1 (aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536
+RMD160 (aspell-br-0.50-2.tar.bz2) = 6ba96ddb2b9f56decbc06e821844d849b90bc57b
+Size (aspell-br-0.50-2.tar.bz2) = 68055 bytes
+SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
diff --git a/textproc/aspell-br/patches/patch-aa b/textproc/aspell-br/patches/patch-aa
new file mode 100644
index 00000000000..c0c612096aa
--- /dev/null
+++ b/textproc/aspell-br/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:36 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}