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 | 7b2815c28d0ce9f7212ba2dc243781a211d545f2 (patch) | |
tree | c1a27af62f66979c94d99fc9431680ff1d7f168f /textproc/aspell/PLIST | |
parent | 42f1d967aa17ab9cd3e2a3f9bada0de0571cb0cd (diff) | |
download | pkgsrc-7b2815c28d0ce9f7212ba2dc243781a211d545f2.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/aspell/PLIST')
-rw-r--r-- | textproc/aspell/PLIST | 18 |
1 files changed, 13 insertions, 5 deletions
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 |