Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 1999 12:35:31 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11157: New port: astro/x3arth
Message-ID:  <19990415193531.157721689@norn.ca.eu.org>

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

>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 <cpiazza@home.net>
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 <bsd.port.mk>
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 \[<satellite> \[-c \[file\] | -b\]\] \n\
X <satellite> : 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 <lcd@gkb.com>
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




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