From owner-freebsd-ports Thu Nov 4 17:40:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E80157DE for ; Thu, 4 Nov 1999 17:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA83243; Thu, 4 Nov 1999 17:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 2B195151AF for ; Thu, 4 Nov 1999 17:37:49 -0800 (PST) (envelope-from kent@erix.ericsson.se) Received: from super.du.uab.ericsson.se (kent@super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.9.3/8.9.3/WIREfire-1.5) with ESMTP id CAA25768 for ; Fri, 5 Nov 1999 02:37:08 +0100 (MET) Received: (from kent@localhost) by super.du.uab.ericsson.se (8.9.3/8.9.3/erix-1.7) id CAA10858; Fri, 5 Nov 1999 02:32:22 +0100 (MET) Message-Id: Date: 05 Nov 1999 02:32:19 +0100 From: Kent Boortz To: FreeBSD-gnats-submit@freebsd.org Cc: kent@erix.ericsson.se Subject: ports/14716: [NEW PORT] Swedish ispell dictionary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 . 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 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 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