From 599f3f56a980bd983ffe2b1f2365c53400bbf8e5 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 30 Apr 2001 14:47:12 +0000 Subject: Initial import of ispell-svenska, a (self-contained) Swedish dictionary for ispell. Provided in PR 12778 by Love (lha@stacken.kth.se) --- textproc/ispell-svenska/Makefile | 15 +++++++++++++++ textproc/ispell-svenska/distinfo | 5 +++++ textproc/ispell-svenska/patches/patch-aa | 23 +++++++++++++++++++++++ textproc/ispell-svenska/pkg/DESCR | 2 ++ textproc/ispell-svenska/pkg/PLIST | 3 +++ 5 files changed, 48 insertions(+) create mode 100644 textproc/ispell-svenska/Makefile create mode 100644 textproc/ispell-svenska/distinfo create mode 100644 textproc/ispell-svenska/patches/patch-aa create mode 100644 textproc/ispell-svenska/pkg/DESCR create mode 100644 textproc/ispell-svenska/pkg/PLIST (limited to 'textproc/ispell-svenska') diff --git a/textproc/ispell-svenska/Makefile b/textproc/ispell-svenska/Makefile new file mode 100644 index 00000000000..27cb6634f52 --- /dev/null +++ b/textproc/ispell-svenska/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/30 14:47:12 agc Exp $ +# + +DISTNAME= iswedish-1.2.1 +PKGNAME= ispell-svenska-1.2.1 +CATEGORIES= textproc +MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html +COMMENT= Swedish dictionary for interactive spelling checker + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-svenska/distinfo b/textproc/ispell-svenska/distinfo new file mode 100644 index 00000000000..67b07dba01f --- /dev/null +++ b/textproc/ispell-svenska/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/30 14:47:12 agc Exp $ + +SHA1 (iswedish-1.2.1.tar.gz) = c26c851123a427b495ca9ac10c443ec23efa8e3a +Size (iswedish-1.2.1.tar.gz) = 122346 bytes +SHA1 (patch-aa) = c0f1d8a8ba1b61fb1e6675bb9232fe50124f2171 diff --git a/textproc/ispell-svenska/patches/patch-aa b/textproc/ispell-svenska/patches/patch-aa new file mode 100644 index 00000000000..9df4b5bdad2 --- /dev/null +++ b/textproc/ispell-svenska/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/30 14:47:12 agc 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 $(installdir) ++ ${BSD_INSTALL_DATA} svenska.aff $(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 *~ diff --git a/textproc/ispell-svenska/pkg/DESCR b/textproc/ispell-svenska/pkg/DESCR new file mode 100644 index 00000000000..ea7c9909f82 --- /dev/null +++ b/textproc/ispell-svenska/pkg/DESCR @@ -0,0 +1,2 @@ +This package contains the Swedish (svenska) dictionary for the +interactive spelling checker ispell. diff --git a/textproc/ispell-svenska/pkg/PLIST b/textproc/ispell-svenska/pkg/PLIST new file mode 100644 index 00000000000..34f9cd2656e --- /dev/null +++ b/textproc/ispell-svenska/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/30 14:47:12 agc Exp $ +lib/svenska.aff +lib/svenska.hash -- cgit v1.2.3