Port details |
- weather Utility to provide current weather conditions and forecasts
- 2.5.0 astro =3 2.5.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-06-02 10:51:19
- Last Update: 2024-08-15 10:55:24
- Commit Hash: 87c777b
- People watching this port, also watch:: linux-c7-atk, libssh, noto-tc, py39-PyOpenGL, kf5-kquickcharts
- Also Listed In: python
- License: ISCL
- WWW:
- http://fungi.yuggoth.org/weather/
- Description:
- This command-line utility is intended to provide quick access to current weather
conditions and forecasts. Presently, it is capable of returning data for
localities throughout the USA by retrieving and formatting decoded METARs
(Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and
Atmospheric Administration) and forecasts from NWS (the USA National Weather
Service). The tool is written to function in the same spirit as other command-
line informational utilities like cal(1), calendar(1) and dict(1). It can
retrieve arbitrary weather data via specific command-line switches (station ID,
city, state), or aliases can be configured system wide and on a per-user basis.
It can be freely used and redistributed under the terms of a BSD-like License.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/astro/weather/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/weather
- pkg install weather
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: weather
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1715842502
SHA256 (weather-2.5.0.tar.xz) = c27ddca607eb96a9ed308895161e37d7b0eb6c6810e18467173dca1d769c4f0e
SIZE (weather-2.5.0.tar.xz) = 8980992
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:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_weather
- USES:
- python:3.9+ shebangfix tar:xz
- pkg-message:
- For install:
- Please add the following to your .weatherrc in order to use installed data files:
[default]
setpath = /usr/local/share/weather
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0 15 Aug 2024 10:55:24 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Sort PLIST
- Replace .cpython-%%PYTHON_SUFFIX%% with %%PYTHON_EXT_SUFFIX%% |
2.5.0 19 May 2024 17:15:03 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Update to 2.5.0
Changes: https://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog |
2.4.4 21 Mar 2023 19:20:00 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Update to 2.4.4
Changes: https://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog |
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) |
2.4.2_1 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 ) |
2.4.2_1 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 ) |
2.4.2_1 14 May 2022 16:37:11 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Show usage for package users
- Convert ECHO_MSG in do-install: to UCL-format pkg-message
- Bump PORTREVISION for package change |
2.4.2 21 Dec 2021 18:46:13 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Update to 2.4.2
Changes: http://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog |
2.4.1 18 Apr 2021 05:41:51 |
Po-Chuan Hsieh (sunpoet) |
astro/weather: Cosmetic change |
2.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.1 30 Mar 2021 19:20:21 |
sunpoet |
Clean up PYTHON_PYOEXTENSION (followup of r500018 and 569588) |
2.4.1 07 Mar 2021 22:10:14 |
sunpoet |
Remove PYTHON_REL check after r564032 (USES=python means USES=python:3.6+) |
2.4.1 05 Sep 2020 10:08:24 |
sunpoet |
Update to 2.4.1
Changes: http://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog |
2.4 22 Jun 2020 19:34:45 |
sunpoet |
Update to 2.4
Changes: http://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog |
2.3_1 19 Jan 2020 11:09:13 |
sunpoet |
Update manpage location (r523104) |
2.3_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.3 12 Aug 2018 17:32:57 |
sunpoet |
Update PLIST_FILES: remove %% |
2.3 07 Jan 2017 21:42:28 |
sunpoet |
Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION
This change would help:
- Build databases/postgresql*-plpython with Python 3
(It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile
PR: 205807
Differential Revision: https://reviews.FreeBSD.org/D4758
Exp-run by: antoine |
2.3 19 Nov 2016 17:02:30 |
sunpoet |
- Update to 2.3
Changes: http://fungi.yuggoth.org/weather/src/weather/NEWS |
2.0_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
2.0_1 16 Oct 2015 19:35:52 |
sunpoet |
- Add LICENSE_FILE
- Fix packaging with Python 3.5 |
2.0_1 29 Jul 2015 22:09:55 |
antoine |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
2.0_1 27 May 2015 09:37:19 |
sunpoet |
- Merge PLIST_FILES |
2.0_1 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
2.0_1 20 Dec 2014 18:15:17 |
sunpoet |
- Cleanup PLIST |
2.0_1 15 Aug 2014 02:59:51 |
sunpoet |
- Use USES=python
- Fix PLIST: add missing PLIST_DIRS |
2.0_1 14 Mar 2014 15:51:43 |
sunpoet |
- Use USES=tar:xz |
2.0_1 01 Mar 2014 06:29:40 |
sunpoet |
- Fix install/package for Python 3.x |
2.0_1 28 Feb 2014 11:52:17 |
gahr |
- Install expect scripts in DATADIR. This fixes the conflict with
astro/weather
Suggested by: sunpoet |
2.0_1 31 Dec 2013 12:47:51 |
sunpoet |
- Merge post-install: to do-install:
- Support STAGEDIR |
2.0_1 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
2.0_1 09 Sep 2013 10:09:04 |
sunpoet |
- Install data files (airports, places, stations, zctas and zones)
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USES=shebangfix
- Add post-install: message
- Bump PORTREVISION for package change
PR: ports/181955
Submitted by: hiren |
2.0 21 Aug 2013 17:17:26 |
sunpoet |
- Remove leading indefinite article from COMMENT |
2.0 23 Mar 2013 16:31:13 |
sunpoet |
- Add LICENSE
- Cleanup Makefile header
- Reformat pkg-descr |
2.0 04 Jul 2012 08:22:26 |
sunpoet |
- Add CONFLICTS with lang/expect and lang/expect-devel
PR: ports/165949
Submitted by: Benjamin Tovar <ben@robotoloco.com> |
2.0 27 Jun 2012 09:03:58 |
sunpoet |
- Update to 2.0
- Do not silence installation message
Changes: http://fungi.yuggoth.org/weather/doc/changelog.rst |
1.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5 01 Oct 2010 01:14:19 |
sunpoet |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
1.5 22 Sep 2010 17:10:26 |
sunpoet |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
1.5 25 Aug 2010 06:29:03 |
lwhsu |
- Extend USE_PYTHON range (connect Python 2.7)
PR: ports/149952
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
1.5 02 Jun 2010 10:51:01 |
wen |
This command-line utility is intended to provide quick access to current
weather conditions and forecasts. Presently, it is capable of returning data
for localities throughout the USA by retrieving and formatting decoded METARs
(Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and
Atmospheric Administration) and forecasts from NWS (the USA National Weather
Service). The tool is written to function in the same spirit as other command-
line informational utilities like cal(1), calendar(1) and dict(1). It can
retrieve arbitrary weather data via specific command-line switches (station
ID, city, state), or aliases can be configured system wide and on a per-user
basis. It can be freely used and redistributed under the terms of a BSD-like
License.
WWW: http://fungi.yuggoth.org/weather/
PR: ports/147003
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |