Adding se-ispell version 1.2.1.
A Swedish dictionary for ispell. PR: 14716 Submitted by: Kent Boortz <kent@erix.ericsson.se>
This commit is contained in:
parent
e4d4e5d882
commit
8fe93dc98f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24135
@ -56,6 +56,7 @@
|
||||
SUBDIR += rand
|
||||
SUBDIR += rman
|
||||
SUBDIR += sarep
|
||||
SUBDIR += se-ispell
|
||||
SUBDIR += sgmlformat
|
||||
SUBDIR += sgrep
|
||||
SUBDIR += sp
|
||||
|
18
textproc/se-ispell/Makefile
Normal file
18
textproc/se-ispell/Makefile
Normal file
@ -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>
|
1
textproc/se-ispell/distinfo
Normal file
1
textproc/se-ispell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iswedish-1.2.1.tar.gz) = b546aeb88d7614c32e541488d55f32fe
|
16
textproc/se-ispell/files/patch-aa
Normal file
16
textproc/se-ispell/files/patch-aa
Normal file
@ -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
|
1
textproc/se-ispell/pkg-comment
Normal file
1
textproc/se-ispell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Swedish dictionary for ispell
|
5
textproc/se-ispell/pkg-descr
Normal file
5
textproc/se-ispell/pkg-descr
Normal file
@ -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
|
2
textproc/se-ispell/pkg-plist
Normal file
2
textproc/se-ispell/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/svenska.aff
|
||||
lib/svenska.hash
|
Loading…
Reference in New Issue
Block a user