diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-31 22:59:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-31 22:59:41 +0800 |
commit | 6a5bc22ecba0f67e19b34aa699e03fe3b9df42bc (patch) | |
tree | 45840f54af4463806b842d7ece2d73c5f3a18549 | |
parent | 51447b48701b9a6d5b4c4439739af3ffbb775654 (diff) | |
download | freebsd-ports-gnome-6a5bc22ecba0f67e19b34aa699e03fe3b9df42bc.tar.gz freebsd-ports-gnome-6a5bc22ecba0f67e19b34aa699e03fe3b9df42bc.tar.zst freebsd-ports-gnome-6a5bc22ecba0f67e19b34aa699e03fe3b9df42bc.zip |
Piero's xearth port.
Submitted by: piero
-rw-r--r-- | astro/xearth/Makefile | 15 | ||||
-rw-r--r-- | astro/xearth/pkg-comment | 1 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 7 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 3 |
4 files changed, 26 insertions, 0 deletions
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 <bsd.port.mk> 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 |