pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ispell ispell: Update to 3.4.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/143b0a0fcec1
branches:  trunk
changeset: 445475:143b0a0fcec1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 24 15:53:02 2021 +0000

description:
ispell: Update to 3.4.02

Version 3.4.02
==============

 - A major bug in 3.4.01 that caused incorrect behavior with many
   languages has been corrected.

 - The default maximum number of stringchars has been doubled.

 - Some spurious compiler warnings have been suppressed.

diffstat:

 textproc/ispell/Makefile                                  |   8 +-
 textproc/ispell/PLIST                                     |   2 +-
 textproc/ispell/distinfo                                  |  14 ++--
 textproc/ispell/patches/patch-Makefile                    |  21 ++++++
 textproc/ispell/patches/patch-aa                          |  12 ---
 textproc/ispell/patches/patch-ab                          |  47 ---------------
 textproc/ispell/patches/patch-languages_english_english.2 |  15 ++++
 7 files changed, 48 insertions(+), 71 deletions(-)

diffs (166 lines):

diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/Makefile
--- a/textproc/ispell/Makefile  Sun Jan 24 15:52:34 2021 +0000
+++ b/textproc/ispell/Makefile  Sun Jan 24 15:53:02 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.28 2019/11/04 21:43:37 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2021/01/24 15:53:02 nia Exp $
 #
 
-DISTNAME=      ispell-3.4.00
+DISTNAME=      ispell-3.4.02
 CATEGORIES=    textproc
-MASTER_SITES=  http://fmg-www.cs.ucla.edu/geoff/tars/
+MASTER_SITES=  https://www.cs.hmc.edu/~geoff/tars/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://ficus-www.cs.ucla.edu/geoff/ispell.html
+HOMEPAGE=      https://www.cs.hmc.edu/~geoff/ispell.html
 COMMENT=       Interactive spelling checker
 
 CONFLICTS+=            ispell-base-[0-9]*
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/PLIST
--- a/textproc/ispell/PLIST     Sun Jan 24 15:52:34 2021 +0000
+++ b/textproc/ispell/PLIST     Sun Jan 24 15:53:02 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/03/14 07:55:32 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/01/24 15:53:02 nia Exp $
 bin/buildhash
 bin/defmt-c
 bin/defmt-sh
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/distinfo
--- a/textproc/ispell/distinfo  Sun Jan 24 15:52:34 2021 +0000
+++ b/textproc/ispell/distinfo  Sun Jan 24 15:53:02 2021 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.6 2017/07/07 11:28:36 wiz Exp $
+$NetBSD: distinfo,v 1.7 2021/01/24 15:53:02 nia Exp $
 
-SHA1 (ispell-3.4.00.tar.gz) = 6138ab935f0261be8162e3cdc07c127d53555837
-RMD160 (ispell-3.4.00.tar.gz) = c6a2a6d6dd65782d7c3fdf90968e61a5091b616c
-SHA512 (ispell-3.4.00.tar.gz) = 790475e7e296554221679b59856f256889a7193ab39e7314174f92364eaf4b658cc7e6b4f4b7892fa8f3cf0c022d933fc0c995c5e414987cbdcde27723e3da31
-Size (ispell-3.4.00.tar.gz) = 638770 bytes
-SHA1 (patch-aa) = 7617574ae1c53aa7b9389f0e75ddcab99dbeb07c
-SHA1 (patch-ab) = 842cd5946716f57fc263b7c941d32b50f79515e5
+SHA1 (ispell-3.4.02.tar.gz) = 128e5e938cda41eee749008ad3799bdd5e6fd97f
+RMD160 (ispell-3.4.02.tar.gz) = af9fb4eeb9f1b7ff2ec7b63b4e7721b6c7ac5c1f
+SHA512 (ispell-3.4.02.tar.gz) = 4392c00d8bcc66a9cc521ef0ba6b06ada896925f7260b7712a65529719b331dab54de5298058c5d130ee52bd088d38ba5fcf7797f265a0f68514765574b966d4
+Size (ispell-3.4.02.tar.gz) = 670270 bytes
+SHA1 (patch-Makefile) = e77f0502e3c4cda4f55e16f91030175f192844bb
 SHA1 (patch-ac) = 4faa82bdd628500aa35d94b2d4a1860919097b72
 SHA1 (patch-ad) = c47a406acf52244868e7a561ab7f1c9d394d4034
 SHA1 (patch-ae) = adc803bd66f62236a2b879713f326b4c7ac7199f
@@ -13,3 +12,4 @@
 SHA1 (patch-al) = ea63fc7dbc2200794157d9be781210cd8a4e671f
 SHA1 (patch-ar) = c5082129f55fb232db34e0796423e60fcd4ed5c2
 SHA1 (patch-deformatters_Makefile) = a66a43f679491df718149c0b6db36ed0f9962535
