From owner-freebsd-ports Tue Feb 9 22:10:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16682 for freebsd-ports-outgoing; Tue, 9 Feb 1999 22:10:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16653 for ; Tue, 9 Feb 1999 22:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA04924; Tue, 9 Feb 1999 22:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p18.ozemail.com.au [203.108.157.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15987 for ; Tue, 9 Feb 1999 22:04:02 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id RAA20448; Wed, 10 Feb 1999 17:03:58 +1100 (EST) Message-Id: <199902100603.RAA20448@corp.au.triax.com> Date: Wed, 10 Feb 1999 17:03:58 +1100 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9997: New port: wmWeather 1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9997 >Category: ports >Synopsis: New port: wmWeather 1.23 >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 Feb 9 22:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: >Description: # 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/DESCR # wmweather/pkg/PLIST # wmweather/pkg/COMMENT # wmweather/patches # wmweather/patches/patch-aa # wmweather/Makefile # wmweather/files # wmweather/files/md5 # 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/DESCR sed 's/^X//' >wmweather/pkg/DESCR << 'END-of-wmweather/pkg/DESCR' XwmWeather is a dockapp that shows your local weather conditions. It Xuses the international METAR/TAF system so it can be used worldwide. X XTo find the METAR code for your location, look at Xhttp://www.nws.noaa.gov/oso/siteloc.shtml X X- Jim END-of-wmweather/pkg/DESCR echo x - wmweather/pkg/PLIST sed 's/^X//' >wmweather/pkg/PLIST << 'END-of-wmweather/pkg/PLIST' Xbin/wmWeather Xbin/GrabWeather END-of-wmweather/pkg/PLIST echo x - wmweather/pkg/COMMENT sed 's/^X//' >wmweather/pkg/COMMENT << 'END-of-wmweather/pkg/COMMENT' XYour local weather in a dockapp. END-of-wmweather/pkg/COMMENT 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.orig Wed Feb 10 13:52:49 1999 X+++ Makefile Wed Feb 10 13:53:06 1999 X@@ -1,6 +1,6 @@ X CC = gcc X CFLAGS = -O2 -Wall X-INCDIR = -I/usr/X11R6/include/X11 X+INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X # for linux END-of-wmweather/patches/patch-aa echo x - wmweather/Makefile sed 's/^X//' >wmweather/Makefile << 'END-of-wmweather/Makefile' X# New ports collection makefile for: wmWeather X# Version required: 1.23 X# Date created: 10 February 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmWeather-1.23 XPKGNAME= wmweather-1.23 XCATEGORIES= misc windowmaker afterstep XMASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm XRUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/net/wget X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X XWRKSRC= ${WRKDIR}/wmWeather-1.23/wmWeather X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmWeather ${X11BASE}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${X11BASE}/bin X ${INSTALL_MAN} ${WRKSRC}/wmWeather.1 ${PREFIX}/man/man1 X X.include END-of-wmweather/Makefile 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.23.tar.gz) = 52ed89528bf0bbb8140eb1aab9257bb8 END-of-wmweather/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message