From 30e632d05e30513c0cb6cf2211165362f087f57c Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Fri, 16 Apr 1999 07:18:32 +0000 Subject: PR: ports/11157 Submitted by: cpiazza@home.net A TCL script to download the latest high-res satellite views of earth and set it as the background image in the X root window. --- astro/x3arth/Makefile | 28 ++++++++++++++++++++++++++++ astro/x3arth/distinfo | 1 + astro/x3arth/files/patch-ab | 11 +++++++++++ astro/x3arth/pkg-comment | 1 + astro/x3arth/pkg-descr | 8 ++++++++ astro/x3arth/pkg-plist | 1 + 6 files changed, 50 insertions(+) create mode 100644 astro/x3arth/Makefile create mode 100644 astro/x3arth/distinfo create mode 100644 astro/x3arth/files/patch-ab create mode 100644 astro/x3arth/pkg-comment create mode 100644 astro/x3arth/pkg-descr create mode 100644 astro/x3arth/pkg-plist (limited to 'astro/x3arth') diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile new file mode 100644 index 000000000000..20f39dc03621 --- /dev/null +++ b/astro/x3arth/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: x3arth +# Version required: 1.1 +# Date created: 15 April 1999 +# Whom: Chris Piazza +# +# $Id$ +# + +DISTNAME= x3arth-1.1 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/desktop + +MAINTAINER= cpiazza@home.net + +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ + ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv + +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/usr/local/bin +NO_BUILD= yes +STRIP= +USE_BZIP2= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/x3arth ${PREFIX}/bin + +.include diff --git a/astro/x3arth/distinfo b/astro/x3arth/distinfo new file mode 100644 index 000000000000..78e50aae7f7e --- /dev/null +++ b/astro/x3arth/distinfo @@ -0,0 +1 @@ +MD5 (x3arth-1.1.tar.bz2) = b0f1867f3e3048aa4a9ae1a4c1981a73 diff --git a/astro/x3arth/files/patch-ab b/astro/x3arth/files/patch-ab new file mode 100644 index 000000000000..3665e6446e1e --- /dev/null +++ b/astro/x3arth/files/patch-ab @@ -0,0 +1,11 @@ +--- x3arth.orig Sat Apr 3 06:26:53 1999 ++++ x3arth Thu Apr 15 12:18:41 1999 +@@ -1,6 +1,6 @@ + #!/bin/sh +-# the next line restarts using tclsh \ +-exec tclsh "$0" "$@" ++# the next line restarts using tclsh8.0 \ ++exec tclsh8.0 "$0" "$@" + + set usage "x3arth \[ \[-c \[file\] | -b\]\] \n\ + : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\ diff --git a/astro/x3arth/pkg-comment b/astro/x3arth/pkg-comment new file mode 100644 index 000000000000..ab14c41c63a4 --- /dev/null +++ b/astro/x3arth/pkg-comment @@ -0,0 +1 @@ +Updates X root window with satellit views of earth. diff --git a/astro/x3arth/pkg-descr b/astro/x3arth/pkg-descr new file mode 100644 index 000000000000..1cf4bbfe5a37 --- /dev/null +++ b/astro/x3arth/pkg-descr @@ -0,0 +1,8 @@ +A TCL script to download the latest high-res satellite views of +earth and set it as the background image in the X root window. + +Author: +Luc Deschenaux + +-Chris Piazza +cpiazza@home.net diff --git a/astro/x3arth/pkg-plist b/astro/x3arth/pkg-plist new file mode 100644 index 000000000000..e562fe19e387 --- /dev/null +++ b/astro/x3arth/pkg-plist @@ -0,0 +1 @@ +bin/x3arth -- cgit v1.2.3