2006-08-15 00:43:08 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Adapt to lua-5.1.1.
While here, fix build with gcc4, and add missing xdg-dirs to USE_DIRS.
Bump PKGREVISION.
|
2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107) |
Log message:
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.
|
2006-06-14 14:37:53 by Mark Davies | Files touched by this commit (5) |
Log message:
Fix build with the kde option.
|
2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
2006-03-25 19:10:09 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Sprinkle some const. Helps on DragonFly, but wordexp is still an issue.
|
2006-02-18 00:46:40 by Adam Ciarcinski | Files touched by this commit (15) | |
Log message:
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.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-20 04:09:17 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Add some explicit typename keywords to apeace GCC 3.4+.
Use OS X style localtime handling for DragonFly as well.
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
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.
|