summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-30 15:38:54 +0000
committeradam <adam@pkgsrc.org>2020-03-30 15:38:54 +0000
commita89fdee10ffb6762c8655f40d7a8a4397e214afe (patch)
treec346cd0caeaf9aaad7c666d5caae15d047214404 /misc
parent089aa5f5e558efedaa62e20cbcf7175ca08714ac (diff)
downloadpkgsrc-a89fdee10ffb6762c8655f40d7a8a4397e214afe.tar.gz
stellarium: updated to 0.20.0
v0.20.0: Added Almagest skyculture Added missing Ukrainian translations for landscapes Added show an altitude of perigee/apogee for satellites Added show an orbit inclination info for satellites Added support INDIGO for Telescope Control plugin Added tool for extract dates of releases with their versions from ChangeLog and update list of these releases in stellarium.appdata.xml file Added particular refresh method for Oculars plugin to see immediate changes of CCD properties Added displaying last updated TLE for users Added a SIMBAD lookup name query to the Search Dialog Added the configuration file and shell scripts to translate skyculture and landscape descriptions with po4a Added new config and GUI option to change behaviour of focusing on day spinner in Date and Time dialog Added context for name an asteroid (849) Ara to resolve translation issue Added a failure warning for Solar System Editor plugin Added Cross-origin (CORS) support to Remote Control plugin Added support for CORS preflight request to the Remote Control plugin Added a minimum near clipping plane distance: slightly improves rendering of Saturn viewed from Pan Added a GimbalOrbit for the "Observer" planets: allows arbitrary viewpoints by keyboard action Added new nomenclature items Added new type of planetary feature Added automatize for creating Windows installers and signing them Added configuring colors for ocular circles, sensor frames and text output in Oculars plugin Added a toggle action to switch visibility of Ocular GUI button bar Added allowing for assign shortcut for opening the config dialogues of plugins Added display references for proper names of celestial object in description of skyculture Added texlive-fonts-recommended to apt-get install doc Added hourly proper motion for planets, minor planets and comets Added shortcuts to change GimbalOrbit distance Added actions for rotate reticles into Oculars plugin Added modern rotational elements for Solar system objects Added linear model in the first approximation for smooth reduce the brightness of Jovian moons for get more realistic look Added partitions to the Great Circles Added properties for control of line partitions Added fixed distinct length for 30, 10, 5, 1 degree marks for partitions Added configurable thickness for partitions Added German set of navigational stars Added nautical navigation data for navigation stars Added special name for landing location (translatable string "landing site") to avoid using "-" as name and good look Added comet C/2019 Y4 (ATLAS) as potential superbright comet (a Great Comet) Added asteroid (101955) Bennu (provisional designation 1999 RQ36) with texture (and nomenclature some time early) Added option to hide Scripts Console at script running Fixed script for installing asterisms data in Western: Rey skyculture Fixed typos in sky culture and landscape descriptions Fixed restoring star labels state to default value after disabling displaying the Navigational stars data Fixed work AstroCalc/Transits tool for pulsars Fixed displaying proper name and designation of pulsars (the output format was unificate with other objects) Fixed scaling FOV for CCD with OAG (Oculars plugin) Fixed resetting zoom level in Oculars plugin when CCD frame is rotation Fixed name for M48 Fixed CCD rotation issue Fixed wrong text placement on center of screen, when vertical offset is defined Fixed potential bug for updating standard magnitudes for satellites Fixed a spurious bad answer in Search Tool Fixed location manager for API changes to GPSd 3.20 Fixed updating TLE for satellites with leading zeros in ID Fixed data formatting for Meteor Showers Search Tool Fixed selection the meteor shower from Meteor Showers Search Tool Fixed Corona size on HiDPI screens Fixed caching of precession values not being used Fixed color conversion for markers of meteor showers from old format Fixed setting thickness of lines for constellations and boundaries Fixed jittering labels and moons hints Fixed the flawed 2013 brightness model for Venus Fixed manage slider by keyboard in AstroCalc/Graphs[Monthly Elevation] tool Fixed crash when observer is on spaceship Fixed behaviour of draw the trails of planets Fixed opening User Directory in Script Console if scripts directory into User Directory does not exist Fixed crash with the extrainfostrings Fixed behaviour of Bookmarks highlights: fool protection is enabled Fixed enabling a reticle for eyepieces in Oculars plugin Fixed getting weird data for eclipse magnitude value during transits of inner planets Fixed viewing Phobos from Mars Fixed velocity value for KeplerOrbit around planets Fixed a few potential problems (CWE-476) Fixed constellation lines for Babylonian (Seleucid) sky culture Fixed crash Stellarium, when meteor shower selected and you tried set date to outside the activity range of selected shower (Fix #975) Fixed crash Stellarium on trying select inactive meteor shower in Search Tool/Lists (Fix #975) Fixed displaying info for inactive meteor showers Fixed missing translatable strings for nomenclature data Fixed the time rate when Solar system body is selected: adjust time resetting for planet proper motion display Fixed GUI issue: switch off true time indicator when scene is paused Fixed false comet in orthographic projection Fixed black rendering of lunar pole Fixed hiding the cardinal points on "planetary observers" Fixed weird axis orientation of the Moon Fixed name of a script Fixed hides data in Ocular plugin: changed the priority level of drawing for Equation of Time and Pointer Coordinates plugins Fixed crash when observer is on spaceship and target planet is Solar system minor body Fixed location info string on bottom bar when observer is on spaceship Fixed compilation Stellarium on Solaris (Clang 9.0; SunOS 5.11) Updated set of GUI icons Updated list of countries (ISO 3166-1 alpha-2) and list of locations Updated list of contributors Updated Ukrainian translation of the sky culture descriptions Updated GUI of the Satellites plugin: the color picker button was split into 3 buttons to define separate colors for info, orbit and marker of satellite Updated "Save settings" button behaviour: when button "Save settings" are pressed, then emitted signal configurationDataSaved() and all plugins are saved the config data too Updated scripts Updated Scripting Console Updated code for Orbit class: combined EllipticalOrbit and CometOrbit classes to KeplerOrbit Updated list of MSVC versions for StelLogger class Updated GUI for Oculars plugin and changed focus policy for Oculars GUI buttons Updated GUI for Information tab: define new ProperMotion InfoStringGroup flag, and adapt GUI, settings and StarWrapper Updated InfoString: improved readability (HTML symbol syntax instead of Unicode char numbers) Updated GUI and shortcuts info for Oculars plugin Updated GUI for Script Console Updated Moon phases info: Restore/sanitize handling of named moon phases Updated trails behaviour: when planet is changed the trails should be recreated Updated trails behaviour: include moons of current planet into planet trails Updated trails behaviour: allow limitation (early cutoff) of trail length Updated behaviour for selection of meteor showers in Search Dialog (Ctrl+Alt+M) of the Meteor Shower plugin Updated default list of TLE sources in Satellites plugin Updated Korean translations for Windows Installer Updated DSO names: synced few names from SIMBAD Updated the pulsars catalog and tool for generate of JSON catalog from the original data Updated SSD: synced the data by JPL HORIZON for some Solar system minor bodies Removed outdated and abandoned code Removed code for separate handling hotkeys from Oculars plugin Removed unnecessary orbit data from Comets and MinorPlanets Removed of code repetition
Diffstat (limited to 'misc')
-rw-r--r--misc/stellarium/Makefile5
-rw-r--r--misc/stellarium/PLIST189
-rw-r--r--misc/stellarium/distinfo10
3 files changed, 195 insertions, 9 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
index 6ec30f81339..4653b00d0b2 100644
--- a/misc/stellarium/Makefile
+++ b/misc/stellarium/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2020/03/10 22:10:36 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2020/03/30 15:38:54 adam Exp $
-DISTNAME= stellarium-0.19.3
-PKGREVISION= 3
+DISTNAME= stellarium-0.20.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
diff --git a/misc/stellarium/PLIST b/misc/stellarium/PLIST
index 76e456fb8df..790f3abdc7d 100644
--- a/misc/stellarium/PLIST
+++ b/misc/stellarium/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2019/12/29 16:24:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2020/03/30 15:38:54 adam Exp $
bin/stellarium
man/man1/stellarium.1
${PLIST.desktop}share/applications/stellarium.desktop
@@ -48,17 +48,27 @@ share/stellarium/landscapes/garching/description.ar.utf8
share/stellarium/landscapes/garching/description.be.utf8
share/stellarium/landscapes/garching/description.bg.utf8
share/stellarium/landscapes/garching/description.bn.utf8
+share/stellarium/landscapes/garching/description.cs.utf8
share/stellarium/landscapes/garching/description.de.utf8
share/stellarium/landscapes/garching/description.en.utf8
+share/stellarium/landscapes/garching/description.en_GB.utf8
+share/stellarium/landscapes/garching/description.es.utf8
share/stellarium/landscapes/garching/description.fr.utf8
share/stellarium/landscapes/garching/description.gd.utf8
+share/stellarium/landscapes/garching/description.gl.utf8
+share/stellarium/landscapes/garching/description.hr.utf8
share/stellarium/landscapes/garching/description.hu.utf8
+share/stellarium/landscapes/garching/description.id.utf8
share/stellarium/landscapes/garching/description.ko.utf8
share/stellarium/landscapes/garching/description.nb.utf8
+share/stellarium/landscapes/garching/description.nl.utf8
share/stellarium/landscapes/garching/description.pt_BR.utf8
share/stellarium/landscapes/garching/description.ru.utf8
+share/stellarium/landscapes/garching/description.sc.utf8
+share/stellarium/landscapes/garching/description.sk.utf8
share/stellarium/landscapes/garching/description.uk.utf8
share/stellarium/landscapes/garching/description.zh_CN.utf8
+share/stellarium/landscapes/garching/description.zh_TW.utf8
share/stellarium/landscapes/garching/fogridge.png
share/stellarium/landscapes/garching/garching-gl1.png
share/stellarium/landscapes/garching/garching-gl2.png
@@ -69,31 +79,49 @@ share/stellarium/landscapes/garching/landscape.ini
share/stellarium/landscapes/geneva/description.ar.utf8
share/stellarium/landscapes/geneva/description.be.utf8
share/stellarium/landscapes/geneva/description.bn.utf8
+share/stellarium/landscapes/geneva/description.cs.utf8
share/stellarium/landscapes/geneva/description.de.utf8
share/stellarium/landscapes/geneva/description.en.utf8
+share/stellarium/landscapes/geneva/description.en_GB.utf8
+share/stellarium/landscapes/geneva/description.es.utf8
share/stellarium/landscapes/geneva/description.fr.utf8
share/stellarium/landscapes/geneva/description.gd.utf8
+share/stellarium/landscapes/geneva/description.gl.utf8
+share/stellarium/landscapes/geneva/description.hr.utf8
share/stellarium/landscapes/geneva/description.hu.utf8
+share/stellarium/landscapes/geneva/description.id.utf8
share/stellarium/landscapes/geneva/description.ko.utf8
+share/stellarium/landscapes/geneva/description.nl.utf8
share/stellarium/landscapes/geneva/description.pt_BR.utf8
share/stellarium/landscapes/geneva/description.ru.utf8
+share/stellarium/landscapes/geneva/description.sk.utf8
share/stellarium/landscapes/geneva/description.uk.utf8
share/stellarium/landscapes/geneva/description.zh_CN.utf8
+share/stellarium/landscapes/geneva/description.zh_TW.utf8
share/stellarium/landscapes/geneva/horizon_Geneve.txt
share/stellarium/landscapes/geneva/landscape.ini
share/stellarium/landscapes/grossmugl/description.ar.utf8
share/stellarium/landscapes/grossmugl/description.be.utf8
share/stellarium/landscapes/grossmugl/description.bn.utf8
+share/stellarium/landscapes/grossmugl/description.cs.utf8
share/stellarium/landscapes/grossmugl/description.de.utf8
share/stellarium/landscapes/grossmugl/description.en.utf8
+share/stellarium/landscapes/grossmugl/description.en_GB.utf8
+share/stellarium/landscapes/grossmugl/description.es.utf8
share/stellarium/landscapes/grossmugl/description.fr.utf8
share/stellarium/landscapes/grossmugl/description.gd.utf8
+share/stellarium/landscapes/grossmugl/description.gl.utf8
+share/stellarium/landscapes/grossmugl/description.hr.utf8
share/stellarium/landscapes/grossmugl/description.hu.utf8
+share/stellarium/landscapes/grossmugl/description.id.utf8
share/stellarium/landscapes/grossmugl/description.ko.utf8
+share/stellarium/landscapes/grossmugl/description.nl.utf8
share/stellarium/landscapes/grossmugl/description.pt_BR.utf8
share/stellarium/landscapes/grossmugl/description.ru.utf8
+share/stellarium/landscapes/grossmugl/description.sk.utf8
share/stellarium/landscapes/grossmugl/description.uk.utf8
share/stellarium/landscapes/grossmugl/description.zh_CN.utf8
+share/stellarium/landscapes/grossmugl/description.zh_TW.utf8
share/stellarium/landscapes/grossmugl/gazetteer.bn.utf8
share/stellarium/landscapes/grossmugl/gazetteer.de.utf8
share/stellarium/landscapes/grossmugl/gazetteer.en.utf8
@@ -108,17 +136,28 @@ share/stellarium/landscapes/guereins/description.ar.utf8
share/stellarium/landscapes/guereins/description.be.utf8
share/stellarium/landscapes/guereins/description.bg.utf8
share/stellarium/landscapes/guereins/description.bn.utf8
+share/stellarium/landscapes/guereins/description.cs.utf8
share/stellarium/landscapes/guereins/description.de.utf8
share/stellarium/landscapes/guereins/description.en.utf8
+share/stellarium/landscapes/guereins/description.en_GB.utf8
+share/stellarium/landscapes/guereins/description.es.utf8
share/stellarium/landscapes/guereins/description.fr.utf8
share/stellarium/landscapes/guereins/description.gd.utf8
+share/stellarium/landscapes/guereins/description.gl.utf8
+share/stellarium/landscapes/guereins/description.hr.utf8
share/stellarium/landscapes/guereins/description.hu.utf8
+share/stellarium/landscapes/guereins/description.id.utf8
share/stellarium/landscapes/guereins/description.ko.utf8
share/stellarium/landscapes/guereins/description.nb.utf8
+share/stellarium/landscapes/guereins/description.nl.utf8
share/stellarium/landscapes/guereins/description.pt_BR.utf8
share/stellarium/landscapes/guereins/description.ru.utf8
+share/stellarium/landscapes/guereins/description.sc.utf8
+share/stellarium/landscapes/guereins/description.sk.utf8
+share/stellarium/landscapes/guereins/description.sl.utf8
share/stellarium/landscapes/guereins/description.uk.utf8
share/stellarium/landscapes/guereins/description.zh_CN.utf8
+share/stellarium/landscapes/guereins/description.zh_TW.utf8
share/stellarium/landscapes/guereins/fog.png
share/stellarium/landscapes/guereins/guereins1.png
share/stellarium/landscapes/guereins/guereins2.png
@@ -135,17 +174,28 @@ share/stellarium/landscapes/hurricane/description.ar.utf8
share/stellarium/landscapes/hurricane/description.be.utf8
share/stellarium/landscapes/hurricane/description.bg.utf8
share/stellarium/landscapes/hurricane/description.bn.utf8
+share/stellarium/landscapes/hurricane/description.cs.utf8
share/stellarium/landscapes/hurricane/description.de.utf8
share/stellarium/landscapes/hurricane/description.en.utf8
+share/stellarium/landscapes/hurricane/description.en_GB.utf8
+share/stellarium/landscapes/hurricane/description.es.utf8
share/stellarium/landscapes/hurricane/description.fr.utf8
share/stellarium/landscapes/hurricane/description.gd.utf8
+share/stellarium/landscapes/hurricane/description.gl.utf8
+share/stellarium/landscapes/hurricane/description.hr.utf8
share/stellarium/landscapes/hurricane/description.hu.utf8
+share/stellarium/landscapes/hurricane/description.id.utf8
share/stellarium/landscapes/hurricane/description.ko.utf8
share/stellarium/landscapes/hurricane/description.nb.utf8
+share/stellarium/landscapes/hurricane/description.nl.utf8
share/stellarium/landscapes/hurricane/description.pt_BR.utf8
share/stellarium/landscapes/hurricane/description.ru.utf8
+share/stellarium/landscapes/hurricane/description.sc.utf8
+share/stellarium/landscapes/hurricane/description.sk.utf8
+share/stellarium/landscapes/hurricane/description.sl.utf8
share/stellarium/landscapes/hurricane/description.uk.utf8
share/stellarium/landscapes/hurricane/description.zh_CN.utf8
+share/stellarium/landscapes/hurricane/description.zh_TW.utf8
share/stellarium/landscapes/hurricane/fogridge.png
share/stellarium/landscapes/hurricane/hurricane1.png
share/stellarium/landscapes/hurricane/hurricane2.png
@@ -160,32 +210,55 @@ share/stellarium/landscapes/hurricane/landscape.ini
share/stellarium/landscapes/jupiter/description.ar.utf8
share/stellarium/landscapes/jupiter/description.be.utf8
share/stellarium/landscapes/jupiter/description.bn.utf8
+share/stellarium/landscapes/jupiter/description.cs.utf8
+share/stellarium/landscapes/jupiter/description.de.utf8
share/stellarium/landscapes/jupiter/description.en.utf8
+share/stellarium/landscapes/jupiter/description.en_GB.utf8
+share/stellarium/landscapes/jupiter/description.es.utf8
share/stellarium/landscapes/jupiter/description.fr.utf8
share/stellarium/landscapes/jupiter/description.gd.utf8
+share/stellarium/landscapes/jupiter/description.gl.utf8
+share/stellarium/landscapes/jupiter/description.hr.utf8
share/stellarium/landscapes/jupiter/description.hu.utf8
+share/stellarium/landscapes/jupiter/description.id.utf8
share/stellarium/landscapes/jupiter/description.ko.utf8
+share/stellarium/landscapes/jupiter/description.nl.utf8
share/stellarium/landscapes/jupiter/description.pt_BR.utf8
share/stellarium/landscapes/jupiter/description.ru.utf8
+share/stellarium/landscapes/jupiter/description.sc.utf8
+share/stellarium/landscapes/jupiter/description.sk.utf8
+share/stellarium/landscapes/jupiter/description.sl.utf8
share/stellarium/landscapes/jupiter/description.uk.utf8
share/stellarium/landscapes/jupiter/description.zh_CN.utf8
+share/stellarium/landscapes/jupiter/description.zh_TW.utf8
share/stellarium/landscapes/jupiter/jupiter-256.png
share/stellarium/landscapes/jupiter/landscape.ini
share/stellarium/landscapes/mars/description.ar.utf8
share/stellarium/landscapes/mars/description.be.utf8
share/stellarium/landscapes/mars/description.bg.utf8
share/stellarium/landscapes/mars/description.bn.utf8
+share/stellarium/landscapes/mars/description.cs.utf8
share/stellarium/landscapes/mars/description.de.utf8
share/stellarium/landscapes/mars/description.en.utf8
+share/stellarium/landscapes/mars/description.en_GB.utf8
+share/stellarium/landscapes/mars/description.es.utf8
share/stellarium/landscapes/mars/description.fr.utf8
share/stellarium/landscapes/mars/description.gd.utf8
+share/stellarium/landscapes/mars/description.gl.utf8
+share/stellarium/landscapes/mars/description.hr.utf8
share/stellarium/landscapes/mars/description.hu.utf8
+share/stellarium/landscapes/mars/description.id.utf8
share/stellarium/landscapes/mars/description.ko.utf8
share/stellarium/landscapes/mars/description.nb.utf8
+share/stellarium/landscapes/mars/description.nl.utf8
share/stellarium/landscapes/mars/description.pt_BR.utf8
share/stellarium/landscapes/mars/description.ru.utf8
+share/stellarium/landscapes/mars/description.sc.utf8
+share/stellarium/landscapes/mars/description.sk.utf8
+share/stellarium/landscapes/mars/description.sl.utf8
share/stellarium/landscapes/mars/description.uk.utf8
share/stellarium/landscapes/mars/description.zh_CN.utf8
+share/stellarium/landscapes/mars/description.zh_TW.utf8
share/stellarium/landscapes/mars/landscape.ini
share/stellarium/landscapes/mars/mars.png
share/stellarium/landscapes/moon/apollo17.png
@@ -193,47 +266,81 @@ share/stellarium/landscapes/moon/description.ar.utf8
share/stellarium/landscapes/moon/description.be.utf8
share/stellarium/landscapes/moon/description.bg.utf8
share/stellarium/landscapes/moon/description.bn.utf8
+share/stellarium/landscapes/moon/description.cs.utf8
share/stellarium/landscapes/moon/description.de.utf8
share/stellarium/landscapes/moon/description.en.utf8
+share/stellarium/landscapes/moon/description.en_GB.utf8
+share/stellarium/landscapes/moon/description.es.utf8
share/stellarium/landscapes/moon/description.fr.utf8
share/stellarium/landscapes/moon/description.gd.utf8
+share/stellarium/landscapes/moon/description.gl.utf8
+share/stellarium/landscapes/moon/description.hr.utf8
share/stellarium/landscapes/moon/description.hu.utf8
+share/stellarium/landscapes/moon/description.id.utf8
share/stellarium/landscapes/moon/description.ko.utf8
share/stellarium/landscapes/moon/description.nb.utf8
+share/stellarium/landscapes/moon/description.nl.utf8
share/stellarium/landscapes/moon/description.pt_BR.utf8
share/stellarium/landscapes/moon/description.ru.utf8
+share/stellarium/landscapes/moon/description.sc.utf8
+share/stellarium/landscapes/moon/description.sk.utf8
+share/stellarium/landscapes/moon/description.sl.utf8
share/stellarium/landscapes/moon/description.uk.utf8
share/stellarium/landscapes/moon/description.zh_CN.utf8
+share/stellarium/landscapes/moon/description.zh_TW.utf8
share/stellarium/landscapes/moon/landscape.ini
share/stellarium/landscapes/neptune/description.ar.utf8
share/stellarium/landscapes/neptune/description.be.utf8
share/stellarium/landscapes/neptune/description.bn.utf8
+share/stellarium/landscapes/neptune/description.cs.utf8
+share/stellarium/landscapes/neptune/description.de.utf8
share/stellarium/landscapes/neptune/description.en.utf8
+share/stellarium/landscapes/neptune/description.en_GB.utf8
+share/stellarium/landscapes/neptune/description.es.utf8
share/stellarium/landscapes/neptune/description.fr.utf8
share/stellarium/landscapes/neptune/description.gd.utf8
+share/stellarium/landscapes/neptune/description.gl.utf8
+share/stellarium/landscapes/neptune/description.hr.utf8
share/stellarium/landscapes/neptune/description.hu.utf8
+share/stellarium/landscapes/neptune/description.id.utf8
share/stellarium/landscapes/neptune/description.ko.utf8
+share/stellarium/landscapes/neptune/description.nl.utf8
share/stellarium/landscapes/neptune/description.pt_BR.utf8
share/stellarium/landscapes/neptune/description.ru.utf8
+share/stellarium/landscapes/neptune/description.sc.utf8
+share/stellarium/landscapes/neptune/description.sk.utf8
+share/stellarium/landscapes/neptune/description.sl.utf8
share/stellarium/landscapes/neptune/description.uk.utf8
share/stellarium/landscapes/neptune/description.zh_CN.utf8
+share/stellarium/landscapes/neptune/description.zh_TW.utf8
share/stellarium/landscapes/neptune/landscape.ini
share/stellarium/landscapes/neptune/neptune-256.png
share/stellarium/landscapes/ocean/description.ar.utf8
share/stellarium/landscapes/ocean/description.be.utf8
share/stellarium/landscapes/ocean/description.bg.utf8
share/stellarium/landscapes/ocean/description.bn.utf8
+share/stellarium/landscapes/ocean/description.cs.utf8
share/stellarium/landscapes/ocean/description.de.utf8
share/stellarium/landscapes/ocean/description.en.utf8
+share/stellarium/landscapes/ocean/description.en_GB.utf8
+share/stellarium/landscapes/ocean/description.es.utf8
share/stellarium/landscapes/ocean/description.fr.utf8
share/stellarium/landscapes/ocean/description.gd.utf8
+share/stellarium/landscapes/ocean/description.gl.utf8
+share/stellarium/landscapes/ocean/description.hr.utf8
share/stellarium/landscapes/ocean/description.hu.utf8
+share/stellarium/landscapes/ocean/description.id.utf8
share/stellarium/landscapes/ocean/description.ko.utf8
share/stellarium/landscapes/ocean/description.nb.utf8
+share/stellarium/landscapes/ocean/description.nl.utf8
share/stellarium/landscapes/ocean/description.pt_BR.utf8
share/stellarium/landscapes/ocean/description.ru.utf8
+share/stellarium/landscapes/ocean/description.sc.utf8
+share/stellarium/landscapes/ocean/description.sk.utf8
+share/stellarium/landscapes/ocean/description.sl.utf8
share/stellarium/landscapes/ocean/description.uk.utf8
share/stellarium/landscapes/ocean/description.zh_CN.utf8
+share/stellarium/landscapes/ocean/description.zh_TW.utf8
share/stellarium/landscapes/ocean/fog.png
share/stellarium/landscapes/ocean/landscape.ini
share/stellarium/landscapes/ocean/ocean1.png
@@ -249,42 +356,77 @@ share/stellarium/landscapes/saturn/description.ar.utf8
share/stellarium/landscapes/saturn/description.be.utf8
share/stellarium/landscapes/saturn/description.bg.utf8
share/stellarium/landscapes/saturn/description.bn.utf8
+share/stellarium/landscapes/saturn/description.cs.utf8
share/stellarium/landscapes/saturn/description.de.utf8
share/stellarium/landscapes/saturn/description.en.utf8
+share/stellarium/landscapes/saturn/description.en_GB.utf8
+share/stellarium/landscapes/saturn/description.es.utf8
share/stellarium/landscapes/saturn/description.fr.utf8
share/stellarium/landscapes/saturn/description.gd.utf8
+share/stellarium/landscapes/saturn/description.gl.utf8
+share/stellarium/landscapes/saturn/description.hr.utf8
share/stellarium/landscapes/saturn/description.hu.utf8
+share/stellarium/landscapes/saturn/description.id.utf8
share/stellarium/landscapes/saturn/description.ko.utf8
share/stellarium/landscapes/saturn/description.nb.utf8
+share/stellarium/landscapes/saturn/description.nl.utf8
share/stellarium/landscapes/saturn/description.pt_BR.utf8
share/stellarium/landscapes/saturn/description.ru.utf8
+share/stellarium/landscapes/saturn/description.sc.utf8
+share/stellarium/landscapes/saturn/description.sk.utf8
+share/stellarium/landscapes/saturn/description.sl.utf8
share/stellarium/landscapes/saturn/description.uk.utf8
share/stellarium/landscapes/saturn/description.zh_CN.utf8
+share/stellarium/landscapes/saturn/description.zh_TW.utf8
share/stellarium/landscapes/saturn/landscape.ini
share/stellarium/landscapes/saturn/saturn-256.png
share/stellarium/landscapes/sun/description.bn.utf8
+share/stellarium/landscapes/sun/description.cs.utf8
share/stellarium/landscapes/sun/description.de.utf8
share/stellarium/landscapes/sun/description.en.utf8
+share/stellarium/landscapes/sun/description.en_GB.utf8
+share/stellarium/landscapes/sun/description.es.utf8
+share/stellarium/landscapes/sun/description.fr.utf8
+share/stellarium/landscapes/sun/description.gl.utf8
+share/stellarium/landscapes/sun/description.hr.utf8
+share/stellarium/landscapes/sun/description.id.utf8
share/stellarium/landscapes/sun/description.ko.utf8
+share/stellarium/landscapes/sun/description.nl.utf8
share/stellarium/landscapes/sun/description.ru.utf8
+share/stellarium/landscapes/sun/description.sc.utf8
+share/stellarium/landscapes/sun/description.sk.utf8
+share/stellarium/landscapes/sun/description.sl.utf8
+share/stellarium/landscapes/sun/description.uk.utf8
share/stellarium/landscapes/sun/description.zh_CN.utf8
+share/stellarium/landscapes/sun/description.zh_TW.utf8
share/stellarium/landscapes/sun/landscape.ini
share/stellarium/landscapes/sun/sun-256.png
share/stellarium/landscapes/trees/description.ar.utf8
share/stellarium/landscapes/trees/description.be.utf8
share/stellarium/landscapes/trees/description.bg.utf8
share/stellarium/landscapes/trees/description.bn.utf8
+share/stellarium/landscapes/trees/description.cs.utf8
share/stellarium/landscapes/trees/description.de.utf8
share/stellarium/landscapes/trees/description.en.utf8
+share/stellarium/landscapes/trees/description.en_GB.utf8
+share/stellarium/landscapes/trees/description.es.utf8
share/stellarium/landscapes/trees/description.fr.utf8
share/stellarium/landscapes/trees/description.gd.utf8
+share/stellarium/landscapes/trees/description.gl.utf8
+share/stellarium/landscapes/trees/description.hr.utf8
share/stellarium/landscapes/trees/description.hu.utf8
+share/stellarium/landscapes/trees/description.id.utf8
share/stellarium/landscapes/trees/description.ko.utf8
share/stellarium/landscapes/trees/description.nb.utf8
+share/stellarium/landscapes/trees/description.nl.utf8
share/stellarium/landscapes/trees/description.pt_BR.utf8
share/stellarium/landscapes/trees/description.ru.utf8
+share/stellarium/landscapes/trees/description.sc.utf8
+share/stellarium/landscapes/trees/description.sk.utf8
+share/stellarium/landscapes/trees/description.sl.utf8
share/stellarium/landscapes/trees/description.uk.utf8
share/stellarium/landscapes/trees/description.zh_CN.utf8
+share/stellarium/landscapes/trees/description.zh_TW.utf8
share/stellarium/landscapes/trees/landscape.ini
share/stellarium/landscapes/trees/trees_512.png
share/stellarium/landscapes/trees/trees_fog_512.png
@@ -292,30 +434,53 @@ share/stellarium/landscapes/trees/trees_illum_512.png
share/stellarium/landscapes/uranus/description.ar.utf8
share/stellarium/landscapes/uranus/description.be.utf8
share/stellarium/landscapes/uranus/description.bn.utf8
+share/stellarium/landscapes/uranus/description.cs.utf8
+share/stellarium/landscapes/uranus/description.de.utf8
share/stellarium/landscapes/uranus/description.en.utf8
+share/stellarium/landscapes/uranus/description.en_GB.utf8
+share/stellarium/landscapes/uranus/description.es.utf8
share/stellarium/landscapes/uranus/description.fr.utf8
share/stellarium/landscapes/uranus/description.gd.utf8
+share/stellarium/landscapes/uranus/description.gl.utf8
+share/stellarium/landscapes/uranus/description.hr.utf8
share/stellarium/landscapes/uranus/description.hu.utf8
+share/stellarium/landscapes/uranus/description.id.utf8
share/stellarium/landscapes/uranus/description.ko.utf8
+share/stellarium/landscapes/uranus/description.nl.utf8
share/stellarium/landscapes/uranus/description.pt_BR.utf8
share/stellarium/landscapes/uranus/description.ru.utf8
+share/stellarium/landscapes/uranus/description.sc.utf8
+share/stellarium/landscapes/uranus/description.sk.utf8
+share/stellarium/landscapes/uranus/description.sl.utf8
share/stellarium/landscapes/uranus/description.uk.utf8
share/stellarium/landscapes/uranus/description.zh_CN.utf8
+share/stellarium/landscapes/uranus/description.zh_TW.utf8
share/stellarium/landscapes/uranus/landscape.ini
share/stellarium/landscapes/uranus/uranus-256.png
share/stellarium/landscapes/zero/description.ar.utf8
share/stellarium/landscapes/zero/description.be.utf8
share/stellarium/landscapes/zero/description.bn.utf8
+share/stellarium/landscapes/zero/description.cs.utf8
share/stellarium/landscapes/zero/description.de.utf8
share/stellarium/landscapes/zero/description.en.utf8
+share/stellarium/landscapes/zero/description.en_GB.utf8
+share/stellarium/landscapes/zero/description.es.utf8
share/stellarium/landscapes/zero/description.fr.utf8
share/stellarium/landscapes/zero/description.gd.utf8
+share/stellarium/landscapes/zero/description.gl.utf8
+share/stellarium/landscapes/zero/description.hr.utf8
share/stellarium/landscapes/zero/description.hu.utf8
+share/stellarium/landscapes/zero/description.id.utf8
share/stellarium/landscapes/zero/description.ko.utf8
+share/stellarium/landscapes/zero/description.nl.utf8
share/stellarium/landscapes/zero/description.pt_BR.utf8
share/stellarium/landscapes/zero/description.ru.utf8
+share/stellarium/landscapes/zero/description.sc.utf8
+share/stellarium/landscapes/zero/description.sk.utf8
+share/stellarium/landscapes/zero/description.sl.utf8
share/stellarium/landscapes/zero/description.uk.utf8
share/stellarium/landscapes/zero/description.zh_CN.utf8
+share/stellarium/landscapes/zero/description.zh_TW.utf8
share/stellarium/landscapes/zero/landscape.ini
share/stellarium/landscapes/zero/zero_horizon.txt
share/stellarium/models/1682q1halley_MLfix.obj
@@ -1027,9 +1192,18 @@ share/stellarium/scripts/triple_sunrise_and_sunsets.ssc
share/stellarium/scripts/uranian_analemma.ssc
share/stellarium/scripts/western_constellations_tour.ssc
share/stellarium/scripts/zodiac.ssc
+share/stellarium/skycultures/almagest/constellation_names.eng.fab
+share/stellarium/skycultures/almagest/constellationship.fab
+share/stellarium/skycultures/almagest/description.de.utf8
+share/stellarium/skycultures/almagest/description.en.utf8
+share/stellarium/skycultures/almagest/dso_names.fab
+share/stellarium/skycultures/almagest/info.ini
+share/stellarium/skycultures/almagest/planet_names.fab
+share/stellarium/skycultures/almagest/star_names.fab
share/stellarium/skycultures/anutan/constellation_names.eng.fab
share/stellarium/skycultures/anutan/constellationship.fab
share/stellarium/skycultures/anutan/description.en.utf8
+share/stellarium/skycultures/anutan/description.uk.utf8
share/stellarium/skycultures/anutan/dso_names.fab
share/stellarium/skycultures/anutan/info.ini
share/stellarium/skycultures/anutan/planet_names.fab
@@ -1288,6 +1462,7 @@ share/stellarium/skycultures/chinese_contemporary/crux.png
share/stellarium/skycultures/chinese_contemporary/cygnus.png
share/stellarium/skycultures/chinese_contemporary/delphinus.png
share/stellarium/skycultures/chinese_contemporary/description.en.utf8
+share/stellarium/skycultures/chinese_contemporary/description.uk.utf8
share/stellarium/skycultures/chinese_contemporary/description.zh_CN.utf8
share/stellarium/skycultures/chinese_contemporary/description.zh_HK.utf8
share/stellarium/skycultures/chinese_contemporary/description.zh_TW.utf8
@@ -1352,6 +1527,7 @@ share/stellarium/skycultures/chinese_medieval/constellation_names.eng.fab
share/stellarium/skycultures/chinese_medieval/constellation_names.zh_CN.fab
share/stellarium/skycultures/chinese_medieval/constellationship.fab
share/stellarium/skycultures/chinese_medieval/description.en.utf8
+share/stellarium/skycultures/chinese_medieval/description.uk.utf8
share/stellarium/skycultures/chinese_medieval/description.zh_CN.utf8
share/stellarium/skycultures/chinese_medieval/description.zh_HK.utf8
share/stellarium/skycultures/chinese_medieval/description.zh_TW.utf8
@@ -1567,6 +1743,7 @@ share/stellarium/skycultures/lokono/constellation_names.eng.fab
share/stellarium/skycultures/lokono/constellationsart.fab
share/stellarium/skycultures/lokono/constellationship.fab
share/stellarium/skycultures/lokono/description.en.utf8
+share/stellarium/skycultures/lokono/description.uk.utf8
share/stellarium/skycultures/lokono/info.ini
share/stellarium/skycultures/lokono/lokono_map_1.png
share/stellarium/skycultures/lokono/planet_names.fab
@@ -1657,6 +1834,7 @@ share/stellarium/skycultures/maya/constellation_names.esp.fab
share/stellarium/skycultures/maya/constellationsart.fab
share/stellarium/skycultures/maya/constellationship.fab
share/stellarium/skycultures/maya/description.en.utf8
+share/stellarium/skycultures/maya/description.uk.utf8
share/stellarium/skycultures/maya/description.zh_CN.utf8
share/stellarium/skycultures/maya/description1028.png
share/stellarium/skycultures/maya/description1030.png
@@ -1685,6 +1863,7 @@ share/stellarium/skycultures/mulapin/constellation_names.eng.fab
share/stellarium/skycultures/mulapin/constellationship.fab
share/stellarium/skycultures/mulapin/description.de.utf8
share/stellarium/skycultures/mulapin/description.en.utf8
+share/stellarium/skycultures/mulapin/description.uk.utf8
share/stellarium/skycultures/mulapin/description.zh_CN.utf8
share/stellarium/skycultures/mulapin/dso_names.fab
share/stellarium/skycultures/mulapin/info.ini
@@ -1733,6 +1912,7 @@ share/stellarium/skycultures/northern_andes/constellationsart.fab
share/stellarium/skycultures/northern_andes/constellationship.fab
share/stellarium/skycultures/northern_andes/description.en.utf8
share/stellarium/skycultures/northern_andes/description.es.utf8
+share/stellarium/skycultures/northern_andes/description.uk.utf8
share/stellarium/skycultures/northern_andes/guerrero.png
share/stellarium/skycultures/northern_andes/info.ini
share/stellarium/skycultures/northern_andes/jaguar.png
@@ -1854,6 +2034,7 @@ share/stellarium/skycultures/seleucid/constellation_names.eng.fab
share/stellarium/skycultures/seleucid/constellationship.fab
share/stellarium/skycultures/seleucid/description.de.utf8
share/stellarium/skycultures/seleucid/description.en.utf8
+share/stellarium/skycultures/seleucid/description.uk.utf8
share/stellarium/skycultures/seleucid/description.zh_CN.utf8
share/stellarium/skycultures/seleucid/dso_names.fab
share/stellarium/skycultures/seleucid/info.ini
@@ -1927,6 +2108,7 @@ share/stellarium/skycultures/vanuatu_netwar/constellationship.fab
share/stellarium/skycultures/vanuatu_netwar/description.cs.utf8
share/stellarium/skycultures/vanuatu_netwar/description.en.utf8
share/stellarium/skycultures/vanuatu_netwar/description.fr.utf8
+share/stellarium/skycultures/vanuatu_netwar/description.uk.utf8
share/stellarium/skycultures/vanuatu_netwar/dso_names.fab
share/stellarium/skycultures/vanuatu_netwar/info.ini
share/stellarium/skycultures/vanuatu_netwar/kahau.png
@@ -2052,6 +2234,7 @@ share/stellarium/skycultures/western/vulpecula.png
share/stellarium/skycultures/western_SnT/constellation_names.eng.fab
share/stellarium/skycultures/western_SnT/constellationship.fab
share/stellarium/skycultures/western_SnT/description.en.utf8
+share/stellarium/skycultures/western_SnT/description.uk.utf8
share/stellarium/skycultures/western_SnT/description.zh_CN.utf8
share/stellarium/skycultures/western_SnT/description.zh_HK.utf8
share/stellarium/skycultures/western_SnT/description.zh_TW.utf8
@@ -2060,6 +2243,7 @@ share/stellarium/skycultures/western_SnT/star_names.fab
share/stellarium/skycultures/western_hlad/constellation_names.eng.fab
share/stellarium/skycultures/western_hlad/constellationship.fab
share/stellarium/skycultures/western_hlad/description.en.utf8
+share/stellarium/skycultures/western_hlad/description.uk.utf8
share/stellarium/skycultures/western_hlad/description.zh_CN.utf8
share/stellarium/skycultures/western_hlad/description.zh_HK.utf8
share/stellarium/skycultures/western_hlad/description.zh_TW.utf8
@@ -2067,6 +2251,8 @@ share/stellarium/skycultures/western_hlad/hvezdna_obloha_2000.png
share/stellarium/skycultures/western_hlad/info.ini
share/stellarium/skycultures/western_hlad/obloha_na_dlani.png
share/stellarium/skycultures/western_rey/Rey_cover.png
+share/stellarium/skycultures/western_rey/asterism_lines.fab
+share/stellarium/skycultures/western_rey/asterism_names.eng.fab
share/stellarium/skycultures/western_rey/constellation_names.eng.fab
share/stellarium/skycultures/western_rey/constellationship.fab
share/stellarium/skycultures/western_rey/description.be.utf8
@@ -2096,6 +2282,7 @@ share/stellarium/textures/2007OR10.png
share/stellarium/textures/TestSquare.png
share/stellarium/textures/amalthea.png
share/stellarium/textures/ariel.png
+share/stellarium/textures/bennu.png
share/stellarium/textures/bianca.png
share/stellarium/textures/callisto.png
share/stellarium/textures/ceres.png
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo
index da19899220c..808f4e0140e 100644
--- a/misc/stellarium/distinfo
+++ b/misc/stellarium/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.43 2019/12/29 16:24:30 adam Exp $
+$NetBSD: distinfo,v 1.44 2020/03/30 15:38:54 adam Exp $
-SHA1 (stellarium-0.19.3.tar.gz) = a82cfa21c8dcfbd0a0cf4e30c4ea017ceb2f87a5
-RMD160 (stellarium-0.19.3.tar.gz) = f72fe96ce5a019b04fb6ac1364489cc4f7a2b2f6
-SHA512 (stellarium-0.19.3.tar.gz) = c2948603a3b84fd2b7002cbd9993a2432ca0908d9236aca03c03ff0cf0706728a407218096e94da2b2a623b5434c109906d94ee5069a2d57a8e35af7c8455ff7
-Size (stellarium-0.19.3.tar.gz) = 326218851 bytes
+SHA1 (stellarium-0.20.0.tar.gz) = 2a86e4401d99efc7c46e182778522c4fb6cf7193
+RMD160 (stellarium-0.20.0.tar.gz) = 9e3a765f4b6ea20173abb0a13f044f9131e44b81
+SHA512 (stellarium-0.20.0.tar.gz) = 7105407f3a16f6dae61665100d6f74e0084159e4da24768b143efb1d079900f0368108af7151fafa9748ae97fb177623d9a0025bf48b6cbbe544b13449eeb943
+Size (stellarium-0.20.0.tar.gz) = 341767613 bytes
SHA1 (patch-CMakeLists.txt) = 135846ad53c2c448b31b61ea0f0c0dd5e8f2d2a7
SHA1 (patch-data_CMakeLists.txt) = 760c38c5a5d3bf60a4039a2fbe177b2e49dee128
SHA1 (patch-doc_CMakeLists.txt) = c0505c73dc051b4416deb08b2127a49591cd1aed