diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-17 20:51:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-17 20:51:34 +0000 |
commit | 918dd900383e2f902edb98f04ff635e6ad55f303 (patch) | |
tree | 66063dabc7d610baf1fd0a835c673f910860ab64 /misc/gwaei | |
parent | 6e1bfea201666d3e90cdd4d30e730ed1a10acd40 (diff) | |
download | pkgsrc-918dd900383e2f902edb98f04ff635e6ad55f303.tar.gz |
Update to 0.13.1:
2009-01-17: Released gWaei 0.13.1
This is a release focusing on fixing bugs. The most noteworthy
of which was an infinitely loop on startup that some computer
encountered. (It it still is not fixed, someone please email me.)
There was a crasher when attempting to print only one
highlighted line in the results. The back and forward
buttons have been coded better against race conditions
on slow hardware because the back/forward button's wouldn't
become insensitive quick enough to stop repeted executions.
The highlight colors have been chosen to work better
with dark themes than they were. Fixed a crasher when users
would go back/forward after switching dictionaries.
There have been a few minor features added as well. alt-left
and alt-right will go back and forward in the search history
much like a web browser. Shift-tab will cycle backwards through
the dictionaries. The colors for highlighting have been switched
around and varied more. The previous red just wasn't really
compatible with any of the other colors I tried with it. It is
now possible to optionally compile the program without libsexy.
Diffstat (limited to 'misc/gwaei')
-rw-r--r-- | misc/gwaei/Makefile | 4 | ||||
-rw-r--r-- | misc/gwaei/PLIST | 3 | ||||
-rw-r--r-- | misc/gwaei/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/gwaei/Makefile b/misc/gwaei/Makefile index 7702e6f092a..22416f99e24 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/14 16:10:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/17 20:51:34 wiz Exp $ # -DISTNAME= gwaei-0.13.0 +DISTNAME= gwaei-0.13.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/} diff --git a/misc/gwaei/PLIST b/misc/gwaei/PLIST index 53ecb5fb5ab..e34e5b8fd1b 100644 --- a/misc/gwaei/PLIST +++ b/misc/gwaei/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/14 16:10:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/17 20:51:34 wiz Exp $ bin/gwaei share/applications/gwaei.desktop share/doc/${PKGNAME}/COPYING @@ -9,6 +9,7 @@ share/gnome/help/gwaei/C/index.xml share/gwaei/character.png share/gwaei/character2.png share/gwaei/character3.png +share/gwaei/dialog.xml share/gwaei/jdata.dat share/gwaei/kanjipad.xml share/gwaei/kpengine diff --git a/misc/gwaei/distinfo b/misc/gwaei/distinfo index 714e21c9c02..dc824398492 100644 --- a/misc/gwaei/distinfo +++ b/misc/gwaei/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/14 16:10:52 wiz Exp $ +$NetBSD: distinfo,v 1.2 2009/01/17 20:51:34 wiz Exp $ -SHA1 (gwaei-0.13.0.tar.gz) = 89c6cb3d98174621842dcdcee4b08a24ff05f54e -RMD160 (gwaei-0.13.0.tar.gz) = 1045af2bbe798bf7107fa482848ce117c6249f40 -Size (gwaei-0.13.0.tar.gz) = 465770 bytes +SHA1 (gwaei-0.13.1.tar.gz) = e72f9fb1977e628fc67d3bbf084975313cfb5346 +RMD160 (gwaei-0.13.1.tar.gz) = a45e4a2a67288cc2f8d67dae6d7b8a192c603347 +Size (gwaei-0.13.1.tar.gz) = 476208 bytes |