From 8fe93dc98f45955e7bbf7be19d5e94fad66b0466 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 02:01:46 +0000 Subject: Adding se-ispell version 1.2.1. A Swedish dictionary for ispell. PR: 14716 Submitted by: Kent Boortz --- textproc/se-ispell/Makefile | 18 ++++++++++++++++++ textproc/se-ispell/distinfo | 1 + textproc/se-ispell/files/patch-aa | 16 ++++++++++++++++ textproc/se-ispell/pkg-comment | 1 + textproc/se-ispell/pkg-descr | 5 +++++ textproc/se-ispell/pkg-plist | 2 ++ 6 files changed, 43 insertions(+) create mode 100644 textproc/se-ispell/Makefile create mode 100644 textproc/se-ispell/distinfo create mode 100644 textproc/se-ispell/files/patch-aa create mode 100644 textproc/se-ispell/pkg-comment create mode 100644 textproc/se-ispell/pkg-descr create mode 100644 textproc/se-ispell/pkg-plist (limited to 'textproc/se-ispell') diff --git a/textproc/se-ispell/Makefile b/textproc/se-ispell/Makefile new file mode 100644 index 000000000000..35d4567dbd2f --- /dev/null +++ b/textproc/se-ispell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: se-ispell +# Version required: 1.2.1 +# Date created: 4 November 1999 +# Whom: Kent Boortz +# +# $FreeBSD$ +# + +DISTNAME= iswedish-1.2.1 +PKGNAME= se-ispell-1.2.1 +CATEGORIES= textproc +MASTER_SITES= http://www.sslug.dk/locale/ispell/iswedish/ + +MAINTAINER= kent@erix.ericsson.se + +BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell + +.include diff --git a/textproc/se-ispell/distinfo b/textproc/se-ispell/distinfo new file mode 100644 index 000000000000..7c1d7dd73fe9 --- /dev/null +++ b/textproc/se-ispell/distinfo @@ -0,0 +1 @@ +MD5 (iswedish-1.2.1.tar.gz) = b546aeb88d7614c32e541488d55f32fe diff --git a/textproc/se-ispell/files/patch-aa b/textproc/se-ispell/files/patch-aa new file mode 100644 index 000000000000..e5a20d6c6ad0 --- /dev/null +++ b/textproc/se-ispell/files/patch-aa @@ -0,0 +1,16 @@ +--- Makefile.orig Thu Jan 29 09:06:32 1998 ++++ Makefile Sun Dec 26 10:35:22 1999 +@@ -1,10 +1,10 @@ +-installdir=/usr/lib/ispell ++installdir=${PREFIX}/lib + + 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) ++ install -c -o root -g wheel -m 0644 svenska.hash $(installdir) ++ install -c -o root -g wheel -m 0644 svenska.aff $(installdir) + + svenska.hash: svenska.aff svenska.datalista + buildhash svenska.datalista svenska.aff svenska.hash diff --git a/textproc/se-ispell/pkg-comment b/textproc/se-ispell/pkg-comment new file mode 100644 index 000000000000..4ea2f94abfa1 --- /dev/null +++ b/textproc/se-ispell/pkg-comment @@ -0,0 +1 @@ +Swedish dictionary for ispell diff --git a/textproc/se-ispell/pkg-descr b/textproc/se-ispell/pkg-descr new file mode 100644 index 000000000000..738296cfb6d4 --- /dev/null +++ b/textproc/se-ispell/pkg-descr @@ -0,0 +1,5 @@ +This is a port that install a Swedish dictionary for ispell 3.1. +The dictionary was created under GPL and copyrighted by +Goran Andersson . Home page is at + +WWW: http://www.sslug.dk/locale/ispell/iswedish/swedish.html diff --git a/textproc/se-ispell/pkg-plist b/textproc/se-ispell/pkg-plist new file mode 100644 index 000000000000..7d765036903e --- /dev/null +++ b/textproc/se-ispell/pkg-plist @@ -0,0 +1,2 @@ +lib/svenska.aff +lib/svenska.hash -- cgit v1.2.3