summaryrefslogtreecommitdiff
path: root/textproc/aspell-cy
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-09 02:33:36 +0000
committerrodent <rodent>2013-04-09 02:33:36 +0000
commit232af31a8f8a0fad63d4d37bb2ed690d22c9083f (patch)
tree212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-cy
parent3fca35a64148b0c91c8ce2377301672b7c03c3ba (diff)
downloadpkgsrc-232af31a8f8a0fad63d4d37bb2ed690d22c9083f.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-cy')
-rw-r--r--textproc/aspell-cy/DESCR1
-rw-r--r--textproc/aspell-cy/Makefile17
-rw-r--r--textproc/aspell-cy/PLIST5
-rw-r--r--textproc/aspell-cy/distinfo6
-rw-r--r--textproc/aspell-cy/patches/patch-aa21
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/aspell-cy/DESCR b/textproc/aspell-cy/DESCR
new file mode 100644
index 00000000000..67c1ae4acbc
--- /dev/null
+++ b/textproc/aspell-cy/DESCR
@@ -0,0 +1 @@
+Welsh language support for aspell, e.g. `aspell -d welsh -c $myfile'.
diff --git a/textproc/aspell-cy/Makefile b/textproc/aspell-cy/Makefile
new file mode 100644
index 00000000000..0284c635456
--- /dev/null
+++ b/textproc/aspell-cy/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:38 rodent Exp $
+#
+
+DISTNAME= aspell-cy-0.50-3
+PKGNAME= ${DISTNAME:S/-3/.3/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cy/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Welsh language support for aspell
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-cy/PLIST b/textproc/aspell-cy/PLIST
new file mode 100644
index 00000000000..3f368d739df
--- /dev/null
+++ b/textproc/aspell-cy/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:38 rodent Exp $
+lib/aspell/cy.multi
+lib/aspell/cy.rws
+lib/aspell/welsh.alias
+share/aspell/cy.dat
diff --git a/textproc/aspell-cy/distinfo b/textproc/aspell-cy/distinfo
new file mode 100644
index 00000000000..5c6959fc069
--- /dev/null
+++ b/textproc/aspell-cy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/09 02:33:38 rodent Exp $
+
+SHA1 (aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116
+RMD160 (aspell-cy-0.50-3.tar.bz2) = 981fc9aef481cea7aedd36415fc00d525ac01873
+Size (aspell-cy-0.50-3.tar.bz2) = 117652 bytes
+SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
diff --git a/textproc/aspell-cy/patches/patch-aa b/textproc/aspell-cy/patches/patch-aa
new file mode 100644
index 00000000000..2706b33b7fb
--- /dev/null
+++ b/textproc/aspell-cy/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:38 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}