aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarium
Commit message (Collapse)AuthorAgeFilesLines
* Oops, missed the -qt4 suffix for legacy port package name.Alexey Dokuchaev2015-01-211-1/+1
| | | | Notes: svn path=/head/; revision=377598
* Reduce the differences between two ports.Alexey Dokuchaev2015-01-211-0/+2
| | | | Notes: svn path=/head/; revision=377597
* - Update to version 0.13.2 and install better quality textures by defaultAlexey Dokuchaev2015-01-214-8/+93
| | | | | | | | - Ensure that complete distinfo is generated, irregardless of the options - Mention legacy `astro/stellarium-qt4' port in the port description text Notes: svn path=/head/; revision=377577
* Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).Alexey Dokuchaev2015-01-141-1/+1
| | | | Notes: svn path=/head/; revision=377025
* Unbreak fetching of those textures.Alexey Dokuchaev2015-01-141-1/+1
| | | | | | | | Submitted by: Rainer Hurling Pointyhat to: danfe Notes: svn path=/head/; revision=377021
* Use more neutral way to describe optional textures, since different peopleAlexey Dokuchaev2015-01-141-5/+5
| | | | | | | may adhere to different definitions of "high-resolution". Notes: svn path=/head/; revision=377019
* Fix the logic so it actually works as intended.Alexey Dokuchaev2015-01-141-2/+2
| | | | Notes: svn path=/head/; revision=377005
* Improve the way we use optional high-resolution textures:Alexey Dokuchaev2015-01-142-4/+10
| | | | | | | | | | | - Forget about Milky Way texture for now as it causes rendering artifacts; - While most of those textures are indeed better than the ones provided by default (e.g., Jupiter and Ganymede), some of those are actually worse (e.g. Venus). Use simple file size-based logic to decide if a texture is worth a replacement. Notes: svn path=/head/; revision=377001
* Allow to install optional high-resolution textures; these are supported byAlexey Dokuchaev2015-01-122-2/+15
| | | | | | | | 0.12.x versions and first two of 0.13.x; have to revisit it upon update to 0.13.2 (coming soon). Notes: svn path=/head/; revision=376837
* - Update extra star catalogs (now slightly smaller, 1.2GB -> 1.0GB)Alexey Dokuchaev2015-01-123-15/+20
| | | | | | | - Add missing pkg-plist entries in `stellarium/pkg-plist' for them Notes: svn path=/head/; revision=376813
* Update to version 0.13.1.Alexey Dokuchaev2014-10-233-10/+93
| | | | Notes: svn path=/head/; revision=371386
* Cleanup plistBaptiste Daroussin2014-10-191-46/+0
| | | | Notes: svn path=/head/; revision=371223
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguistAlexey Dokuchaev2014-08-041-3/+4
| | | | | | | | | | | should be replaced with linguisttools_build [*] - Remove USE_GL knob altogether, it is pulled automatically with Qt ports - While here, use less aggressive patching of CMakeLists.txt Requested by: makc [*] Notes: svn path=/head/; revision=363971
* Update Stellarium to version 0.13.0. It's a new major release, and is basedAlexey Dokuchaev2014-08-027-501/+401
| | | | | | | | | | | | | | | | on Qt version 5 now; for those who are not comfortable with upgrading to the new version of Qt, `astro/stellarium-qt4' port is available, serving version 0.12.4. Add an UPDATING entry to alert users about this. While here, make scripting support optional in `astro/stellarium-qt4', since it allows to use one less dependency. Unfortunately, this is not applicable to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script unconditionally. Relax USE_GL knob for both ports: only libGL itself is required, not libGLU. Notes: svn path=/head/; revision=363837
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* Update to version 0.12.4.Alexey Dokuchaev2013-11-193-3/+9
| | | | Notes: svn path=/head/; revision=334279
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Fix the build on recent -CURRENT and stagify while I'm here.Alexey Dokuchaev2013-10-206-7/+122
| | | | | | | PR: ports/182027 Notes: svn path=/head/; revision=331021
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* - Update to version 0.12.3, which brings new Bright Novae plugin and fixesAlexey Dokuchaev2013-09-093-6/+22
| | | | | | | | | | | | of a few bugs within plugins and the search tool - Rename SOUND option to MULTIMEDIA, as it covers video as well This is likely to be the last release based on Qt 4.8, next series (0.13.x) would be based on Qt 5, which offers improved modularity, has better OpenGL support, and nice new Qt3D and QML stuff for GUI. Notes: svn path=/head/; revision=326785
* - Update to version 0.12.2Alexey Dokuchaev2013-08-053-17/+66
| | | | | | | | - Add SOUND option (via multimedia/phonon) - Clean up Makefile while here Notes: svn path=/head/; revision=324271
* - Fix buildMartin Wilke2013-06-111-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320573
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Update to version 0.12.1Alexey Dokuchaev2013-04-243-20/+110
| | | | | | | - Convert obsolete USE_GETTEXT Notes: svn path=/head/; revision=316421
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Update to version 0.12.0.Alexey Dokuchaev2013-02-213-5/+53
| | | | Notes: svn path=/head/; revision=312702
* - Adjust Makefile header per new world orderAlexey Dokuchaev2012-09-291-11/+8
| | | | | | | - Convert to new OPTIONS framework Notes: svn path=/head/; revision=305037
* - Update to version 0.11.4(a), with better FreeBSD support out of the boxAlexey Dokuchaev2012-08-273-14/+23
| | | | | | | | | - Drop leading indefinite article from COMMENT line per recent agreements Submitted by: Alexander Wolf (version update) Notes: svn path=/head/; revision=303221
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to version 0.11.3, which brings bug fixes and more translationsAlexey Dokuchaev2012-05-243-8/+137
| | | | | | | - Do not set custom DESKTOP_ENTRIES, vendor's .desktop file is just fine Notes: svn path=/head/; revision=297323
* Make the port build with the upcoming Qt 4.8.x series.Raphael Kubo da Costa2012-05-201-0/+2
| | | | | | | | | | | | | | | | | | | Since 4.8.0 [1], Qt itself does not automatically include GLU's headers and libraries with its OpenGL module, so applications which relied on Qt to get these need to be adjusted. The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl, so we need to add USE_GL=glu for this port. PORTREVISION bumped since we now explicitly depend on GLU via USE_GL=glu. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Approved by: miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update to land) Notes: svn path=/head/; revision=296997
* - Update to version 0.11.2Alexey Dokuchaev2012-05-103-11/+18
| | | | | | | - Minor Makefile cleanups Notes: svn path=/head/; revision=296383
* Prefer shorter and more intuitive WWW address.Alexey Dokuchaev2011-11-101-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285440
* - Update to version 0.11.1, an important bug fix and translations release;Alexey Dokuchaev2011-11-073-5/+152
| | | | | | | | | it also brings small GUI usability improvements - Replace find(1) with grep(1) to narrow down initial search results and, subsequently, sed(1) furiousness; touch a COMMENT while I'm here Notes: svn path=/head/; revision=285218
* - Update to version 0.11.0Alexey Dokuchaev2011-07-243-4/+26
| | | | | | | - Fix bogus usage of ${FALSE} Notes: svn path=/head/; revision=278244
* Reformat description text for better indentation.Alexey Dokuchaev2011-07-241-4/+4
| | | | Notes: svn path=/head/; revision=278238
* Provide an OPTION to install additional 1.19 gigs worth of star catalogs.Alexey Dokuchaev2010-12-153-0/+37
| | | | | | | Idea from: Gentoo Linux Notes: svn path=/head/; revision=266356
* - Update to version 0.10.6Alexey Dokuchaev2010-12-153-20/+50
| | | | | | | | | | - Mark as MAKE_JOBS_SAFE - Remove explicit LIB_DEPENDS and extra Qt components - Add LICENSE (GPLv2) - Reformat DESKTOP_ENTRIES so they take less space Notes: svn path=/head/; revision=266348
* - Update to version 0.10.5Alexey Dokuchaev2010-06-213-208/+193
| | | | | | | | | | | - Consistensify LIB_DEPENDS entries - Augment DESKTOP_ENTRIES (add appropriate categories) - Sort some knobs and cleanup Makefile Feature safe: yes Notes: svn path=/head/; revision=256796
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.10.3Dmitry Marakasov2010-02-013-10/+50
| | | | | | | | | PR: 143355 Submitted by: myself Approved by: danfe (maintainer via private email) Notes: svn path=/head/; revision=249033
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 0.10.2Dmitry Marakasov2009-07-072-4/+4
| | | | | | | | | PR: 135460 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=237293
* - Update to 0.10.1Dmitry Marakasov2009-03-243-106/+251
| | | | | | | | | | | - Unbreak PR: 131795 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=230912