Commit Graph

4834 Commits

Author SHA1 Message Date
Po-Chuan Hsieh f4f22f4009
astro/py-metpy: Update to 1.4.0
Changes:	https://github.com/Unidata/MetPy/releases
2023-01-30 20:59:34 +08:00
Tobias C. Berner 9ab8ec61c3 archivers/quazip: add flavors for Qt 5 and Qt 6 2023-01-25 07:21:47 +01:00
Jan Beich 574f4db8b8 astro/mepo: install manpage
Inspired by:	Alpine, Arch, NixPkgs
2023-01-23 23:51:42 +00:00
Jan Beich ded326a4be lang/zig: rebuild consumers after 91552559ae
Propagate standard library and miscompilation fixes into binary packages.
2023-01-23 23:51:41 +00:00
Jan Beich 8996a92bf2 astro/mepo: unbreak build after 91552559ae
src/main.zig:15:13: error: encountered @panic at comptime
            @panic("Must be built against Zig 0.10.0");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    comptime_0: /usr/local/lib/zig/std/start.zig:59:50
    remaining reference traces hidden; use '-freference-trace' to see all reference traces
2023-01-23 23:51:41 +00:00
Jan Beich 16ada4d8d1 astro/mepo: unbreak by removing -L<dir> from pkg-config output 2023-01-22 05:59:39 +00:00
Dmitry Marakasov 150ecc3822 astro/libosmium: update 2.18.0 → 2.19.0 2023-01-20 02:24:09 +03:00
Loïc Bartoletti 3db760ad79 graphics/proj: Update to 9.1.1 2023-01-18 15:48:50 +01:00
Dima Panov e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Wen Heping e63bd681be astro/p5-Astro-SIMBAD-Client: Update to 0.047 2023-01-14 07:55:34 +08:00
Wen Heping 92983c2097 astro/p5-Astro-SpaceTrack: Update to 0.159 2023-01-14 07:38:12 +08:00
Alexander Leidinger 0f6d608630 astro/fowsr: make the compile respect CFLAGS
This fixes builds with WITH_PIE enabled.
2023-01-13 12:10:20 +01:00
Jan Beich acebf1c474 astro/mepo: update to 1.1.1
Changes:	https://git.sr.ht/~mil/mepo/refs/1.1.1
Reported by:	Repology
2023-01-12 06:35:40 +00:00
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00
Muhammad Moinur Rahman ddde182c16 astro/routino: Revert special casing for GCC 4.2
Reported by:	gerald
2023-01-09 18:07:48 -06:00
Dmitry Marakasov 63e0390485 astro/josm: update 18583 → 18622 2023-01-09 21:47:07 +03:00
Tobias C. Berner 19093fd0dd KDE: Update KDE Gear to 22.12.1 2023-01-05 18:28:33 +01:00
Alexey Dokuchaev c363f14730 astro/stellarium: update Stellarium to version 1.2
Some sky cultures had been renamed, two new added.
While here, switch to smaller .tar.xz distfile and
make data export to Excel files support optional.
2023-01-02 00:18:54 +00:00
Muhammad Moinur Rahman 39191036a1 astro/accrete: Fix RUNTIME
Segmentation Fault occurs if program is executed in a directory without
write privileges.

Patch provided exits gracefully if *fp is NULL before fprintf's attempt
to write to non-existent file.

- Add LICENSE BSD3CLAUSE

PR:		268661
Reported by:	eylusion@gmail.com
2022-12-31 15:58:55 -06:00
Rainer Hurling 7a7adc67c5 astro/astrometry: Update to 0.93
Allow to work with the numpy 1.24 release.

Changes: https://github.com/dstndstn/astrometry.net/releases/tag/0.93

Reported by:	portscout, Repology
2022-12-30 11:03:57 +01:00
Po-Chuan Hsieh e73ed31d9f
astro/cfitsio: Update to 4.2.0
- Convert REINPLACE_CMD to patch file
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2022-12-30 17:04:05 +08:00
Dmitry Marakasov c6c64222a5 astro/mkgmap-splitter: update r652 → r653 2022-12-27 20:38:13 +03:00
Rainer Hurling 3170a81dce astro/py-ephem: Update to 4.1.4
Changelog: https://github.com/brandon-rhodes/pyephem/blob/master/ephem/doc/CHANGELOG.rst#version-414-2022-december-21

Reported by:	portscout, Repology
2022-12-22 18:51:45 +01:00
Muhammad Moinur Rahman 721e5776c9 Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
2022-12-19 08:44:58 -06:00
Dimitry Andric 7eda11c87c astro/cfitsio: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
astro/cfitsio failed to build with clang 15:

  drvrnet.c:3887:23: warning: call to undeclared function 'gethostbyname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
              hostent = gethostbyname(localhost);
                        ^
  drvrnet.c:3887:21: error: incompatible integer to pointer conversion assigning to 'struct hostent *' from 'int' [-Wint-conversion]
              hostent = gethostbyname(localhost);
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  1 warning and 1 error generated.

This is because the configure script defines _XOPEN_SOURCE=700, for
unclear reasons, and this hides the gethostbyname() declaration in
/usr/include/netdb.h. Fix it by removing the line that adds the define.

PR:		268302
Approved by:	portmgr (tcberner)
MFH:		2022Q4
2022-12-18 18:32:40 +01:00
Wen Heping 0cbb53f49a astro/py-astropy: Update to 5.2 2022-12-18 07:41:44 +08:00
Muhammad Moinur Rahman 9b88979fdb astro/py-pymeeus: Update version 0.5.11=>0.5.12
- Convert to USE_PYTHON=pytest
2022-12-14 15:41:16 -06:00
Tobias C. Berner 727562b175 KDE: Update KDE Gear to 22.12
KDE Gear 22.12 is Here!

