head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.40 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.38 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.36 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.34 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.32 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.22 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.20 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.18 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.16 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.14 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.12 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.10 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2005.06.30.15.06.24; author adam; state dead; branches; next 1.3; 1.3 date 2005.04.29.22.20.45; author rillig; state Exp; branches; next 1.2; 1.2 date 2003.07.05.09.07.57; author wulf; state dead; branches; next 1.1; 1.1 date 2002.04.04.16.47.55; author atatat; state Exp; branches; next ; desc @@ 1.4 log @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. @ text @$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 +#include #include using namespace std; @ 1.3 log @Added three patches that fix the "undeclared snprintf()" errors. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated to xplanet-1.0.1, rewrite of older version @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2002/04/04 16:47:55 atatat Exp $ d3 1 a3 1 Add support for $XPLANET/images and $HOME/.xplanet/images images, etc. d5 7 a11 4 --- xplanet.cc.orig Tue Jan 22 21:07:42 2002 +++ xplanet.cc Tue Apr 2 22:43:04 2002 @@@@ -231,6 +231,8 @@@@ } a12 6 cerr << "the current directory\nthe images subdirectory\n" + << "$XPLANET" << separator << "images\n" + << "$HOME" << separator << ".xplanet" << separator << "images\n" << prefix << separator << "images\n"; if (opts.mapdir.size() == 0) @ 1.1 log @Add freetype2 support to xplanet, and add two easy ways (the XPLANET environment variable and the $HOME/.xplanet directory) for users to maintain data sets and images for xplanet without having to them in ${LOCALBASE}/share/xplanet. @ text @d1 1 a1 1 $NetBSD$ @