diff options
author | fredb <fredb> | 1999-11-10 18:41:45 +0000 |
---|---|---|
committer | fredb <fredb> | 1999-11-10 18:41:45 +0000 |
commit | e2fdb9f0d17362971bd2a36e1ef0f63e56fb01ac (patch) | |
tree | cb4b208744b23dc67cfdc5889bfac9d4c5a221b3 /x11/xearth/Makefile | |
parent | 84cb6e4c20ed644fd904bbc38caa8a77ac5c77e8 (diff) | |
download | pkgsrc-e2fdb9f0d17362971bd2a36e1ef0f63e56fb01ac.tar.gz |
Update xearth to 1.1. From the HISTORY file:
xearth version 1.1 (6 November 1999)
Finalize some changes that I've been sitting on for a few years;
integrate some contributed code. New features:
- new position specifier (moon)
- new rotation specifier (galactic)
- cylindrical projections (-proj cyl)
- support for "real" 24-bit displays
- support for running xearth it its own top-level window (-noroot,
-geometry)
Plus miscellaneous code cleanup.
"moon" and "galactic" changes are courtesy of Frank T. Solensky
<solensky@TopLayer.com>.
Diffstat (limited to 'x11/xearth/Makefile')
-rw-r--r-- | x11/xearth/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index fa2627d74b3..fc3f6def1d7 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1999/11/10 18:41:45 fredb Exp $ # -DISTNAME= xearth-1.0 +DISTNAME= xearth-1.1 CATEGORIES= x11 -MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ +MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ + ftp://ftp.cs.colorado.edu/users/tuna/ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.cs.colorado.edu/~tuna/xearth/index.html |