diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 07:18:32 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-16 07:18:32 +0000 |
commit | 30e632d05e30513c0cb6cf2211165362f087f57c (patch) | |
tree | e2ba53a9abd36583832de94540458f0402a8216d /astro | |
parent | Removed dead mastersite (diff) |
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.
Notes
Notes:
svn path=/head/; revision=17911
Diffstat (limited to 'astro')
-rw-r--r-- | astro/x3arth/Makefile | 28 | ||||
-rw-r--r-- | astro/x3arth/distinfo | 1 | ||||
-rw-r--r-- | astro/x3arth/files/patch-ab | 11 | ||||
-rw-r--r-- | astro/x3arth/pkg-comment | 1 | ||||
-rw-r--r-- | astro/x3arth/pkg-descr | 8 | ||||
-rw-r--r-- | astro/x3arth/pkg-plist | 1 |
6 files changed, 50 insertions, 0 deletions
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 <cpiazza@home.net> +# +# $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 <bsd.port.mk> 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 \[<satellite> \[-c \[file\] | -b\]\] \n\ + <satellite> : 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 <lcd@gkb.com> + +-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 |