diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-19 00:20:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-19 00:20:04 +0000 |
commit | d2b7bdfe0d2ce78877fa3fc6543ef56c9eace202 (patch) | |
tree | c87ef148bd7809e54da464dc50345361d8536beb /misc/bbweather | |
parent | c5c5e1da8454cce51af89cf29e3dc91dc8cd60a6 (diff) | |
download | pkgsrc-d2b7bdfe0d2ce78877fa3fc6543ef56c9eace202.tar.gz |
Initial import of bbweather-0.4:
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.
Diffstat (limited to 'misc/bbweather')
-rw-r--r-- | misc/bbweather/DESCR | 8 | ||||
-rw-r--r-- | misc/bbweather/Makefile | 23 | ||||
-rw-r--r-- | misc/bbweather/PLIST | 18 | ||||
-rw-r--r-- | misc/bbweather/distinfo | 4 |
4 files changed, 53 insertions, 0 deletions
diff --git a/misc/bbweather/DESCR b/misc/bbweather/DESCR new file mode 100644 index 00000000000..da76cfcc79a --- /dev/null +++ b/misc/bbweather/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile new file mode 100644 index 00000000000..e283190382f --- /dev/null +++ b/misc/bbweather/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $ +# + +DISTNAME= bbweather-0.4 +CATEGORIES= misc +MASTER_SITES= http://www.netmeister.org/apps/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netmeister.org/apps/bbweather/ +COMMENT= show current weather conditions + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES +USE_PERL5= YES +REPLACE_PERL= GrabWeather + +post-install: + cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz + cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz + +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/bbweather/PLIST b/misc/bbweather/PLIST new file mode 100644 index 00000000000..82bb2d66d5a --- /dev/null +++ b/misc/bbweather/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $ +bin/GrabWeather +bin/bbweather +man/man1/GrabWeather.1 +man/man1/bbweather.1 +share/bbtools/README.bbweather +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 +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true diff --git a/misc/bbweather/distinfo b/misc/bbweather/distinfo new file mode 100644 index 00000000000..049780871fd --- /dev/null +++ b/misc/bbweather/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $ + +SHA1 (bbweather-0.4.tar.bz2) = 1bfb4b6c6567f380b55ca2352cc33ac5f8e83521 +Size (bbweather-0.4.tar.bz2) = 81978 bytes |