From owner-freebsd-ports Thu Apr 15 12:42:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AFB1538C for ; Thu, 15 Apr 1999 12:42:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA24102; Thu, 15 Apr 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 294461538C for ; Thu, 15 Apr 1999 12:37:58 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 157721689; Thu, 15 Apr 1999 12:35:31 -0700 (PDT) Message-Id: <19990415193531.157721689@norn.ca.eu.org> Date: Thu, 15 Apr 1999 12:35:31 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11157: New port: astro/x3arth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11157 >Category: ports >Synopsis: New port: astro/x3arth >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: Thu Apr 15 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs. >Description: A tcl script that updates the X root window with a downloaded (from NASA) satellite image of Earth. >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: # # x3arth # x3arth/Makefile # x3arth/patches # x3arth/patches/patch-ab # x3arth/files # x3arth/files/md5 # x3arth/pkg # x3arth/pkg/PLIST # x3arth/pkg/COMMENT # x3arth/pkg/DESCR # echo c - x3arth mkdir -p x3arth > /dev/null 2>&1 echo x - x3arth/Makefile sed 's/^X//' >x3arth/Makefile << 'END-of-x3arth/Makefile' X# New ports collection makefile for: x3arth X# Version required: 1.1 X# Date created: 15 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= x3arth-1.1 XCATEGORIES= astro XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= X11/desktop X XMAINTAINER= cpiazza@home.net X XRUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ X ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv X XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/usr/local/bin XNO_BUILD= yes XSTRIP= XUSE_BZIP2= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/x3arth ${PREFIX}/bin X X.include END-of-x3arth/Makefile echo c - x3arth/patches mkdir -p x3arth/patches > /dev/null 2>&1 echo x - x3arth/patches/patch-ab sed 's/^X//' >x3arth/patches/patch-ab << 'END-of-x3arth/patches/patch-ab' X--- x3arth.orig Sat Apr 3 06:26:53 1999 X+++ x3arth Thu Apr 15 12:18:41 1999 X@@ -1,6 +1,6 @@ X #!/bin/sh X-# the next line restarts using tclsh \ X-exec tclsh "$0" "$@" X+# the next line restarts using tclsh8.0 \ X+exec tclsh8.0 "$0" "$@" X X set usage "x3arth \[ \[-c \[file\] | -b\]\] \n\ X : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\ END-of-x3arth/patches/patch-ab echo c - x3arth/files mkdir -p x3arth/files > /dev/null 2>&1 echo x - x3arth/files/md5 sed 's/^X//' >x3arth/files/md5 << 'END-of-x3arth/files/md5' XMD5 (x3arth-1.1.tar.bz2) = b0f1867f3e3048aa4a9ae1a4c1981a73 END-of-x3arth/files/md5 echo c - x3arth/pkg mkdir -p x3arth/pkg > /dev/null 2>&1 echo x - x3arth/pkg/PLIST sed 's/^X//' >x3arth/pkg/PLIST << 'END-of-x3arth/pkg/PLIST' Xbin/x3arth END-of-x3arth/pkg/PLIST echo x - x3arth/pkg/COMMENT sed 's/^X//' >x3arth/pkg/COMMENT << 'END-of-x3arth/pkg/COMMENT' XUpdates X root window with satellit views of earth. END-of-x3arth/pkg/COMMENT echo x - x3arth/pkg/DESCR sed 's/^X//' >x3arth/pkg/DESCR << 'END-of-x3arth/pkg/DESCR' XA TCL script to download the latest high-res satellite views of Xearth and set it as the background image in the X root window. X XAuthor: XLuc Deschenaux X X-Chris Piazza Xcpiazza@home.net END-of-x3arth/pkg/DESCR exit -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message