diff options
author | jschauma <jschauma> | 2002-07-06 22:47:25 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-06 22:47:25 +0000 |
commit | c95181e5b03008a20612798ab86952bd1cc05a9d (patch) | |
tree | 7d8473f57ecdc1a870679bf50246eed2adaf2cab | |
parent | 8f200210bad9fb24b9d45137620df1c8233cc410 (diff) | |
download | pkgsrc-c95181e5b03008a20612798ab86952bd1cc05a9d.tar.gz |
Update to version 0.5.
Changes since 0.4:
- if text is too long to fit into the window, let it scroll
from left to right. Caveat: all XEvents are queued during
scrolling, that is, one can not cycle by hand (right
mouse-button) until this cycle is over.
- bugfix: don't overwrite what's in the config file *unless*
specified on the command line (for example geometry)
- if the weather file does not contain 'Sky conditions'
skip 'conditions' when cycling
- when using 'metric' display, show wind-speed in kmh rather
than in knots
- initialize time to update to every 10 Minutes - used to be
uninitialized unless specified using '-u'.
-rw-r--r-- | misc/bbweather/Makefile | 6 | ||||
-rw-r--r-- | misc/bbweather/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index 04db0f31f66..1c0f4263650 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2002/07/01 23:53:38 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/06 22:47:25 jschauma Exp $ # -DISTNAME= bbweather-0.4 +DISTNAME= bbweather-0.5 CATEGORIES= misc MASTER_SITES= http://www.netmeister.org/apps/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= packages@netbsd.org +MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://www.netmeister.org/apps/bbweather/ COMMENT= show current weather conditions diff --git a/misc/bbweather/distinfo b/misc/bbweather/distinfo index 049780871fd..64ed029e3fb 100644 --- a/misc/bbweather/distinfo +++ b/misc/bbweather/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/07/06 22:47:25 jschauma Exp $ -SHA1 (bbweather-0.4.tar.bz2) = 1bfb4b6c6567f380b55ca2352cc33ac5f8e83521 -Size (bbweather-0.4.tar.bz2) = 81978 bytes +SHA1 (bbweather-0.5.tar.bz2) = 5e8a46e48380f8bdb5e2240def28afa3fabc3b15 +Size (bbweather-0.5.tar.bz2) = 79617 bytes |