diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-28 17:21:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-28 17:21:48 +0000 |
commit | b54bce839d4ed9fdb54bb022d7d43746b038a0c7 (patch) | |
tree | 20110d591cc14a4974a3e646ac6bfb07ea2084eb /x11/xworld | |
parent | 2f0976879a1a142d5b086569c021345b21f0435c (diff) | |
download | pkgsrc-b54bce839d4ed9fdb54bb022d7d43746b038a0c7.tar.gz |
XWorld displays a pretty picture of our earth as it would look if viewd
form the direction of the sun. The window is regularly updated. You can use
xworld in lieu of a clock.
Submitted in private mail by Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE>
Diffstat (limited to 'x11/xworld')
-rw-r--r-- | x11/xworld/Makefile | 14 | ||||
-rw-r--r-- | x11/xworld/files/md5 | 3 | ||||
-rw-r--r-- | x11/xworld/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/xworld/patches/patch-aa | 8 | ||||
-rw-r--r-- | x11/xworld/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xworld/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/xworld/pkg/PLIST | 2 |
7 files changed, 34 insertions, 0 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile new file mode 100644 index 00000000000..ad97740c2c3 --- /dev/null +++ b/x11/xworld/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/28 17:21:48 hubertf Exp $ +# + +DISTNAME= xworld-2.0 +CATEGORIES= x11 +MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ + ftp://ftp.Uni-Koeln.DE/misc/ + +MAINTAINER= wennmach@geo.Uni-Koeln.DE +#HOMEPAGE= + +HAS_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xworld/files/md5 b/x11/xworld/files/md5 new file mode 100644 index 00000000000..a9554cbe8a8 --- /dev/null +++ b/x11/xworld/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/28 17:21:48 hubertf Exp $ + +MD5 (xworld-2.0.tar.gz) = 226cbd2b0698d8d9e5f56851d9c90e5e diff --git a/x11/xworld/files/patch-sum b/x11/xworld/files/patch-sum new file mode 100644 index 00000000000..accef08f498 --- /dev/null +++ b/x11/xworld/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/07/28 17:21:48 hubertf Exp $ + +MD5 (patch-aa) = 77c1d0c6752a84a93f7fb566c6ba3a6e diff --git a/x11/xworld/patches/patch-aa b/x11/xworld/patches/patch-aa new file mode 100644 index 00000000000..5ffae56fd35 --- /dev/null +++ b/x11/xworld/patches/patch-aa @@ -0,0 +1,8 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/28 17:21:48 hubertf Exp $ + +--- defaults/customize.csh.orig Wed Jul 28 18:29:43 1999 ++++ defaults/customize.csh Wed Jul 28 18:30:57 1999 +@@ -1,2 +1,2 @@ +-set PREFIX = /usr/local ++#set PREFIX = /usr/local + set BINDIR = $PREFIX/bin diff --git a/x11/xworld/pkg/COMMENT b/x11/xworld/pkg/COMMENT new file mode 100644 index 00000000000..4b3728f866c --- /dev/null +++ b/x11/xworld/pkg/COMMENT @@ -0,0 +1 @@ +The earth as seen from the direction of the sun diff --git a/x11/xworld/pkg/DESCR b/x11/xworld/pkg/DESCR new file mode 100644 index 00000000000..48738feb0fc --- /dev/null +++ b/x11/xworld/pkg/DESCR @@ -0,0 +1,3 @@ +XWorld displays a pretty picture of our earth as it would look if viewd +form the direction of the sun. The window is regularly updated. You can use +xworld in lieu of a clock. diff --git a/x11/xworld/pkg/PLIST b/x11/xworld/pkg/PLIST new file mode 100644 index 00000000000..c12bb9be231 --- /dev/null +++ b/x11/xworld/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/28 17:21:49 hubertf Exp $ +bin/xworld |