pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell update to 0.50.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a71f7c7d200
branches:  trunk
changeset: 464033:0a71f7c7d200
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Dec 03 16:49:06 2003 +0000

description:
update to 0.50.4.1

changes since 0.50.2:
# Fixed major bug in pipe mode which caused the last character to be
  chopped off words before they were stored.
# Minor formating fixes in the manual.
# Minor changes in URL filter to avoid treating the double quote character
  as part of the URL, and to avoid treating words ending in more than one
  period as a URL.
# Document fixes in Aspell API
# Small compile fixes, including one for GCC 3.3
# Updated Win32 section since a port now exists thanks to Thorsten Maerz.
# Complain instead of doing nothing or aborting for unimplemented functions
  in Aspell utility.
# Portability bug fixes.
# Upgraded to Autoconf 2.57, Automake 1.7.7, Libtool 1.5 (no longer use
  CVS version of libtool).

ok'ed by wiz@

diffstat:

 textproc/aspell/Makefile         |   5 ++---
 textproc/aspell/PLIST            |   4 ++--
 textproc/aspell/distinfo         |   7 +++----
 textproc/aspell/patches/patch-aa |  12 ------------
 4 files changed, 7 insertions(+), 21 deletions(-)

diffs (68 lines):

diff -r aa1b084df35d -r 0a71f7c7d200 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Wed Dec 03 16:47:25 2003 +0000
+++ b/textproc/aspell/Makefile  Wed Dec 03 16:49:06 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2003/10/02 01:07:52 itojun Exp $
+# $NetBSD: Makefile,v 1.16 2003/12/03 16:49:06 recht Exp $
 #
 
-DISTNAME=              aspell-0.50.3
-PKGREVISION=           4
+DISTNAME=              aspell-0.50.4.1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 
diff -r aa1b084df35d -r 0a71f7c7d200 textproc/aspell/PLIST
--- a/textproc/aspell/PLIST     Wed Dec 03 16:47:25 2003 +0000
+++ b/textproc/aspell/PLIST     Wed Dec 03 16:49:06 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/22 10:26:15 salo Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/12/03 16:49:06 recht Exp $
 bin/aspell
 bin/aspell-import
 bin/pspell-config
@@ -6,7 +6,6 @@
 bin/word-list-compress
 include/aspell.h
 include/pspell/pspell.h
-@exec ${MKDIR} %D/lib/aspell
 lib/libaspell.a
 lib/libaspell.la
 lib/libaspell.so
@@ -106,5 +105,6 @@
 @dirrm share/doc/aspell/dev-html
 @dirrm share/doc/aspell
 @dirrm share/aspell
+@exec ${MKDIR} %D/lib/aspell
 @dirrm lib/aspell
 @dirrm include/pspell
diff -r aa1b084df35d -r 0a71f7c7d200 textproc/aspell/distinfo
--- a/textproc/aspell/distinfo  Wed Dec 03 16:47:25 2003 +0000
+++ b/textproc/aspell/distinfo  Wed Dec 03 16:49:06 2003 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/10/02 01:07:52 itojun Exp $
+$NetBSD: distinfo,v 1.8 2003/12/03 16:49:06 recht Exp $
 
-SHA1 (aspell-0.50.3.tar.gz) = aea3c1e47c10bf2f189dbff91c3c137170af6a72
-Size (aspell-0.50.3.tar.gz) = 939063 bytes
-SHA1 (patch-aa) = ec9eff280bdb169814e134f541dee7c879a58fdd
+SHA1 (aspell-0.50.4.1.tar.gz) = d948a1571c38094b920b593de70bff2f2b7d5741
+Size (aspell-0.50.4.1.tar.gz) = 962279 bytes
 SHA1 (patch-ab) = 9b3e6dfbdf27b9bc0a10384be057685fba734aa7
 SHA1 (patch-ac) = 2a83265b7738bc9ed24de163cfee32ee13bbd231
diff -r aa1b084df35d -r 0a71f7c7d200 textproc/aspell/patches/patch-aa
--- a/textproc/aspell/patches/patch-aa  Wed Dec 03 16:47:25 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/07/14 17:06:35 jmmv Exp $
-
---- prog/checker_string.cpp.orig       2002-09-26 04:42:42.000000000 +0200
-+++ prog/checker_string.cpp
-@@ -4,6 +4,7 @@
- // license along with this library if you did not you can find
- // it at http://www.gnu.org/.
- 
-+#include <assert.h>
- #include "checker_string.hpp"
- #include "speller.hpp"
- #include "document_checker.hpp"



Home | Main Index | Thread Index | Old Index