diff options
author | agc <agc> | 1998-02-05 15:39:59 +0000 |
---|---|---|
committer | agc <agc> | 1998-02-05 15:39:59 +0000 |
commit | 4dc0f70400b06885f5d71c390667a89a7cc39d66 (patch) | |
tree | 6913c93f64f1b543ae15952d6a32c529ac42cdf3 /x11/xearth | |
parent | 792699e98695db52ddd1d5a0af3ebcadf43ec85a (diff) | |
download | pkgsrc-4dc0f70400b06885f5d71c390667a89a7cc39d66.tar.gz |
Initial addition, to the NetBSD packages collection, of
xearth 1.0 - a utility to display an image of the Earth,
as viewed from space, in an X11 root window
Diffstat (limited to 'x11/xearth')
-rw-r--r-- | x11/xearth/Makefile | 18 | ||||
-rw-r--r-- | x11/xearth/files/md5 | 1 | ||||
-rw-r--r-- | x11/xearth/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xearth/pkg/DESCR | 12 | ||||
-rw-r--r-- | x11/xearth/pkg/PLIST | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile new file mode 100644 index 00000000000..258fd70998c --- /dev/null +++ b/x11/xearth/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 1998/02/05 15:39:59 agc Exp $ +# +# New ports collection makefile for: xearth +# Version required: 1.0 +# Date created: Mon Jan 19 14:34:50 GMT 1998 +# Whom: agc@netbsd.org +# + +DISTNAME= xearth-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ + +MAINTAINER= agc@netbsd.org + +USE_IMAKE= yes +CAT1= xearth.0 + +.include <bsd.port.mk> diff --git a/x11/xearth/files/md5 b/x11/xearth/files/md5 new file mode 100644 index 00000000000..5d939227eb8 --- /dev/null +++ b/x11/xearth/files/md5 @@ -0,0 +1 @@ +MD5 (xearth-1.0.tar.gz) = 241bb88b946631a9b0de91602a1bb639 diff --git a/x11/xearth/pkg/COMMENT b/x11/xearth/pkg/COMMENT new file mode 100644 index 00000000000..647e64cbe89 --- /dev/null +++ b/x11/xearth/pkg/COMMENT @@ -0,0 +1 @@ +Puts a rotating map of the Earth in your X11 root window. diff --git a/x11/xearth/pkg/DESCR b/x11/xearth/pkg/DESCR new file mode 100644 index 00000000000..4af0250a787 --- /dev/null +++ b/x11/xearth/pkg/DESCR @@ -0,0 +1,12 @@ +From the xearth(1) manual page: + +"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 +(see below); updates can be disabled completely by using +the -once option (see below). Xearth can also render +directly into PPM and GIF files instead of drawing in the +root window; see the -ppm and -gif options (below)." + diff --git a/x11/xearth/pkg/PLIST b/x11/xearth/pkg/PLIST new file mode 100644 index 00000000000..e5e538d55c8 --- /dev/null +++ b/x11/xearth/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/05 15:40:19 agc Exp $ +bin/xearth +man/cat1/xearth.0.gz |