diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 02:01:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 02:01:46 +0000 |
commit | 54a001c27b24df64435131c2db5483cc051b7422 (patch) | |
tree | 5ff0d6490dff25ced9f936cf28261d532a5418d3 /textproc | |
parent | 97e0c6568d2e68e6e9dba58dd3aa6b175333d164 (diff) | |
download | FreeBSD-ports-54a001c27b24df64435131c2db5483cc051b7422.zip FreeBSD-ports-54a001c27b24df64435131c2db5483cc051b7422.tar.gz |
Adding se-ispell version 1.2.1.
A Swedish dictionary for ispell.
PR: 14716
Submitted by: Kent Boortz <kent@erix.ericsson.se>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/se-ispell/Makefile | 18 | ||||
-rw-r--r-- | textproc/se-ispell/distinfo | 1 | ||||
-rw-r--r-- | textproc/se-ispell/files/patch-aa | 16 | ||||
-rw-r--r-- | textproc/se-ispell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/se-ispell/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/se-ispell/pkg-plist | 2 |
7 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7c5390e..d5252b8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -56,6 +56,7 @@ SUBDIR += rand SUBDIR += rman SUBDIR += sarep + SUBDIR += se-ispell SUBDIR += sgmlformat SUBDIR += sgrep SUBDIR += sp diff --git a/textproc/se-ispell/Makefile b/textproc/se-ispell/Makefile new file mode 100644 index 0000000..35d4567 --- /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 <kent@erix.ericsson.se> +# +# $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 <bsd.port.mk> diff --git a/textproc/se-ispell/distinfo b/textproc/se-ispell/distinfo new file mode 100644 index 0000000..7c1d7dd --- /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 0000000..e5a20d6 --- /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 0000000..4ea2f94 --- /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 0000000..738296c --- /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 <goran@debian.org>. 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 0000000..7d76503 --- /dev/null +++ b/textproc/se-ispell/pkg-plist @@ -0,0 +1,2 @@ +lib/svenska.aff +lib/svenska.hash |