+SHA1 (patch-languages_english_english.2) = ae4d249890746a979787282c2e48aad3921ac77c
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell/patches/patch-Makefile    Sun Jan 24 15:53:02 2021 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-Makefile,v 1.1 2021/01/24 15:53:02 nia Exp $
+
+Avoid installing sq and unsq man pages since we don't install
+those programs.
+
+--- Makefile.orig      2018-01-19 06:50:11.287688653 +0000
++++ Makefile
+@@ -402,13 +402,10 @@ install-dictbuild:
+           rm -f fixispell-a$$MAN1EXT
+       @. ./config.sh; \
+         set -x; \
+-        $$INSTALL sq.1 $(DESTDIR)$$MAN1DIR/sq$$MAN1EXT; \
+         for m in buildhash munchlist findaffix tryaffix; do \
+           echo ".so `basename $$MAN1DIR`/ispell$$MAN1EXT" \
+             > $(DESTDIR)$$MAN1DIR/$$m$$MAN1EXT; \
+         done; \
+-        echo ".so `basename $$MAN1DIR`/sq$$MAN1EXT" \
+-          > $(DESTDIR)$$MAN1DIR/unsq$$MAN1EXT 
+       @. ./config.sh; \
+         set -x; \
+         cd $(DESTDIR)$$MAN1DIR; \
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/patches/patch-aa
--- a/textproc/ispell/patches/patch-aa  Sun Jan 24 15:52:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2014/05/14 02:28:13 rodent Exp $
-
---- languages/english/english.2.orig   Wed Apr 27 00:25:52 2005
-+++ languages/english/english.2
-@@ -1865,7 +1865,6 @@ auxinically
- auxotroph
- auxotrophic
- auxotrophy
--avaliable
- avast
- avatar
- avaunt
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/patches/patch-ab
--- a/textproc/ispell/patches/patch-ab  Sun Jan 24 15:52:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2015/03/14 07:55:32 ryoon Exp $
-
---- Makefile.orig      2015-02-08 09:10:54.000000000 +0000
-+++ Makefile
-@@ -397,13 +397,10 @@ install-dictbuild:
-           rm -f fixispell-a$$MAN1EXT
-       @. ./config.sh; \
-         set -x; \
--        $$INSTALL sq.1 $(DESTDIR)$$MAN1DIR/sq$$MAN1EXT; \
-         for m in buildhash munchlist findaffix tryaffix; do \
-           echo ".so `basename $$MAN1DIR`/ispell$$MAN1EXT" \
-             > $(DESTDIR)$$MAN1DIR/$$m$$MAN1EXT; \
--        done; \
--        echo ".so `basename $$MAN1DIR`/sq$$MAN1EXT" \
--          > $(DESTDIR)$$MAN1DIR/unsq$$MAN1EXT 
-+        done
-       @. ./config.sh; \
-         set -x; \
-         cd $(DESTDIR)$$MAN1DIR; \
-@@ -421,7 +418,7 @@ install-languages:
-         cd $(DESTDIR)$$LIBDIR; \
-         if [ $$MASTERHASH != $$DEFHASH ]; then \
-           rm -f $$DEFHASH; \
--          $$LINK -s $(DESTDIR)$$MASTERHASH $$DEFHASH; \
-+          $$LINK -s $$MASTERHASH $$DEFHASH; \
-         fi
- 
- munchable:    findaffix tryaffix munchlist buildhash ispell icombine
-@@ -666,7 +663,7 @@ local.h:
-       set +e; \
-         [ -r local.h ]  ||  (cp local.h.generic local.h; chmod u+w local.h)
- 
--msgs.h:       config.sh FRC
-+msgs.h:       config.sh
-       @. ./config.sh; \
-         set $(SHELLDEBUG); \
-         set +e; \
-@@ -680,7 +677,8 @@ msgs.h:    config.sh FRC
-         else \
-           set -x; \
-           rm -f msgs.h; $$LINK -s $$msgs msgs.h  ||  cp $$msgs msgs.h; \
--        fi
-+        fi; \
-+        touch msgs.h
- 
- FRC:
- 
diff -r bdea2d23c141 -r 143b0a0fcec1 textproc/ispell/patches/patch-languages_english_english.2
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ispell/patches/patch-languages_english_english.2 Sun Jan 24 15:53:02 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-languages_english_english.2,v 1.1 2021/01/24 15:53:02 nia Exp $
+
+Remove spelling mistake.
+https://gnats.netbsd.org/5181
+
+--- languages/english/english.2.orig   2021-01-09 00:41:55.414090509 +0000
++++ languages/english/english.2
+@@ -2081,7 +2081,6 @@ auxinically
+ auxotroph
+ auxotrophic
+ auxotrophy
+-avaliable
+ avascular
+ avast
+ avatar



Home | Main Index | Thread Index | Old Index