Skip site navigation (1)Skip section navigation (2)
Date:      26 Jan 1999 13:29:00 -0000
From:      kkenn@rebel.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9697: New port - wmweather
Message-ID:  <19990126132900.88340.qmail@morden.rebel.net.au>

next in thread | raw e-mail | index | archive | help

>Number:         9697
>Category:       ports
>Synopsis:       New port - wmweather
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 26 05:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990126132900.88340.qmail>