Thursday, 8 December 2022

KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!

In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!

Announcement: https://kde.org/announcements/gear/22.12.0/
2022-12-10 08:46:22 +01:00
Dima Panov 3ba583b271 astro/kstars: update to 3.6.2 release (+)
Changelog:	https://invent.kde.org/education/kstars/-/blob/stable-3.6.2/ChangeLog
2022-12-05 12:04:51 +03:00
Rainer Hurling 4d34e13c98 astro/astrometry: Update to 0.92
Changelog: https://github.com/dstndstn/astrometry.net/releases/tag/0.92

Reported by:	Repology
2022-12-02 11:30:17 +01:00
Guangyuan Yang 77170e20c3 astro/py-astral: Update to 3.2 2022-11-21 00:04:13 -05:00
Po-Chuan Hsieh 2cc2b7c6be
astro/py-spacetrack: Fix RUN_DEPENDS
- Convert to USE_PYTHON=pytest
- Bump PORTREVISION for dependency change
2022-11-19 17:51:35 +08:00
Po-Chuan Hsieh 5edbf7e61d
astro/py-spacetrack: Revert 1c0c6b6600
This change is incorrect.
- py-rush is a runtime dependency.
- USE_PYTHON=pytest should be used, not USES=pytest.
2022-11-19 17:51:35 +08:00
Loïc Bartoletti de3b9f5578 graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
2022-11-17 09:20:57 +01:00
Yuri Victorovich 7c4fc3959b astro/siril: Update 1.0.5 -> 1.0.6
Reported by:	portscout
2022-11-15 01:15:56 -08:00
Thierry Thomas e33cf82ac5 astro/kosmorro: upgrade to v0.10.11
Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.11>.
2022-11-11 13:13:23 +01:00
Thierry Thomas 343d999973 astro/py-kosmorrolib: upgrade to v1.0.7
Release notes at <https://github.com/Kosmorro/lib/releases/tag/v1.0.7>.
2022-11-11 13:08:15 +01:00
Soeren Straarup e1b120831a xearth: Updating my marker 2022-11-08 10:32:23 -06:00
Dmitry Marakasov 1c0c6b6600 astro/py-spacetrack: switch to USES=pytest, add missing test depend
Approved by:	portmgr blanket
2022-11-07 15:27:46 +03:00
Tobias C. Berner 1a35c26cf2 KDE: Update KDE Gear to 22.08.3
Thursday, 3 November 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * dolphin: Fix opening unnecessary new windows (Commit, fixes bug
     #440663)
   * konsole: Fix a crash when extending the selection (Commit, fixes
     bug #398320 and bug #458822)

Announcement:	https://kde.org/announcements/gear/22.08.3/
Changelog:	https://kde.org/announcements/changelogs/gear/22.08.3/
2022-11-04 23:12:06 +01:00
Alexey Dokuchaev a76969f7c2 astro/{calcmysky,stellarium}: update both ports to the latest versions
It's unfortunate transition time when they cannot be updated separately,
not at least without some ugly patching.

Make Stellarium use static release tarball instead of the generated by
GitHub one.  While currently it does not win us much, next version will
be additionally offering smaller .tar.xz distfile which we'll switch to
more easily.

Enforce Qt5 build for now.  While Stellarium and its dependencies are
Qt6-ready, providing correct and coherent flavors for all of them is
too much work for little gain.  Everyone should be using Qt5 anyways.

PR:	266915
2022-11-04 09:43:12 +00:00
Dmitry Marakasov 92963cfcb6 astro/josm: update 18570 → 18583 2022-11-03 22:41:49 +03:00
Jan Beich ec6a774727 astro/mepo: update to 1.1
Changes:	https://git.sr.ht/~mil/mepo/refs/1.1
Reported by:	Repology
2022-10-27 00:44:40 +00:00
Loïc Bartoletti 6d80d443e5 astro/phd2: use wx 3.2
PR:		265093
2022-10-25 07:44:05 +02:00
Alexey Dokuchaev bf9ddb2284 astro/gnuastro: update GNU Astronomy Utilities to version 0.19
Reported by:	upstream maintainer (via information bulletin)
2022-10-24 11:53:56 +00:00
Jesús Daniel Colmenares Oviedo 180c65af41 astro/starfetch: New port: Command line tool that displays constellations
- submitter becomes maintainer

Description:

starfetch is a tool that prints out a scheme of a given constellation
and some information about it: its quadrant, its right ascension, its
declination, its area and its main stars number.

WWW: https://github.com/Haruno19/starfetch/

PR:		267183
2022-10-23 20:25:53 +01:00
Tobias C. Berner aecaafb00a KDE: Update KDE Gear to 22.08.2
KDE Gear 22.08.2

Thursday, 13 October 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
2022-10-14 11:20:32 +02:00
Guangyuan Yang b3d3ed3405 astro/py-astral: Update to 3.0
Changelog:	https://github.com/sffjunkie/astral/releases/tag/3.0
2022-10-13 18:05:06 -04:00
Dmitry Marakasov 732f4f5549 astro/josm: update 18565 → 18570 2022-10-13 23:12:17 +03:00
Po-Chuan Hsieh 702e090dd4
astro/p5-Astro-SpaceTrack: Update to 0.158
Changes:	https://metacpan.org/dist/Astro-SpaceTrack/changes
2022-10-10 03:45:37 +08:00