diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-01 15:13:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-01 15:13:21 +0000 |
commit | 94fffb00f1c5c1a3784efd5cd00d8bf61f4f3134 (patch) | |
tree | 1a12d1e363b6a90b463019eba3a992ae7376a0ec /misc/gwaei/Makefile | |
parent | 160c2b6a265fb0df2de89812affb13bf8b65dc76 (diff) | |
download | pkgsrc-94fffb00f1c5c1a3784efd5cd00d8bf61f4f3134.tar.gz |
Update to 0.15.0:
2009-02-21: Released gWaei 0.15.0
The newest version of gWaei has finally arrived! This version took so long
because it was edging on being a total rewrite. Many of the dangling
variables that I had floating around are now neatly put away into C structs.
On the front end, there is a link saying "Where can I get other dictionaries?"
This is meant to help people find other dictionaries that may work with gwaei.
Last, and the most interesting, gtk support is now OPTIONAL in gWaei. You can
access most of the program's features through the terminal now! The program
creates a symbalic link called waei on installation that can be used to
access all of this console goodness.
Diffstat (limited to 'misc/gwaei/Makefile')
-rw-r--r-- | misc/gwaei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gwaei/Makefile b/misc/gwaei/Makefile index 2f0bc6e3115..73bf22532ce 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/02/23 11:25:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/03/01 15:13:21 wiz Exp $ # -DISTNAME= gwaei-0.14.0 +DISTNAME= gwaei-0.15.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwaei/} |