diff options
author | wiz <wiz> | 2009-03-22 17:37:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-22 17:37:39 +0000 |
commit | 0c1534257ce199f844e9348de788b149a030f239 (patch) | |
tree | b63986308165c8a09c0cf0090a2e325070dd9ce8 /misc/gwaei | |
parent | a13076eb2c7ab7ff41099594a1d5afe78cc30b65 (diff) | |
download | pkgsrc-0c1534257ce199f844e9348de788b149a030f239.tar.gz |
Update to 0.15.3:
0.15.3:
Bugfix release from 0.15.2. The windows configure flag was backwards
which lead to many people buliding without gconf support in. This
is a bad bad thing because gWaei gets the install URLs through the
gconf preferences. (The windows build is still experimental only!)
0.15.2:
A number of fixes has gone into this version. More polish has been
applied to the terminal interface, some bugs squashed, and more
compatibility with different distros added. The program should be
compilable on Debian Lenny now. Windows compatibility is coming
along too.
Because I happened to notice a large bug today after releasing,
another bug fix release will be coming up soon. It has to do with
the romanji->kata conversion system still acting up. Just turn it
off if you think it is causing problem s with your searches in the
preferences. Particularly for queries containing kanji, the results
will be undefined and random.
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 c6f0164626e..2d49c6350a0 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/03/10 10:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/22 17:37:39 wiz Exp $ # -DISTNAME= gwaei-0.15.1 +DISTNAME= gwaei-0.15.3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/} diff --git a/misc/gwaei/PLIST b/misc/gwaei/PLIST index 35a23e1703b..b37d1a87c35 100644 --- a/misc/gwaei/PLIST +++ b/misc/gwaei/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/03/01 15:13:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/03/22 17:37:39 wiz Exp $ bin/waei bin/gwaei share/applications/gwaei.desktop @@ -33,6 +33,7 @@ share/icons/hicolor/32x32/apps/gwaei.png share/icons/hicolor/48x48/apps/gwaei.png share/locale/en@boldquot/LC_MESSAGES/gwaei.mo share/locale/en@quot/LC_MESSAGES/gwaei.mo +share/locale/es/LC_MESSAGES/gwaei.mo share/locale/it/LC_MESSAGES/gwaei.mo share/locale/ja/LC_MESSAGES/gwaei.mo @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps diff --git a/misc/gwaei/distinfo b/misc/gwaei/distinfo index 00425bb5ae8..fc1ae92797c 100644 --- a/misc/gwaei/distinfo +++ b/misc/gwaei/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/03/10 10:53:49 wiz Exp $ +$NetBSD: distinfo,v 1.6 2009/03/22 17:37:39 wiz Exp $ -SHA1 (gwaei-0.15.1.tar.gz) = ce605464b32def0c6c038b7f6eabad4feb06a37f -RMD160 (gwaei-0.15.1.tar.gz) = 81411fe5f9d8def106d3ad8368cebc235009a531 -Size (gwaei-0.15.1.tar.gz) = 488796 bytes +SHA1 (gwaei-0.15.3.tar.gz) = d92c269c6b049774c6b6e51058d78c12ee6c2d6a +RMD160 (gwaei-0.15.3.tar.gz) = 87df84e149c6a6a0dec62641937fe104648476aa +Size (gwaei-0.15.3.tar.gz) = 536092 bytes |