Date: 05 Nov 1999 02:32:19 +0100 From: Kent Boortz <kent@erix.ericsson.se> To: FreeBSD-gnats-submit@freebsd.org Cc: kent@erix.ericsson.se Subject: ports/14716: [NEW PORT] Swedish ispell dictionary Message-ID: <d2n1sthgf0.fsf@erix.ericsson.se>
next in thread | raw e-mail | index | archive | help
>Number: 14716 >Category: ports >Synopsis: This is a port of a Swedish dictionary to ispell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 4 17:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kent Boortz >Release: FreeBSD 3.3-STABLE i386 >Organization: Ericsson >Environment: >Description: This is a port of a Swedish dictionary to ispell. I saw there where ports for other languages so why not do one for swedish as well. The dictionary was found at the page http://www.sslug.dk/locale/ispell/iswedish/swedish.html I have tested the port according to the handbook, including portlint, but I'm sure I confused port version number with distribution source version number ;-) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # se-ispell # se-ispell/files # se-ispell/files/md5 # se-ispell/pkg # se-ispell/pkg/COMMENT # se-ispell/pkg/DESCR # se-ispell/pkg/PLIST # se-ispell/Makefile # se-ispell/patches # se-ispell/patches/patch-aa # echo c - se-ispell mkdir -p se-ispell > /dev/null 2>&1 echo c - se-ispell/files mkdir -p se-ispell/files > /dev/null 2>&1 echo x - se-ispell/files/md5 sed 's/^X//' >se-ispell/files/md5 << 'END-of-se-ispell/files/md5' XMD5 (iswedish-1.2.1.tar.gz) = b546aeb88d7614c32e541488d55f32fe END-of-se-ispell/files/md5 echo c - se-ispell/pkg mkdir -p se-ispell/pkg > /dev/null 2>&1 echo x - se-ispell/pkg/COMMENT sed 's/^X//' >se-ispell/pkg/COMMENT << 'END-of-se-ispell/pkg/COMMENT' XSwedish dictionary for ispell 3.1 END-of-se-ispell/pkg/COMMENT echo x - se-ispell/pkg/DESCR sed 's/^X//' >se-ispell/pkg/DESCR << 'END-of-se-ispell/pkg/DESCR' XThis is a port that install a Swedish dictionary for ispell 3.1. XThe dictionary was created under GPL and copyrighted by XGoran Andersson <goran@debian.org>. Home page is at X X http://www.sslug.dk/locale/ispell/iswedish/swedish.html END-of-se-ispell/pkg/DESCR echo x - se-ispell/pkg/PLIST sed 's/^X//' >se-ispell/pkg/PLIST << 'END-of-se-ispell/pkg/PLIST' Xlib/svenska.aff Xlib/svenska.hash END-of-se-ispell/pkg/PLIST echo x - se-ispell/Makefile sed 's/^X//' >se-ispell/Makefile << 'END-of-se-ispell/Makefile' X# New ports collection makefile for: se-ispell X# Version required: 1.2.1 X# Date created: 4 November 1999 X# Whom: Kent Boortz <kent@erix.ericsson.se> X# X# $FreeBSD$ X# X XDISTNAME= iswedish-1.2.1 XPKGNAME= se-ispell-1.2.1 XCATEGORIES= textproc XMASTER_SITES= http://www.sslug.dk/locale/ispell/iswedish/ X XMAINTAINER= kent@erix.ericsson.se X XBUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell X X.include <bsd.port.mk> END-of-se-ispell/Makefile echo c - se-ispell/patches mkdir -p se-ispell/patches > /dev/null 2>&1 echo x - se-ispell/patches/patch-aa sed 's/^X//' >se-ispell/patches/patch-aa << 'END-of-se-ispell/patches/patch-aa' X*** Makefile.orig Thu Jan 29 16:06:32 1998 X--- Makefile Thu Nov 4 16:13:23 1999 X*************** X*** 1,10 **** X! installdir=/usr/lib/ispell X X all: svenska.hash X X install: svenska.hash svenska.aff X! install -o root -g root -m 0644 svenska.hash $(installdir) X! install -o root -g root -m 0644 svenska.aff $(installdir) X X svenska.hash: svenska.aff svenska.datalista X buildhash svenska.datalista svenska.aff svenska.hash X--- 1,10 ---- X! installdir=$(PREFIX)/lib X X all: svenska.hash X X install: svenska.hash svenska.aff X! install -o root -g wheel -m 0644 svenska.hash $(installdir) X! install -c -o root -g wheel -m 0644 svenska.aff $(installdir) X X svenska.hash: svenska.aff svenska.datalista X buildhash svenska.datalista svenska.aff svenska.hash END-of-se-ispell/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d2n1sthgf0.fsf>