pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xplanet Changes 1.2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2fec6fdbef2
branches:  trunk
changeset: 496485:b2fec6fdbef2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 30 15:06:24 2005 +0000

description:
Changes 1.2.0:
* Added the -grs_longitude option, to specify the longitude of
  Jupiter's Great Red Spot, in System II coordinates.  This assumes
  the Jupiter image has the center of the Great Red Spot at pixel 0
  (at the left side of the image) in order to draw it at the right
  position.
* Added the Icosagnomonic projection, contributed by Ian Turner.
* Fixed a bug where output filenames had an extra digit in some cases.
* Added the bump_map and bump_scale options in the configuration file.
* Added the -glare option to set the size of the sun's glare.
* An image map may be specified for the sun in the configuration
  file now.  A shade value is now required for the sun (should be
  100, otherwise the sun will have a night side!)
* Added the -arc_spacing option to set the default angular
  distance between great arc points.  It used to be 0.1 degree, so
  arcs smaller than this wouldn't get drawn.
* Fixed a bug where markers were not aligned properly when using
  align = "above" or "below".
* Added warnings if options are specified in the [default] section
  of the configuration file that probably shouldn't be there.

diffstat:

 x11/xplanet/Makefile         |   4 ++--
 x11/xplanet/PLIST            |   3 ++-
 x11/xplanet/distinfo         |  11 ++++-------
 x11/xplanet/patches/patch-aa |  14 --------------
 x11/xplanet/patches/patch-ab |  14 --------------
 x11/xplanet/patches/patch-ac |  12 ------------
 6 files changed, 8 insertions(+), 50 deletions(-)

diffs (97 lines):

diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/Makefile
--- a/x11/xplanet/Makefile      Thu Jun 30 14:56:03 2005 +0000
+++ b/x11/xplanet/Makefile      Thu Jun 30 15:06:24 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2005/06/01 18:03:33 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/30 15:06:24 adam Exp $
 
-DISTNAME=      xplanet-1.1.2
+DISTNAME=      xplanet-1.2.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xplanet/}
 
diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/PLIST
--- a/x11/xplanet/PLIST Thu Jun 30 14:56:03 2005 +0000
+++ b/x11/xplanet/PLIST Thu Jun 30 15:06:24 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/04/01 11:33:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/06/30 15:06:24 adam Exp $
 bin/xplanet
 man/man1/xplanet.1
 share/xplanet/arcs/README
@@ -21,6 +21,7 @@
 share/xplanet/images/smile.png
 share/xplanet/images/sublunar.png
 share/xplanet/images/subsolar.png
+share/xplanet/images/sun.jpg
 share/xplanet/markers/README
 share/xplanet/markers/brightStars
 share/xplanet/markers/earth
diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/distinfo
--- a/x11/xplanet/distinfo      Thu Jun 30 14:56:03 2005 +0000
+++ b/x11/xplanet/distinfo      Thu Jun 30 15:06:24 2005 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/04/29 22:20:45 rillig Exp $
+$NetBSD: distinfo,v 1.12 2005/06/30 15:06:24 adam Exp $
 
-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
-SHA1 (patch-aa) = 0c7774676bfc1b274250c45e1e41cb28e8318bef
-SHA1 (patch-ab) = 2b35aee03aca31989562c8f69175f62c5853eb34
-SHA1 (patch-ac) = a22c46de57db2cd48db68d0b11a0d59446099616
+SHA1 (xplanet-1.2.0.tar.gz) = e002711f90f502565613ab17a273175cc035b52c
+RMD160 (xplanet-1.2.0.tar.gz) = 68079629e82194f483caa0c06d73672544efbcbb
+Size (xplanet-1.2.0.tar.gz) = 1196496 bytes
diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/patches/patch-aa
--- a/x11/xplanet/patches/patch-aa      Thu Jun 30 14:56:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/04/29 22:20:45 rillig Exp $
-
-Needed for snprintf(3).
-
---- src/libprojection/ProjectionBonne.cpp.orig Tue Nov 16 18:43:43 2004
-+++ src/libprojection/ProjectionBonne.cpp      Tue Apr 26 12:35:18 2005
-@@ -8,6 +8,7 @@
-  */
- 
- #include <cmath>
-+#include <cstdio>
- #include <sstream>
- #include <vector>
- using namespace std;
diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/patches/patch-ab
--- a/x11/xplanet/patches/patch-ab      Thu Jun 30 14:56:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/04/29 22:20:45 rillig Exp $
-
-Needed for snprintf(3).
-
---- src/libprojection/ProjectionGnomonic.cpp.orig      Tue Nov 16 20:06:45 2004
-+++ src/libprojection/ProjectionGnomonic.cpp   Tue Apr 26 12:35:09 2005
-@@ -8,6 +8,7 @@
- */
- 
- #include <cmath>
-+#include <cstdio>
- #include <sstream>
- using namespace std;
- 
diff -r 2f7138a51b30 -r b2fec6fdbef2 x11/xplanet/patches/patch-ac
--- a/x11/xplanet/patches/patch-ac      Thu Jun 30 14:56:03 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/04/29 22:20:45 rillig Exp $
-
-Needed for snprintf(3).
-
---- src/libprojection/ProjectionMercator.cpp.orig      Tue Nov 16 22:56:55 2004
-+++ src/libprojection/ProjectionMercator.cpp   Tue Apr 26 12:35:43 2005
-@@ -1,4 +1,5 @@
- #include <cmath>
-+#include <cstdio>
- #include <sstream>
- using namespace std;
- 



Home | Main Index | Thread Index | Old Index