Subject: pkg/17903: maintainer update of textproc/ispell-slovak to version 0.1.9.1
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 08/10/2002 14:57:45
>Number:         17903
>Category:       pkg
>Synopsis:       maintainer update of textproc/ispell-slovak to version 0.1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 10 05:59:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        NetBSD 1.6_BETA5
>Organization:
>Environment:
>Description:

please update package textproc/ispell-slovak to version 0.1.9.1.

changes 0.1.8.1 -> 0.1.9.1:

- new words in dictionary
- affix cleanups
- OSI chars
- native Makefile

>How-To-Repeat:

apply the following patch. (we use <tab> in pkgsrc Makefiles, not <space>, hi
jschauma! ;)

>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/ispell-slovak/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2002/08/02 03:19:52	1.1.1.1
+++ Makefile	2002/08/10 12:41:34
@@ -1,17 +1,17 @@
 # $NetBSD: Makefile,v 1.1.1.1 2002/08/02 03:19:52 jschauma Exp $
 #
 
-DISTNAME=    ispell-sk-0.1.8.1
-PKGNAME= ispell-slovak-0.1.8.1
-CATEGORIES=  textproc
-MASTER_SITES=    http://ispell.hq.sk/
+DISTNAME=	ispell-sk-0.1.9.1
+PKGNAME=	ispell-slovak-0.1.9.1
+CATEGORIES=	textproc
+MASTER_SITES=	http://ispell.hq.sk/
 
-MAINTAINER=  salo@Xtrmntr.org
-HOMEPAGE=    http://ispell.hq.sk/homepage/
-COMMENT= Slovak dictionary for ispell
+MAINTAINER=	salo@Xtrmntr.org
+HOMEPAGE=	http://ispell.hq.sk/homepage/
+COMMENT=	Slovak dictionary for ispell
 
-DEPENDS+=    ispell-base>=3.1.20:../../textproc/ispell-base
+DEPENDS+=	ispell-base>=3.1.20:../../textproc/ispell-base
 
-MAKE_ENV+=   RM=${RM} CAT=${CAT} SORT=${SORT}
+MAKE_ENV+=	CAT=${CAT} SORT=${SORT}
 
 .include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/ispell-slovak/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2002/08/02 03:19:53	1.1.1.1
+++ distinfo	2002/08/10 12:41:34
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2002/08/02 03:19:53 jschauma Exp $
 
-SHA1 (ispell-sk-0.1.8.1.tar.gz) = 99dca0c139760ec246e5330ed8ebc7013468d9ee
-Size (ispell-sk-0.1.8.1.tar.gz) = 258829 bytes
-SHA1 (patch-aa) = 69a3f1b2c553e329704dae34cfa35ae0fc22c245
+SHA1 (ispell-sk-0.1.9.1.tar.gz) = 69f972e58ba8d69f8b6083e797f95d162b323122
+Size (ispell-sk-0.1.9.1.tar.gz) = 265862 bytes
+SHA1 (patch-aa) = fcdc8d444d57dd0ae9ead917b061405cd3472309
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/ispell-slovak/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patches/patch-aa	2002/08/02 03:19:53	1.1.1.1
+++ patches/patch-aa	2002/08/10 12:41:34
@@ -1,23 +1,27 @@
 $NetBSD: patch-aa,v 1.1.1.1 2002/08/02 03:19:53 jschauma Exp $
 
---- /dev/null	Thu Aug  1 23:11:47 2002
-+++ Makefile	Thu Aug  1 23:12:13 2002
-@@ -0,0 +1,18 @@
-+installdir=${PREFIX}/lib
-+buildhash=${PREFIX}/bin/buildhash
-+
-+all: slovak.hash
-+
-+install: slovak.hash slovak.aff
-+	${BSD_INSTALL_DATA} slovak.hash $(installdir)
-+	${BSD_INSTALL_DATA} slovak.aff $(installdir)
-+
-+slovak.words:
+--- Makefile.orig	Mon Jul 22 14:09:43 2002
++++ Makefile	Sat Aug 10 14:32:19 2002
+@@ -1,16 +1,17 @@
+-installdir=/usr/lib/ispell
++INSTALLDIR=${PREFIX}/lib
++BUILDHASH=${PREFIX}/bin/buildhash
+ 
+ all: slovak.hash
+ 
+ install: slovak.hash slovak.aff
+-	install -o root -g root -m 0644 slovak.hash $(installdir)
+-	install -o root -g root -m 0644 slovak.aff $(installdir)
++	${BSD_INSTALL_DATA} slovak.hash $(INSTALLDIR)
++	${BSD_INSTALL_DATA} slovak.aff $(INSTALLDIR)
+ 
+ slovak.words:
+-	cat *.words | sort -u -f > slovak.words
 +	${CAT} *.words | ${SORT} -u -f > slovak.words
-+
-+slovak.hash: slovak.aff slovak.words
-+	${buildhash} slovak.words slovak.aff slovak.hash
-+
-+clean:
-+	${RM} -f slovak.words slovak.words.cnt slovak.words.stat slovak.hash *~
-+
+ 
+ slovak.hash: slovak.aff slovak.words
+-	buildhash slovak.words slovak.aff slovak.hash
++	${BUILDHASH} slovak.words slovak.aff slovak.hash
+ 
+ clean:
+ 	rm -f slovak.words slovak.words.cnt slovak.words.stat slovak.hash *~
>Release-Note:
>Audit-Trail:
>Unformatted: