wmweather is a WindowMaker dockapp which periodically fetches

meteorological data from the net and displays it in the dock.

PR:		ports/9697
This commit is contained in:
Kris Kennaway 1999-03-11 12:08:09 +00:00
parent 509d82f777
commit 5f223c36c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17137
6 changed files with 56 additions and 0 deletions

28
misc/wmweather/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: wmWeather-1.1
# Version required: 1.1
# Date created: 26 January 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $Id$
DISTNAME= wmWeather-1.1
CATEGORIES= misc windowmaker
MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/
MAINTAINER= kkennawa@physics.adelaide.edu.au
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/net/wget
WRKSRC= ${WRKDIR}/${DISTNAME}/wmWeather
USE_GMAKE= yes
ALL_TARGET= clean all
MAN1= wmWeather.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmWeather ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin/GrabWeather
${INSTALL_MAN} ${WRKSRC}/wmWeather.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>

1
misc/wmweather/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wmWeather-1.1.tar.gz) = 33ea3e8e27daddbb2397badfee130526

View File

@ -0,0 +1,18 @@
*** Makefile Wed Jan 20 04:44:49 1999
--- Makefile~ Tue Jan 26 23:40:36 1999
***************
*** 1,6 ****
! CC = gcc
! CFLAGS = -O2 -Wall
! INCDIR = -I/usr/X11R6/include/X11
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
# for linux
--- 1,7 ----
! CC ?= gcc
! CFLAGS ?= -O2
! CFLAGS += -Wall
! INCDIR = -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
# for linux

View File

@ -0,0 +1 @@
A WMaker dockapp which displays meteorological data for your city.

5
misc/wmweather/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is a windowmaker dockapp which displays meteorological data
(temperature, dew point, barometric pressure, humidity, windspeed) for a
city, retrieved from the net. You will need to look up the METAR code for
your city (a standard code used in aviation) - see
http://www.nws.noaa.gov/oso/siteloc.shtml

3
misc/wmweather/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/wmWeather
bin/GrabWeather