Port details |
- kosmorro Ephemerides computation
- 0.10.13_1 astro =3 0.10.13_1Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2021-02-27 18:29:34
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- Also Listed In: python
- License: AGPLv3
- WWW:
- https://kosmorro.space/
- Description:
- A program that calculates your astronomical ephemerides.
By default, it will give you the current Moon phase and, if any, the events that
will occur today. To get the rise, culmination and set of the objects of the
Solar system, you will need to give it your position on Earth: get your current
coordinates (with OpenStreetMap for instance), and give them to Kosmorro by
invoking it with the following parameters: --latitude=X --longitude=Y (replace X
by the latitude and Y by the longitude).
Kosmorro has a lot of available options. To get a list of them, run kosmorro
--help, or read its manual with man kosmorro.
Note: the first time it runs, Kosmorro will download some important files needed
to make the computations. They are stored in a cache folder named
~/.kosmorro-cache .
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kosmorro>0:astro/kosmorro
- To install the port:
- cd /usr/ports/astro/kosmorro/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/kosmorro
- pkg install kosmorro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kosmorro
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702823313
SHA256 (kosmorro-0.10.13.tar.gz) = ce1f05d8a5d002fb9111ae4de72f2361dc17ed3bc9894ec29f50afb27da51a2a
SIZE (kosmorro-0.10.13.tar.gz) = 513479
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-Babel>0 : devel/py-babel@py39
- py39-tabulate>0 : devel/py-tabulate@py39
- py39-Babel>0 : devel/py-babel@py39
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-termcolor>0 : devel/py-termcolor@py39
- py39-kosmorrolib>0 : astro/py-kosmorrolib@py39
- py39-poetry-core>0 : devel/py-poetry-core@py39
- py39-importlib-metadata>0 : devel/py-importlib-metadata@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Babel>0 : devel/py-babel@py39
- py39-tabulate>0 : devel/py-tabulate@py39
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-termcolor>0 : devel/py-termcolor@py39
- py39-kosmorrolib>0 : astro/py-kosmorrolib@py39
- pdflatex : print/tex-formats
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kosmorro-0.10.13_1:
PDF=on: Exporting to PDF
===> Use 'make config' to modify these settings
- Options name:
- astro_kosmorro
- USES:
- gettext-runtime:run python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.13_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
0.10.13 17 Dec 2023 16:31:04 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.13
Compatibility with Python 3.12. |
0.10.12 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.10.12 04 Jun 2023 17:48:00 |
Thierry Thomas (thierry) |
astro/kosmorro: fix build with poetry
Reported by: pkg-fallout |
0.10.12 30 May 2023 19:34:10 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.12
Support Python 3.11 and switch to pep517. |
0.10.11_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.10.11 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.10.11 11 Nov 2022 12:13:23 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.11
Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.11>. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.10 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.10.10 25 Mar 2022 21:14:41 |
Antoine Brodin (antoine) |
astro/kosmorro: unbreak INDEX |
0.10.10 25 Mar 2022 19:15:09 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.10
Release notes at <https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.10>. |
0.10.9 12 Jan 2022 20:43:34 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.9
Release notes at <https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.9>. |
0.10.7 04 Dec 2021 17:09:33 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.7
Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.7>. |
0.10.6 20 Nov 2021 17:02:08 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.6
Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.6>. |
0.10.5 16 Nov 2021 20:49:34 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.5
Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.5>. |
0.10.4 02 Nov 2021 18:29:43 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to 0.10.4
- Switch to pypi.org;
- Release notes at
<https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.4>. |
0.10.2 14 Oct 2021 17:12:36 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.2
Changelog at <https://kosmorro.space/cli/changelog/>. |
0.10.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.10.1 21 Jun 2021 15:28:04 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.1
Release notes at <https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.1>. |
0.10.0 01 Jun 2021 20:08:59 |
Thierry Thomas (thierry) |
astro/kosmorro: upgrade to v0.10.0
Release notes at <https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.0>. |
0.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 23 Mar 2021 17:37:42 |
thierry |
Really fix on FreeBSD-11. |
0.9.0 09 Mar 2021 20:40:25 |
thierry |
textproc/rubygem-ronn is BROKEN on 11.4: do not build manpages.
Since I'm there define noflavors. |
0.9.0 27 Feb 2021 18:29:02 |
thierry |
Adding Kosmorro, a Python program for ephemerides computation. |