diff options
author | adam <adam@pkgsrc.org> | 2005-04-01 11:33:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-04-01 11:33:36 +0000 |
commit | 331609a3b76e6ad762abea6caf6ce15101166742 (patch) | |
tree | 4791643838a71fddd7c6b415154e18bbda938f3d /x11/xplanet | |
parent | 023578430909e37fb3f305fdf577041c6dbaa0b0 (diff) | |
download | pkgsrc-331609a3b76e6ad762abea6caf6ce15101166742.tar.gz |
Changes 1.1.2:
* Saturn's rings are now drawn properly when using "magnify" in
the config file.
* Added marker_fontsize as an option in the configuration file.
* Added the Bonne, Gnomonic, Polyconic, and Tangential Spherical
Cube (TSC) projections.
* Added the -proj_param option. Note that the -projection option
cannot be abbreviated to -proj anymore!
* Color cloud maps are now allowed.
* A color may now be specified with -background.
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/Makefile | 5 | ||||
-rw-r--r-- | x11/xplanet/PLIST | 16 | ||||
-rw-r--r-- | x11/xplanet/distinfo | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 88e53593202..8255ac62674 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2004/12/28 23:18:20 reed Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/01 11:33:36 adam Exp $ -DISTNAME= xplanet-1.1.1 -PKGREVISION= 2 +DISTNAME= xplanet-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/} diff --git a/x11/xplanet/PLIST b/x11/xplanet/PLIST index 5328b9fae7b..9b83d7a1d5a 100644 --- a/x11/xplanet/PLIST +++ b/x11/xplanet/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2004/04/26 14:56:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/04/01 11:33:36 adam Exp $ bin/xplanet man/man1/xplanet.1 -share/xplanet/rgb.txt share/xplanet/arcs/README share/xplanet/arcs/constellations share/xplanet/config/README @@ -9,18 +8,18 @@ share/xplanet/config/default share/xplanet/config/earth_markers share/xplanet/config/moon_orbit share/xplanet/config/overlay_clouds -share/xplanet/fonts/README share/xplanet/fonts/FreeMonoBold.ttf +share/xplanet/fonts/README share/xplanet/images/README share/xplanet/images/earth.jpg -share/xplanet/images/night.jpg share/xplanet/images/hubble.png -share/xplanet/images/shuttle.png -share/xplanet/images/sublunar.png share/xplanet/images/iss.png share/xplanet/images/mgs.png +share/xplanet/images/night.jpg share/xplanet/images/odyssey.png +share/xplanet/images/shuttle.png share/xplanet/images/smile.png +share/xplanet/images/sublunar.png share/xplanet/images/subsolar.png share/xplanet/markers/README share/xplanet/markers/brightStars @@ -30,9 +29,12 @@ share/xplanet/markers/moon share/xplanet/origin/README share/xplanet/origin/cassini share/xplanet/origin/galileo +share/xplanet/rgb.txt share/xplanet/satellites/README share/xplanet/satellites/iss share/xplanet/satellites/iss.tle +share/xplanet/scripts/convertCassini.perl +share/xplanet/scripts/convertCassini2.perl share/xplanet/spice/README share/xplanet/spice/asteroids share/xplanet/spice/asteroids.krn @@ -42,8 +44,6 @@ share/xplanet/spice/mgs share/xplanet/spice/mgs.krn share/xplanet/spice/voyager share/xplanet/spice/voyager.krn -share/xplanet/scripts/convertCassini.perl -share/xplanet/scripts/convertCassini2.perl share/xplanet/stars/BSC @dirrm share/xplanet/stars @dirrm share/xplanet/spice diff --git a/x11/xplanet/distinfo b/x11/xplanet/distinfo index da627f54071..5f04eb4a8e1 100644 --- a/x11/xplanet/distinfo +++ b/x11/xplanet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 17:36:25 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/04/01 11:33:36 adam Exp $ -SHA1 (xplanet-1.1.1.tar.gz) = 17c100c350e9f1a972e13491b49564c319a69360 -RMD160 (xplanet-1.1.1.tar.gz) = 7a874555692f42072fc9ffe4570e1891094e76be -Size (xplanet-1.1.1.tar.gz) = 1181880 bytes +SHA1 (xplanet-1.1.2.tar.gz) = 15e68c7f9ff8d7a1a0e3e64de74d1fafa29179eb +RMD160 (xplanet-1.1.2.tar.gz) = 089a7b21c0a57b035ea5bf3e0a3f2060378eda67 +Size (xplanet-1.1.2.tar.gz) = 1185949 bytes |