The NetBSD Project

CVS log for pkgsrc/misc/celestia/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / misc / celestia

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:19 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

More pcre PKGREVISION bumps.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:55 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jan 24 09:11:07 2012 UTC (4 months ago) by sbd
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Recursive dependency bump for databases/gdbm ABI_DEPENDS change.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:18 2012 UTC (4 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Nov 1 06:11:55 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 21 13:05:58 2011 UTC (10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

recursive bump from gnome-vfs drop crypto dependency.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:08 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:44 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:49 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Mechanically replace references to graphics/jpeg with the suitable
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

Revision 1.26 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:54 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.25 / (download) - annotate - [select for diffs], Tue Sep 14 11:13:13 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

More PKGREVISION bumps for pixman update.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:58 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:13 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:00 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

bump revision because of graphics/jpeg update

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:36 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 20 00:58:23 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:25 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.18: +6 -3 lines
Diff to previous 1.18 (colored)

Add DESTDIR support.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 21 13:04:00 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 19 23:19:01 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump PKGREVISION for gnome-vfs rename.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 15 22:21:27 2007 UTC (5 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.15: +6 -3 lines
Diff to previous 1.15 (colored)

Modular Xorg support and explicit libz dependency.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 26 04:25:46 2007 UTC (5 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update icons location of KDE apps.  Bump PKGREVISION

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 17 23:47:21 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 14 22:43:07 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Adapt to lua-5.1.1.
While here, fix build with gcc4, and add missing xdg-dirs to USE_DIRS.
Bump PKGREVISION.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 22 04:46:16 2006 UTC (5 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:39 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 17 23:46:39 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.9: +39 -3 lines
Diff to previous 1.9 (colored)

Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and  spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
  and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
  elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
  number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
  having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
  colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
  sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
  Sun, including orbits for multiple star systems
[More]

Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
  three; if max is exceeded, clamp to three rather than not rendering the
  shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
  to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
  updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
  located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
  penetrated the PERL filter.
* Updated  Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
  in the polar regions, with topographic data  from Clementine 750 nm
  oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
  official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
  standard package.
* Fixed bug where displayed time scale differed from actual time scale after
  clicking a cel URL.
[More]

Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:07 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:54 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 4 05:00:36 2005 UTC (6 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 12 15:12:00 2004 UTC (7 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Don't include bsd.pkg.mk in Makefile.common.  Include it in the package
Makefiles themselves so we can more precisely control when it is included,
as well as avoiding including it multiple times by accident.  This fixes
the spewage in the bulk builds for misc/celestia-kde.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 10 16:38:27 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.4: +3 -14 lines
Diff to previous 1.4 (colored)

Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded
  strings
* Updated info display to show apparent size of selected object
* Enable tab completion of location names
* Introduced support for JPL ephemeris files
* Fixed crash in Windows star browser that occurred after changing the number
  of stars and pressing return.
* Fixed bug that made stars and galaxies appear square when certain nebulae
  were in view.
* Made the delete button in the Windows bookmarks organizer actually work
* Updated orbits for Amalthea and Phoebe
* Fixed seams in Jupiter and Phobos textures
* Spacecraft orbit paths adaptively sampled for smoother results
* Eliminated obscuring of location labels that occurred low view aspect ratios
* Added models of comet Halley and the small moons Pandora and Larissa
* Added limit of knowledge masks for the Galilean moons
* Changed spectral class of carbon stars to C, which supercedes and combines
  R and N
* Lua scripting additions
  * View management commands
  * Image capture commands
  * Made setrenderflags and setlabelflags accept a table
  * Orbit and locations settings
  * observer:cancelgoto
* Made the cursor shape change to the resize icon when positioned over view
  borders
* Added a new 3D file format: cmod, the Celestia model format
* Documented the fields in celestia.cfg with extensive comments
* Added newly discovered extrasolar planet HD 330075 b
* Added Cassini and Huygens models and trajectories
* Fixed crashing bug in the eclipse finder
* Changed default start location to Earth
* Revised some erroneous spectral classes in star catalog
* Made solar system objects occlude labels of more distant objects
* Implemented an algorithm for importance weights to avoid overlapping or
  too crowded location labels for Mars, Venus and the Moon
* Added new textures for Titan based on recent imaging from the Cassini
  mission
* Improved depth sorting so that hidden surface removal works properly for
  overlapping objects
* Added theoretical estimates of oblateness and rotation rate for extrasolar
  planets
* Replaced old Io and Europa textures with improved versions
* Added disposition modifier for ssc objects to control what happens when
  an object with the same name and parent already exists.  The three possible
  behaviors are Add (the default), Replace, and Modify.
* WINDOWS: Limited CPU usage when main window is minimized
* WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce
  z-fight artifacts.
* Fixed labels and info text so it looks crisp when multisample antialiasing
  is enabled.
* Eliminated flickering of location labels
* WINDOWS: Save texture resolution setting between sessions

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 24 18:53:40 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Convert to buildlink3.

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 22 09:39:07 2003 UTC (9 years ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Move USE_GMAKE to Makefile.common, older bmake has problems with -kde and base
packages and is required for base package so it doesn't really matter.

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 9 00:23:56 2003 UTC (9 years ago) by salo
Branch: MAIN
Changes since 1.1: +1 -4 lines
Diff to previous 1.1 (colored)

Actually, leave COPYING and controls.txt as they are, the frontends expect
them there.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu May 8 23:47:03 2003 UTC (9 years ago) by salo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of celestia-1.3.0: Free real-time 3D space simulator.

Celestia is a free real-time space simulation that lets you experience our
universe in three dimensions.  Unlike most planetarium software, Celestia
doesn't confine you to the surface of the Earth.  You can travel throughout
the solar system, to any of over 100,000 stars, or even beyond the galaxy.
All travel in Celestia is seamless; the exponential zoom feature lets you
explore space across a huge range of scales, from galaxy clusters down to
spacecraft only a few meters across.  A 'point-and-goto' interface makes it
simple to navigate through the universe to the object you want to visit.

This is the base package with data and simple GLUT-driven display window.

Package submitted by Cesar C. Catrian to pkgsrc-wip, modified by me.

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 8 23:47:03 2003 UTC (9 years ago) by salo
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>