From kkenn@rebel.net.au  Tue Jan 26 05:29:29 1999
Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02559
          for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 26 Jan 1999 05:29:25 -0800 (PST)
          (envelope-from kkenn@rebel.net.au)
Received: from 203.20.69.75 (dialup-5.rebel.net.au [203.20.69.75])
          by rebel.net.au (8.8.5/8.8.4) with ESMTP
	  id XAA14450 for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 26 Jan 1999 23:59:02 +1030
Received: (qmail 88341 invoked by uid 0); 26 Jan 1999 13:29:00 -0000
Message-Id: <19990126132900.88340.qmail@morden.rebel.net.au>
Date: 26 Jan 1999 13:29:00 -0000
From: kkenn@rebel.net.au
Reply-To: kkennawa@physics.adelaide.edu.au
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: New port - wmweather
X-Send-Pr-Version: 3.2

>Number:         9697
>Category:       ports
>Synopsis:       New port - wmweather
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 26 05:30:00 PST 1999
>Closed-Date:    Thu Mar 11 04:08:55 PST 1999
>Last-Modified:  Thu Mar 11 04:10:12 PST 1999
>Originator:     Kris Kennaway
>Release:        FreeBSD-4.0
>Organization:
FreeBSD
>Environment:
>Description:
This is a new port of wmWeather 1.1, a cool little Windowmaker DockApp
which polls for meteorological data on a given city (temperature, dew
point, barometric pressure, humidity, wind speed).
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	wmweather/
#	wmweather/pkg
#	wmweather/pkg/PLIST
#	wmweather/pkg/COMMENT
#	wmweather/pkg/DESCR
#	wmweather/files
#	wmweather/files/md5
#	wmweather/Makefile
#	wmweather/patches
#	wmweather/patches/patch-aa
#
echo c - wmweather/
mkdir -p wmweather/ > /dev/null 2>&1
echo c - wmweather/pkg
mkdir -p wmweather/pkg > /dev/null 2>&1
echo x - wmweather/pkg/PLIST
sed 's/^X//' >wmweather/pkg/PLIST << 'END-of-wmweather/pkg/PLIST'
Xbin/wmWeather
Xbin/GrabWeather
X
END-of-wmweather/pkg/PLIST
echo x - wmweather/pkg/COMMENT
sed 's/^X//' >wmweather/pkg/COMMENT << 'END-of-wmweather/pkg/COMMENT'
XA WMaker dockapp which displays meteorological data for your city.
END-of-wmweather/pkg/COMMENT
echo x - wmweather/pkg/DESCR
sed 's/^X//' >wmweather/pkg/DESCR << 'END-of-wmweather/pkg/DESCR'
XThis is a windowmaker dockapp which displays meteorological data
X(temperature, dew point, barometric pressure, humidity, windspeed) for a
Xcity, retrieved from the net. You will need to look up the METAR code for
Xyour city (a standard code used in aviation) - see
Xhttp://www.nws.noaa.gov/oso/siteloc.shtml
END-of-wmweather/pkg/DESCR
echo c - wmweather/files
mkdir -p wmweather/files > /dev/null 2>&1
echo x - wmweather/files/md5
sed 's/^X//' >wmweather/files/md5 << 'END-of-wmweather/files/md5'
XMD5 (wmWeather-1.1.tar.gz) = 33ea3e8e27daddbb2397badfee130526
END-of-wmweather/files/md5
echo x - wmweather/Makefile
sed 's/^X//' >wmweather/Makefile << 'END-of-wmweather/Makefile'
X# New ports collection makefile for:	wmWeather-1.1
X# Version required:     1.1
X# Date created:		26 January 1998
X# Whom:			Kris Kennaway <kkennawa@physics.adelaide.edu.au>
X#
X# $Id$
X
XDISTNAME=       wmWeather-1.1
XCATEGORIES=	misc windowmaker
XMASTER_SITES=	ftp://leadbelly.lanl.gov/pub/mgh/
X
XMAINTAINER=	kkennawa@physics.adelaide.edu.au
X
XRUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/net/wget
X
XWRKSRC=		${WRKDIR}/${DISTNAME}/wmWeather
X
XUSE_GMAKE=	yes
XALL_TARGET=	clean all
X
XMAN1=		wmWeather.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wmWeather ${PREFIX}/bin/
X	${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin/GrabWeather
X	${INSTALL_MAN} ${WRKSRC}/wmWeather.1 ${PREFIX}/man/man1/
X
X.include <bsd.port.mk>
END-of-wmweather/Makefile
echo c - wmweather/patches
mkdir -p wmweather/patches > /dev/null 2>&1
echo x - wmweather/patches/patch-aa
sed 's/^X//' >wmweather/patches/patch-aa << 'END-of-wmweather/patches/patch-aa'
X*** Makefile	Wed Jan 20 04:44:49 1999
X--- Makefile~	Tue Jan 26 23:40:36 1999
X***************
X*** 1,6 ****
X! CC     = gcc
X! CFLAGS = -O2 -Wall
X! INCDIR = -I/usr/X11R6/include/X11
X  DESTDIR= /usr/X11R6
X  LIBDIR = -L/usr/X11R6/lib
X  # for linux
X--- 1,7 ----
X! CC     ?= gcc
X! CFLAGS ?= -O2
X! CFLAGS += -Wall
X! INCDIR = -I/usr/X11R6/include
X  DESTDIR= /usr/X11R6
X  LIBDIR = -L/usr/X11R6/lib
X  # for linux
END-of-wmweather/patches/patch-aa
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: kris 
State-Changed-When: Thu Mar 11 04:08:55 PST 1999 
State-Changed-Why:  
Port added 
>Unformatted:
