aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to r4602Dmitry Marakasov2021-02-232-4/+4
| | | | Notes: svn path=/head/; revision=566414
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-233-1/+3
| | | | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Notes: svn path=/head/; revision=566369
* astro/opencpn: fix build on powerpc64*Piotr Kubaj2021-02-181-2/+10
| | | | | | | | | | Use GCC unconditionally on powerpc64*: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? __builtin_ia32_emms(); Notes: svn path=/head/; revision=566011
* astro/kstars: update to 3.5.1Tobias C. Berner2021-02-172-5/+4
| | | | Notes: svn path=/head/; revision=565527
* - Update to r4601Dmitry Marakasov2021-02-142-4/+4
| | | | Notes: svn path=/head/; revision=565261
* astro/siril: Update 0.99.6 -> 0.99.8.1Yuri Victorovich2021-02-144-46/+45
| | | | Notes: svn path=/head/; revision=565204
* astro/routino: Update version 3.3.2=>3.3.3Muhammad Moinur Rahman2021-02-133-4/+7
| | | | Notes: svn path=/head/; revision=565127
* - Update to 0.99Wen Heping2021-02-052-4/+4
| | | | Notes: svn path=/head/; revision=564166
* Update KDE Release-Service to 20.12.2Tobias C. Berner2021-02-043-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Some of our projects release on their own timescale and some get released en-masse. The 20.12.2 bundle of projects was released today with dozens of bugfixes and will be available through app stores and distros soon. See the 20.12.2 releases page for details. Some of the fixes in today’s bugfix releases include: * Ark no longer crashes when closing the window while loading a TAR archive * Dolphin calculates the folder size on FUSE and network file systems correctly now * Konsole no longer crashes when exiting all tabs at the same time * Dictionaries can be added in Kiten’s config dialog * Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected Release Notes: https://community.kde.org/Releases/20.12_Release_Notes Full Changelog: https://kde.org/announcements/fulllog_releases-20.12.2/ Notes: svn path=/head/; revision=564060
* - Update to 20.2Dmitry Marakasov2021-02-032-4/+4
| | | | Notes: svn path=/head/; revision=563885
* - Update to r598Dmitry Marakasov2021-02-032-5/+5
| | | | Notes: svn path=/head/; revision=563880
* - Update to r4600Dmitry Marakasov2021-02-032-4/+4
| | | | Notes: svn path=/head/; revision=563879
* Remove PYNUMPY and PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-2/+2
| | | | Notes: svn path=/head/; revision=563631
* Update to 1.09Sunpoet Po-Chuan Hsieh2021-02-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Astro-PAL Notes: svn path=/head/; revision=563620
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+Sunpoet Po-Chuan Hsieh2021-01-301-1/+1
| | | | | | | PR: 250103 Notes: svn path=/head/; revision=563407
* Update to 1.0Sunpoet Po-Chuan Hsieh2021-01-303-6/+29
| | | | | | | Changes: https://github.com/Unidata/MetPy/releases Notes: svn path=/head/; revision=563314
* astro/xplanet: Update to 1.3.1Neel Chauhan2021-01-293-484/+26
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28373 Notes: svn path=/head/; revision=563228
* Update to 1.2Sunpoet Po-Chuan Hsieh2021-01-263-6/+6
| | | | | | | | | - Update manpage location (r523104) Changes: https://github.com/klausman/pymetar/commits/master Notes: svn path=/head/; revision=562783
* Update to 0.11.5Sunpoet Po-Chuan Hsieh2021-01-263-7/+8
| | | | | | | | | - Update WWW Changes: https://github.com/mattyowl/astLib/releases Notes: svn path=/head/; revision=562782
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2021-01-263-1/+3
| | | | Notes: svn path=/head/; revision=562671
* Bump PORTREVISION for astro/cfitsio shlib changeSunpoet Po-Chuan Hsieh2021-01-267-3/+7
| | | | Notes: svn path=/head/; revision=562668
* Update to 3.49Sunpoet Po-Chuan Hsieh2021-01-262-8/+7
| | | | | | | | | Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt PR: 252569 Exp-run by: antoine Notes: svn path=/head/; revision=562667
* astro/qmapshack: Update version 1.15.0=>1.15.2Muhammad Moinur Rahman2021-01-254-26/+6
| | | | | | | | | | - Mark BROKEN for FreeBSD 11 PR: 252797 Submitted by: cmt Notes: svn path=/head/; revision=562619
* Update to version 0.14.Alexey Dokuchaev2021-01-253-6/+9
| | | | Notes: svn path=/head/; revision=562600
* - Update to 1.5.0Dmitry Marakasov2021-01-256-61/+21
| | | | Notes: svn path=/head/; revision=562599
* - Update to r4597Dmitry Marakasov2021-01-252-4/+4
| | | | Notes: svn path=/head/; revision=562576
* astro/astrometry: fix packaging with py38 (PYTHON_EXT_SUFFIX)Dima Panov2021-01-241-4/+4
| | | | | | | | | PR: 252057 (related) Approved by: portmgr (blanket: build fix) MFH: 2021Q1 Notes: svn path=/head/; revision=562517
* Update to 0.2.4. This is a maintainance release to make it properlyGleb Smirnoff2021-01-213-53/+4
| | | | | | | compilable and working with gpsd-3.20. Notes: svn path=/head/; revision=562242
* - Update to r4594Dmitry Marakasov2021-01-202-4/+4
| | | | Notes: svn path=/head/; revision=562161
* - Update to 2.16.0Dmitry Marakasov2021-01-193-4/+6
| | | | Notes: svn path=/head/; revision=562053
* - Update to 0.043Wen Heping2021-01-172-4/+4
| | | | Notes: svn path=/head/; revision=561803
* - Update to 0.143Wen Heping2021-01-172-4/+4
| | | | Notes: svn path=/head/; revision=561802
* - Update to r4593Dmitry Marakasov2021-01-102-4/+4
| | | | Notes: svn path=/head/; revision=561066
* - Update to 20.1Dmitry Marakasov2021-01-092-4/+4
| | | | Notes: svn path=/head/; revision=560884
* - Update to 17428Dmitry Marakasov2021-01-092-4/+4
| | | | Notes: svn path=/head/; revision=560861
* - Update to 0.046Wen Heping2021-01-092-4/+4
| | | | Notes: svn path=/head/; revision=560850
* Update KDE Release Service ports to 20.12.1Tobias C. Berner2021-01-083-6/+8
| | | | | | | | Full changelog: https://kde.org/announcements/fulllog_releases-20.12.1/ Notes: svn path=/head/; revision=560805
* - Update to r4592Dmitry Marakasov2021-01-072-4/+4
| | | | Notes: svn path=/head/; revision=560725
* Update to 0.117Sunpoet Po-Chuan Hsieh2021-01-062-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass Notes: svn path=/head/; revision=560640
* Update to 0.16.0Sunpoet Po-Chuan Hsieh2021-01-062-4/+5
| | | | | | | Changes: https://github.com/python-astrodynamics/spacetrack/blob/master/docs/changelog.rst Notes: svn path=/head/; revision=560587
* astro/opencpn: Update to 5.2.4Rainer Hurling2021-01-059-1044/+1131
| | | | | | | | | | | | | | | | | | - New Plugin Management System - Support for signalK input data streams - New Head-Up Navigation Mode - Docking the Dashboard with dual canvases - Realtime prediction of AIS target location Changelog: https://opencpn.org/OpenCPN/about/ver520.html PR: 252168 Submitted by: Andrea Venturoli <ml@netfence.it> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27798 Notes: svn path=/head/; revision=560424
* Update to 1.8.0Sunpoet Po-Chuan Hsieh2021-01-032-4/+4
| | | | | | | Changes: https://github.com/python-metar/python-metar/releases Notes: svn path=/head/; revision=560117
* graphics/libraw: Update to 0.20.2Jason E. Hale2021-01-012-2/+2
| | | | | | | | | Bump PORTREVISION on consumers due to shared library bump. Changes: https://www.libraw.org/news/libraw-0-20-2-Release Notes: svn path=/head/; revision=559789
* Update Stellarium to version 0.20.4.Alexey Dokuchaev2020-12-313-9/+175
| | | | | | | | Reported by: portscout PR: 252272 (patchless, for reference only) Notes: svn path=/head/; revision=559744
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-286-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Update to r4589Dmitry Marakasov2020-12-282-4/+4
| | | | Notes: svn path=/head/; revision=559502
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* astro/gpsd: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-1/+1
| | | | Notes: svn path=/head/; revision=559072
* Fix build error.Soeren Straarup2020-12-215-9/+56
| | | | | | | | | Update URL's used to fetch runtime data from. Reported by: pkg-fallout@FreeBSD.ORG Notes: svn path=/head/; revision=558858