From a02504e48331b451f661e7e18b1a45e21bc0a6d7 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 31 Oct 1994 14:59:41 +0000 Subject: Piero's xearth port. Submitted by: piero --- astro/xearth/Makefile | 15 +++++++++++++++ astro/xearth/pkg-comment | 1 + astro/xearth/pkg-descr | 7 +++++++ astro/xearth/pkg-plist | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 astro/xearth/Makefile create mode 100644 astro/xearth/pkg-comment create mode 100644 astro/xearth/pkg-descr create mode 100644 astro/xearth/pkg-plist (limited to 'astro') diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile new file mode 100644 index 000000000000..127c781f27ac --- /dev/null +++ b/astro/xearth/Makefile @@ -0,0 +1,15 @@ +# +# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994 +# $Id: $ +# + +# Distribution stuff +DISTNAME= xearth-0.92 +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ + +# working directory +WRKDIR= work + +USE_IMAKE= is_set + +.include diff --git a/astro/xearth/pkg-comment b/astro/xearth/pkg-comment new file mode 100644 index 000000000000..046ac24e9481 --- /dev/null +++ b/astro/xearth/pkg-comment @@ -0,0 +1 @@ +XEarth 0.92 diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr new file mode 100644 index 000000000000..c90de96e2b8b --- /dev/null +++ b/astro/xearth/pkg-descr @@ -0,0 +1,7 @@ +Xearth sets the X root window to an image of the Earth, as +seen from your favorite vantage point in space, correctly +shaded for the current position of the Sun. By default, +xearth updates the displayed image every five minutes. The +time between updates can be changed with the -wait option. +Xearth can also render directly into PPM and GIF files +instead of drawing in the root window. diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist new file mode 100644 index 000000000000..f361067c7621 --- /dev/null +++ b/astro/xearth/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xearth +man/man1/xearth.1x -- cgit