summaryrefslogtreecommitdiff
path: root/textproc/ispell-sv
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit09e2db8c588f94faad4bb38714de4ac2f442e0b5 (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-sv
parenta1220afa314ae865ca6607b7459ffc942b650dcc (diff)
downloadpkgsrc-09e2db8c588f94faad4bb38714de4ac2f442e0b5.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-sv')
-rw-r--r--textproc/ispell-sv/DESCR2
-rw-r--r--textproc/ispell-sv/Makefile17
-rw-r--r--textproc/ispell-sv/PLIST3
-rw-r--r--textproc/ispell-sv/distinfo6
-rw-r--r--textproc/ispell-sv/patches/patch-aa23
5 files changed, 51 insertions, 0 deletions
diff --git a/textproc/ispell-sv/DESCR b/textproc/ispell-sv/DESCR
new file mode 100644
index 00000000000..ea7c9909f82
--- /dev/null
+++ b/textproc/ispell-sv/DESCR
@@ -0,0 +1,2 @@
+This package contains the Swedish (svenska) dictionary for the
+interactive spelling checker ispell.
diff --git a/textproc/ispell-sv/Makefile b/textproc/ispell-sv/Makefile
new file mode 100644
index 00000000000..1084ea801f0
--- /dev/null
+++ b/textproc/ispell-sv/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:43 rodent Exp $
+#
+
+DISTNAME= iswedish-1.2.1
+PKGNAME= ispell-svenska-1.2.1
+CATEGORIES= textproc
+MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html
+COMMENT= Swedish dictionary for interactive spelling checker
+
+INSTALLATION_DIRS= lib
+
+DEPENDS+= ispell>=3.1.20:../../textproc/ispell
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell-sv/PLIST b/textproc/ispell-sv/PLIST
new file mode 100644
index 00000000000..a002976fe4b
--- /dev/null
+++ b/textproc/ispell-sv/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:43 rodent Exp $
+lib/svenska.aff
+lib/svenska.hash
diff --git a/textproc/ispell-sv/distinfo b/textproc/ispell-sv/distinfo
new file mode 100644
index 00000000000..21d5abe5e5a
--- /dev/null
+++ b/textproc/ispell-sv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/24 02:20:43 rodent Exp $
+
+SHA1 (iswedish-1.2.1.tar.gz) = c26c851123a427b495ca9ac10c443ec23efa8e3a
+RMD160 (iswedish-1.2.1.tar.gz) = 4d5a040018b12d06f4d8f45f89eb775ba6f88aab
+Size (iswedish-1.2.1.tar.gz) = 122346 bytes
+SHA1 (patch-aa) = 861c839dc85072d52f5239f41628b598b4930067
diff --git a/textproc/ispell-sv/patches/patch-aa b/textproc/ispell-sv/patches/patch-aa
new file mode 100644
index 00000000000..3121d5d1d33
--- /dev/null
+++ b/textproc/ispell-sv/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1 2013/04/24 02:20:43 rodent Exp $
+
+--- Makefile.orig Thu Jan 29 16:06:32 1998
++++ Makefile Sat Apr 28 17:21:54 2001
+@@ -1,13 +1,14 @@
+-installdir=/usr/lib/ispell
++installdir=${PREFIX}/lib
++buildhash=${PREFIX}/bin/buildhash
+
+ all: svenska.hash
+
+ install: svenska.hash svenska.aff
+- install -o root -g root -m 0644 svenska.hash $(installdir)
+- install -o root -g root -m 0644 svenska.aff $(installdir)
++ ${BSD_INSTALL_DATA} svenska.hash ${DESTDIR}$(installdir)
++ ${BSD_INSTALL_DATA} svenska.aff ${DESTDIR}$(installdir)
+
+ svenska.hash: svenska.aff svenska.datalista
+- buildhash svenska.datalista svenska.aff svenska.hash
++ ${buildhash} svenska.datalista svenska.aff svenska.hash
+
+ clean:
+ rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~