From ce80475f63aceb8d3a56a7df9b9afae7c5935226 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 19 Mar 2002 00:20:04 +0000 Subject: 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. --- misc/bbweather/DESCR | 8 ++++++++ misc/bbweather/Makefile | 23 +++++++++++++++++++++++ misc/bbweather/PLIST | 18 ++++++++++++++++++ misc/bbweather/distinfo | 4 ++++ 4 files changed, 53 insertions(+) create mode 100644 misc/bbweather/DESCR create mode 100644 misc/bbweather/Makefile create mode 100644 misc/bbweather/PLIST create mode 100644 misc/bbweather/distinfo (limited to 'misc/bbweather') 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 -- cgit v1.2.3