From aee7ad35d6a5c310f576c5e1bd2920bc4e580134 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 14 Nov 2002 15:59:24 +0000 Subject: a tag which displays METAR data (not really mature but looks nice...) --- www/zope25-ZWeather/DESCR | 6 ++++++ www/zope25-ZWeather/Makefile | 16 +++++++++++++++ www/zope25-ZWeather/PLIST | 48 ++++++++++++++++++++++++++++++++++++++++++++ www/zope25-ZWeather/distinfo | 4 ++++ 4 files changed, 74 insertions(+) create mode 100644 www/zope25-ZWeather/DESCR create mode 100644 www/zope25-ZWeather/Makefile create mode 100644 www/zope25-ZWeather/PLIST create mode 100644 www/zope25-ZWeather/distinfo (limited to 'www/zope25-ZWeather') diff --git a/www/zope25-ZWeather/DESCR b/www/zope25-ZWeather/DESCR new file mode 100644 index 00000000000..c65078e8245 --- /dev/null +++ b/www/zope25-ZWeather/DESCR @@ -0,0 +1,6 @@ +This is the ZWeather Product. It consists of a management product, and +a tag for displaying the weather in a pleasant format. + +There is also an External Method (weather.py) which you can use to drag +down raw weather reports if you desire, but, it's only really there for +looking how things work. diff --git a/www/zope25-ZWeather/Makefile b/www/zope25-ZWeather/Makefile new file mode 100644 index 00000000000..719484a8088 --- /dev/null +++ b/www/zope25-ZWeather/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 15:59:24 drochner Exp $ + +DISTNAME= ZWeather-0_0_1 +PKGNAME= zope25-ZWeather-0.0.1 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/TheJester/ZWeather/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zope.org/Members/TheJester/ZWeather +COMMENT= display the weather in a pleasant format + +ZOPE_COPYPRODUCT= zope-std-copyproduct-short + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-ZWeather/PLIST b/www/zope25-ZWeather/PLIST new file mode 100644 index 00000000000..9284355157f --- /dev/null +++ b/www/zope25-ZWeather/PLIST @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/14 15:59:24 drochner Exp $ +lib/zope/lib/python/Products/ZWeather/README.txt +lib/zope/lib/python/Products/ZWeather/Weather.gif +lib/zope/lib/python/Products/ZWeather/Weather.py +lib/zope/lib/python/Products/ZWeather/Weather.pyc +lib/zope/lib/python/Products/ZWeather/WeatherManagement.gif +lib/zope/lib/python/Products/ZWeather/WeatherManagement.py +lib/zope/lib/python/Products/ZWeather/WeatherManagement.pyc +lib/zope/lib/python/Products/ZWeather/WeatherTag.py +lib/zope/lib/python/Products/ZWeather/WeatherTag.pyc +lib/zope/lib/python/Products/ZWeather/__init__.py +lib/zope/lib/python/Products/ZWeather/__init__.pyc +lib/zope/lib/python/Products/ZWeather/about.dtml +lib/zope/lib/python/Products/ZWeather/icons/Cloudy.gif +lib/zope/lib/python/Products/ZWeather/icons/Cloudy_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Fine.gif +lib/zope/lib/python/Products/ZWeather/icons/Fine_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Fog.gif +lib/zope/lib/python/Products/ZWeather/icons/Fog_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Mist.gif +lib/zope/lib/python/Products/ZWeather/icons/Mist_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/MostlyClear.gif +lib/zope/lib/python/Products/ZWeather/icons/MostlyClear_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/MostlyCloudy.gif +lib/zope/lib/python/Products/ZWeather/icons/MostlyCloudy_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Overcast.gif +lib/zope/lib/python/Products/ZWeather/icons/Overcast_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/PartlyCloudy.gif +lib/zope/lib/python/Products/ZWeather/icons/PartlyCloudy_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Rain.gif +lib/zope/lib/python/Products/ZWeather/icons/Rain_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Showers.gif +lib/zope/lib/python/Products/ZWeather/icons/Showers_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Snow.gif +lib/zope/lib/python/Products/ZWeather/icons/Snow_Night.gif +lib/zope/lib/python/Products/ZWeather/icons/Thunder.gif +lib/zope/lib/python/Products/ZWeather/icons/Thunder_Night.gif +lib/zope/lib/python/Products/ZWeather/manage_addWeatherForm.dtml +lib/zope/lib/python/Products/ZWeather/manage_addWeatherManagementForm.dtml +lib/zope/lib/python/Products/ZWeather/manage_configureWeatherManagementForm.dtml +lib/zope/lib/python/Products/ZWeather/manage_editWeatherForm.dtml +lib/zope/lib/python/Products/ZWeather/nsd_cccc +lib/zope/lib/python/Products/ZWeather/showWeather.dtml +lib/zope/lib/python/Products/ZWeather/version.txt +lib/zope/lib/python/Products/ZWeather/weather_extern.py +lib/zope/lib/python/Products/ZWeather/weather_extern.pyc +@dirrm lib/zope/lib/python/Products/ZWeather/icons +@dirrm lib/zope/lib/python/Products/ZWeather diff --git a/www/zope25-ZWeather/distinfo b/www/zope25-ZWeather/distinfo new file mode 100644 index 00000000000..3910d653046 --- /dev/null +++ b/www/zope25-ZWeather/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/14 15:59:24 drochner Exp $ + +SHA1 (zope/ZWeather-0_0_1.tgz) = f5d302d27bfedf492f2cd106c6d1e8ad3626a77e +Size (zope/ZWeather-0_0_1.tgz) = 203898 bytes -- cgit v1.2.3