diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbweather/DESCR | 14 | ||||
-rw-r--r-- | misc/bbweather/Makefile | 6 | ||||
-rw-r--r-- | misc/bbweather/PLIST | 16 | ||||
-rw-r--r-- | misc/bbweather/distinfo | 6 |
4 files changed, 20 insertions, 22 deletions
diff --git a/misc/bbweather/DESCR b/misc/bbweather/DESCR index da76cfcc79a..a99f240013c 100644 --- a/misc/bbweather/DESCR +++ b/misc/bbweather/DESCR @@ -1,8 +1,6 @@ -bbweather is a tool which displays the current weather conditions -in an decorated window, simulating the look of the Blackbox toolbar -(Blackbox is a Windowmanager for X11). This tool is heavily based -on "bbdate" by John Kennis, almost 90% of the code (rough guess ;) -were taken over unaltered. Furthermore, bbweather was inspired by -wmWeather by Michael G. Henderson, from where I grabbed the -perl-script that fetches the weather-conditions from your local -station. +bbweather is a tool which displays the current weather conditions in an +decorated window, simulating the look of the Blackbox toolbar (Blackbox is a +Windowmanager for X11). This tool is heavily based on "bbdate" by John +Kennis. Furthermore, bbweather was inspired by wmWeather by Michael G. +Henderson, from where the perl-script to fetch the weather-conditions from +your local station originated. diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index b572b9876e7..c91d671ad55 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/09/24 10:25:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/11 22:36:45 jschauma Exp $ # -DISTNAME= bbweather-0.5 +DISTNAME= bbweather-0.6 CATEGORIES= misc MASTER_SITES= http://www.netmeister.org/apps/ EXTRACT_SUFX= .tar.bz2 @@ -16,10 +16,10 @@ USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES REPLACE_PERL= GrabWeather +USE_PERL5= run post-install: cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz -.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/bbweather/PLIST b/misc/bbweather/PLIST index 1392cd40d0f..464ebcbc93c 100644 --- a/misc/bbweather/PLIST +++ b/misc/bbweather/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:34 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/11 22:36:45 jschauma Exp $ bin/GrabWeather bin/bbweather man/man1/GrabWeather.1 @@ -8,11 +8,11 @@ share/bbtools/bbtoolsrc.in share/bbtools/bbweather.conf share/bbtools/bbweather.nobb share/bbtools/bbweather.style -share/doc/bbweather/index-1.html -share/doc/bbweather/index-2.html -share/doc/bbweather/index-3.html -share/doc/bbweather/index-4.html -share/doc/bbweather/index-5.html -share/doc/bbweather/index.html -@dirrm share/doc/bbweather +share/doc/html/bbweather/index-1.html +share/doc/html/bbweather/index-2.html +share/doc/html/bbweather/index-3.html +share/doc/html/bbweather/index-4.html +share/doc/html/bbweather/index-5.html +share/doc/html/bbweather/index.html +@dirrm share/doc/html/bbweather @unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} diff --git a/misc/bbweather/distinfo b/misc/bbweather/distinfo index 2233afe3310..ce6f5ebbc8b 100644 --- a/misc/bbweather/distinfo +++ b/misc/bbweather/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/08/09 03:34:54 jschauma Exp $ +$NetBSD: distinfo,v 1.4 2003/01/11 22:36:45 jschauma Exp $ -SHA1 (bbweather-0.5.tar.bz2) = 39fc0da91027491ce495310dfd37bc5179b5e15c -Size (bbweather-0.5.tar.bz2) = 79697 bytes +SHA1 (bbweather-0.6.tar.bz2) = e9e31baf1be58a5e66aba84e2b3ad7aaca3d551c +Size (bbweather-0.6.tar.bz2) = 80295 bytes |