summaryrefslogtreecommitdiff
path: root/x11/xplanet
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Update to 1.2.1. Set LICENSE. Split off options into options.mk.wiz3-27/+28
Version 1.2.1 (released 18 Apr 2009) * Remove signbit() from ProjectionIcosagnomonic.cpp * Add shadows from satellites on Saturn's rings, let brightness of rings go to zero as Saturn approaches equinox. * Add trail_output option to satellite files to print out satellite positions. * Calculate eclipse shadows a little past the terminator so they don't get cut off sharply. * Reload satellite files in case TLE files are updated between renderings. Suggested by Lutz M * Added Lambert Equal Area projection * Check that -origin above or below is not specified for the Sun. * Added a definition for signbit() in ProjectionIcosagnomonic.cpp * Add patch from Doug Hawkins to support marker_* keywords in config file. * Added the -label_body option. This is useful in conjunction with -separation to specify which body the label should apply to. * Added the -separation option. This places the observer at a point in space where two bodies have the specified separation. * Allow -glare 0 to remove sun glare. * Fixed a bug where arcs were sometimes not drawn if they were vertical or horizontal lines. * A thickness value may now be specified for arcs. * Added max_radius and min_radius keywords to marker files. This disables drawing of the marker if the planet radius is larger than or smaller than the specified value, respectively. * Fixed a bug where the arc color was not reset to the default color for subsequent arcs in the file.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-13/+1
2007-10-23The package supports installation to DESTDIR.heinz1-1/+3
2007-08-01Add missing directory "share/xplanet/ephemeris", bump package revision.tron2-3/+4
2007-06-30Fix PLIST. Needs pkg-config. Both change the package, so bump revision.joerg2-4/+7
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-4/+4
Patch provided by Sergey Svishchev in private mail.
2007-01-26Reorder includes so that the absence of the X11 option results injoerg1-4/+5
the absence of the dependencies.
2007-01-23Replaced the commands for creating the missing directories with somerillig1-7/+4
magic variable assignments. No functional changes.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-10-28Let this package pass work-directory references check: useseb1-1/+3
"/usr/bin/env perl" as interpreter for $PREFIX/share/xplanet/scripts/*.perl scripts.
2006-09-20typoxtraeme1-2/+2
2006-09-20Make X11 dependency an option... and enabled by default as before.xtraeme1-1/+14
Requested by gdamore@.
2006-05-15Uses C++.joerg1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-06-30Changes 1.2.0:adam6-50/+8
* 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.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-29Added three patches that fix the "undeclared snprintf()" errors.rillig4-1/+44
Approved by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Changes 1.1.2:adam3-15/+14
* 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.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-06Changes 1.1.1:adam2-5/+5
* Added -north path, -target path, and -path_relative_to options * Added -output_start_index option * Print a list of compile-time options when using the --version option * Fixed a bug where orbits were not drawn for bodies using SPICE kernels * Added ssec_map option to configuration files to use University of Wisconsinn cloud maps
2004-07-13Changes 1.1.0:adam2-5/+5
* Added the -fork option * Fixed a bug where stars were not drawn when using the -proj option
2004-05-24Changes 1.0.8:adam2-5/+5
* Fixed a bug where eclipse shadows were not drawn properly * Timer now sleeps until it's time to wake up, instead of sleeping for a set time
2004-05-21Changes 1.0.7:adam2-6/+5
* The native Quicktime library can be used when reading/writing image files on Mac OS X. * The -hibernate and -idlewait options now work on Mac OS X. * Fixed a segfault when writing image files. * Minor updates to allow compilation with gcc 3.4.0.
2004-04-26Changes 1.0.6:adam4-50/+57
* fixed a bug where markers on the far side of a planet were being drawn when they shouldn't have been * fixed a bug where satellite were not drawn for some locales * added -projection random; this picks a random projection
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-05Updated to xplanet-1.0.1, rewrite of older versionwulf12-447/+43
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-2/+2
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-17Note that this package uses C++.jlam1-1/+2
2002-09-23buildlink1 -> buildlink2jlam1-16/+16
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-04-13The last commit commented out the x11 buildlink file, because the packageagc1-1/+2
has not yet been strongly buildlinked. However, we need to indicate that the package needs X11 to build, so fall back to USE_X11=yes. Fixes a problem in the i386 bulk build.
2002-04-12Several changes:jlam1-11/+11
* It's CONFIGURE_ARGS, not CONFIGURE_ARG. * Use Mesa/buildlink.mk to properly handle whether we're using XF3 or XF4 (the latter contains its own MesaGL libraries). * Comment out inclusion of x11.buildlink.mk since we're not even weakly buildlinked, so jumping ahead to trying to strongly buldlinkify this package is overboard. * Sort the buildlink.mk file (just personal aesthetics).
2002-04-04Add freetype2 support to xplanet, and add two easy ways (the XPLANETatatat10-2/+411
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.