diff options
author | snj <snj@pkgsrc.org> | 2004-02-23 21:58:56 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-23 21:58:56 +0000 |
commit | f6032286fe3e4ced014af559ec6770d7b880bd1a (patch) | |
tree | c1a27af62f66979c94d99fc9431680ff1d7f168f /textproc | |
parent | b5f1c61b2f2b732a8abf57c797615f7cc2bb0a77 (diff) | |
download | pkgsrc-f6032286fe3e4ced014af559ec6770d7b880bd1a.tar.gz |
Update to 0.50.5. Changes sine 0.50.4.1:
* Reworked url filter which fixed several bugs and now accepts "bla.bla/
kdkdl" as a url.
* Fixed bug in which the url filter was coming before all other filters
when it was suppose to come after. This solved a number of problems
where the url filter was interfering with other filters.
* Small bug fix in SGML filter.
* Added code page charsets, ie cp125?.dat.
* Added natural (split) keyboard data file as "split.kbd"
* Compile fixes for the upcoming GCC 3.4
* Removed Solaris link hack as it was causing more problems than it
fixes.
* Compile fixes for Sun WorkShop 6 compiler, but there may still be some
problems, especially with linking.
* Minor manual fixes.
Okayed by wiz.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 18 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 6 |
3 files changed, 18 insertions, 10 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 1fd83803649..a03e8f07d63 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/23 21:58:56 snj Exp $ # -DISTNAME= aspell-0.50.4.1 +DISTNAME= aspell-0.50.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index a276ef0b45e..415a914461a 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/12/03 16:49:06 recht Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/23 21:58:56 snj Exp $ bin/aspell bin/aspell-import bin/pspell-config @@ -10,13 +10,22 @@ lib/libaspell.a lib/libaspell.la lib/libaspell.so lib/libaspell.so.15 -lib/libaspell.so.15.2 +lib/libaspell.so.15.3 lib/libpspell.a lib/libpspell.la lib/libpspell.so lib/libpspell.so.15 -lib/libpspell.so.15.2 +lib/libpspell.so.15.3 share/aspell/ASCII.dat +share/aspell/cp1250.dat +share/aspell/cp1251.dat +share/aspell/cp1252.dat +share/aspell/cp1253.dat +share/aspell/cp1254.dat +share/aspell/cp1255.dat +share/aspell/cp1256.dat +share/aspell/cp1257.dat +share/aspell/cp1258.dat share/aspell/dvorak.kbd share/aspell/iso8859-1.dat share/aspell/iso8859-10.dat @@ -36,12 +45,11 @@ share/aspell/koi8-f.dat share/aspell/koi8-r.dat share/aspell/koi8-u.dat share/aspell/spell +share/aspell/split.kbd share/aspell/standard.kbd share/aspell/viscii.dat share/doc/aspell/dev-html/devel.css share/doc/aspell/dev-html/devel.html -share/doc/aspell/dev-html/img1.png -share/doc/aspell/dev-html/img2.png share/doc/aspell/dev-html/index.html share/doc/aspell/dev-html/nx_grp_g.png share/doc/aspell/dev-html/prev_g.png diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index 0b118c60a30..9df03d21ebd 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2003/12/03 16:49:06 recht Exp $ +$NetBSD: distinfo,v 1.9 2004/02/23 21:58:56 snj Exp $ -SHA1 (aspell-0.50.4.1.tar.gz) = d948a1571c38094b920b593de70bff2f2b7d5741 -Size (aspell-0.50.4.1.tar.gz) = 962279 bytes +SHA1 (aspell-0.50.5.tar.gz) = 0b17272e1773ef133775d5e6be9fbccc8689ff58 +Size (aspell-0.50.5.tar.gz) = 1016586 bytes SHA1 (patch-ab) = 9b3e6dfbdf27b9bc0a10384be057685fba734aa7 SHA1 (patch-ac) = 2a83265b7738bc9ed24de163cfee32ee13bbd231 |