summaryrefslogtreecommitdiff
path: root/textproc/ispell-ca
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit9bf0a0428bd0c95887a52cbb1646dae32961990c (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-ca
parent287fbf3a6c1afae741d868fc6d7393433a35419d (diff)
downloadpkgsrc-9bf0a0428bd0c95887a52cbb1646dae32961990c.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-ca')
-rw-r--r--textproc/ispell-ca/DESCR2
-rw-r--r--textproc/ispell-ca/Makefile34
-rw-r--r--textproc/ispell-ca/PLIST3
-rw-r--r--textproc/ispell-ca/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/textproc/ispell-ca/DESCR b/textproc/ispell-ca/DESCR
new file mode 100644
index 00000000000..089bd580d20
--- /dev/null
+++ b/textproc/ispell-ca/DESCR
@@ -0,0 +1,2 @@
+This package provides the Catalan-spelling dictionaries for ispell.
+The dictionary is provided by Softcatala.
diff --git a/textproc/ispell-ca/Makefile b/textproc/ispell-ca/Makefile
new file mode 100644
index 00000000000..1c2b035768a
--- /dev/null
+++ b/textproc/ispell-ca/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:37 rodent Exp $
+#
+
+DISTNAME= ispell-sc-ca
+PKGNAME= ispell-catalan-1.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.softcatala.org/cgi-bin/gaudi/contadorb/load.cgi?/fitxers/linux/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.softcatala.org/projectes/myspell/
+COMMENT= Catalan dictionary for interactive spelling checker
+
+DEPENDS+= ispell>=3.1.20:../../textproc/ispell
+
+WRKSRC= ${WRKDIR}
+
+INSTALLATION_DIRS= lib
+
+post-extract:
+ ( cd ${WRKSRC} \
+ && ${MV} catalan_i.dic catala.dic && \
+ ${MV} catalan_i.aff catala.aff )
+
+do-build:
+ ( cd ${WRKSRC} && \
+ ${PREFIX}/bin/buildhash catala.dic catala.aff \
+ catala.hash )
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/catala.aff ${DESTDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/catala.hash ${DESTDIR}${PREFIX}/lib
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-ca/PLIST b/textproc/ispell-ca/PLIST
new file mode 100644
index 00000000000..933adcd433b
--- /dev/null
+++ b/textproc/ispell-ca/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:37 rodent Exp $
+lib/catala.aff
+lib/catala.hash
diff --git a/textproc/ispell-ca/distinfo b/textproc/ispell-ca/distinfo
new file mode 100644
index 00000000000..3327a0e0377
--- /dev/null
+++ b/textproc/ispell-ca/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/04/24 02:20:37 rodent Exp $
+
+SHA1 (ispell-sc-ca.zip) = 8b9afbf6df125d3cca72271929727db1c2484da2
+RMD160 (ispell-sc-ca.zip) = f3ad88e16efa5e87e1854643e78b7527ebefce4c
+Size (ispell-sc-ca.zip) = 1998440 bytes