notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-metar Parse METAR-coded weather reports
1.11.0 astro on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.11.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-07-25 18:57:54
Last Update: 2023-07-31 16:39:56
Commit Hash: 1e928e6
People watching this port, also watch:: python, libao, p5-Time-HiRes
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/python-metar/python-metar
Description:
Metar is a python package for interpreting METAR and SPECI weather reports. This module extracts the data recorded in the main-body groups of reports that follow the WMO spec or the US conventions, except for the runway state and trend groups, which are parsed but ignored. The most useful remark groups defined in the US spec are parsed, as well, such as the cumulative precipitation, min/max temperature, peak wind and sea-level pressure groups. No other regional conventions are formally supported, but a large number of variant formats found in international reports are accepted.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}metar>0:astro/py-metar@${PY_FLAVOR}
To install the port:
cd /usr/ports/astro/py-metar/ && make install clean
To add the package, run one of these commands:
  • pkg install astro/py-metar
  • pkg install py39-metar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-metar listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-metar
Package flavors (<flavor>: <package>)
  • py39: py39-metar
distinfo:
TIMESTAMP = 1689398819 SHA256 (metar-1.11.0.tar.gz) = 0e40e86eb03fdfafef71b14d74349e88e208bd4dc15e8734b3afcf129125378b SIZE (metar-1.11.0.tar.gz) = 213777

Packages (timestamps in pop-ups are UTC):
py37-metar
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.8.0---1.8.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-metar
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.01.11.0-1.11.01.11.0---
FreeBSD:13:quarterly1.11.01.11.01.10.01.11.01.11.01.11.01.11.01.11.0
FreeBSD:14:latest1.11.01.11.01.9.01.11.01.11.01.10.0-1.10.0
FreeBSD:14:quarterly1.11.01.11.0-1.11.01.11.01.11.01.11.01.11.0
FreeBSD:15:latest1.11.01.11.0n/a1.11.0n/a1.11.01.11.01.11.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
astro_py-metar
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/metar/
  2. https://pypi.org/packages/source/m/metar/
Collapse this list.

Number of commits found: 56

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.0
31 Jul 2023 16:39:56
commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metar: Update to 1.11.0

Changes:	https://github.com/python-metar/python-metar/releases
1.10.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
1.10.0
27 May 2023 23:43:50
commit hash: 341459e7e6f21312549e9521a79b636af7201f73commit hash: 341459e7e6f21312549e9521a79b636af7201f73commit hash: 341459e7e6f21312549e9521a79b636af7201f73commit hash: 341459e7e6f21312549e9521a79b636af7201f73 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metar: Update to 1.10.0

Changes:	https://github.com/python-metar/python-metar/releases
1.9.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.9.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.9.0
20 Jul 2022 14:20:50
commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.9.0
23 Jan 2022 18:19:09
commit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1fcommit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1fcommit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1fcommit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metar: Update to 1.9.0

Changes:	https://github.com/python-metar/python-metar/releases
1.8.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.8.0
03 Jan 2021 20:06:44
Revision:560117Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/python-metar/python-metar/releases
1.7.0
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.7.0
28 Feb 2020 19:22:51
Revision:527357Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PyPI link from WWW
1.7.0
16 Jan 2019 20:10:44
Revision:490509Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.7.0

Changes:	https://github.com/python-metar/python-metar/releases
1.6.0
31 Aug 2018 14:41:40
Revision:478565Original commit files touched by this commit
sunpoet search for other commits by this committer
Update LICENSE

Reference:	https://github.com/python-metar/python-metar/issues/59
1.6.0
22 Aug 2018 21:45:18
Revision:477834Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.6.0

- Update WWW

Changes:	https://github.com/python-metar/python-metar/releases
1.5.0
29 Apr 2018 19:46:07
Revision:468646Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-metar 1.5.0

Metar is a python package for interpreting METAR and SPECI weather reports.

This module extracts the data recorded in the main-body groups of reports that
follow the WMO spec or the US conventions, except for the runway state and trend
groups, which are parsed but ignored. The most useful remark groups defined in
the US spec are parsed, as well, such as the cumulative precipitation, min/max
temperature, peak wind and sea-level pressure groups. No other regional
conventions are formally supported, but a large number of variant formats found
in international reports are accepted.

WWW: https://pypi.org/project/metar/
WWW: https://github.com/tomp/python-metar
0.20
11 Dec 2015 11:45:50
Revision:403519Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move astro/py-metar to astro/py-pymetar
- Add LICENSE_FILE
0.20
29 Jul 2015 22:09:55
Revision:393196Original commit files touched by this commit
antoine search for other commits by this committer
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
0.20
21 Apr 2015 18:39:36
Revision:384442Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.20
- Remove DOCS option

Changes:	http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
0.19_2
15 Aug 2014 03:43:55
Revision:364929Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
0.19_2
15 Aug 2014 03:01:27
Revision:364905Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=python
0.19_2
27 Jul 2014 16:27:31
Revision:363081Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup Makefile
0.19_2
28 Feb 2014 14:06:24
Revision:346519Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove PLIST_FILES: entries are handled by PYDISTUTILS_AUTOPLIST
0.19_2
24 Feb 2014 10:41:32
Revision:345805Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
- Remove PYDISTUTILS_PKGNAME
- Use USES=shebangfix
- Simplify Makefile
- Bump PORTREVISION for package change
0.19_1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.19_1
25 Dec 2013 15:08:12
Revision:337427Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix and change DOCSDIR
- Bump PORTREVISION for package change

Submitted by:	mva
0.19
20 Nov 2013 03:20:56
Revision:334376Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
0.19
20 Sep 2013 13:14:05
Revision:327701Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
0.19
27 Apr 2013 04:49:25
Revision:316649Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.19

Changes:	http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
0.17
14 Nov 2012 10:56:15
Revision:307410Original commit files touched by this commit
rm search for other commits by this committer
- fix options dialog by defining OPTIONSFILE

PR:		171799
Reported by:	Craig Leres <leres at ee.lbl dot gov>
Approved by:	maintainer timeout (one month+)
Feature safe:	yes
0.17
05 Aug 2012 07:09:55
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options framework
- Cosmetic change
0.17
02 Nov 2010 18:55:05
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.17
- Add LICENSE
0.16
01 Oct 2010 01:14:19
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use LOCAL/sunpoet as backup MASTER_SITES

Approved by:    pgollucci (mentor)
0.16
22 Sep 2010 17:10:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
0.16
25 Aug 2010 06:30:05
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Extend USE_PYTHON range (connect Python 2.7)

PR:             ports/149953
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
0.16
29 May 2010 13:48:24
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.16
- Claim python version explicitly
- Pass maintainership to submitter

PR:             ports/147186
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
0.14
23 May 2010 21:16:16
Original commit files touched by this commit
linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
0.14
04 Dec 2008 10:50:45
Original commit files touched by this commit
perky search for other commits by this committer
Don't install doc files when NOPORTDOCS is defined.
0.14
04 Dec 2008 10:36:29
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.14

PR:             128995
Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
0.13
29 Oct 2007 00:46:45
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.13.

Notified by:    Tobias Klausmann <klausman@schwarzvogel.de>
0.12
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.12
22 Jul 2007 19:33:55
Original commit files touched by this commit
laszlof search for other commits by this committer
- Add ports to "geography" virtual category

Approved by:    Pav (wearing portmgr hat)
0.12
03 May 2006 05:14:35
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
0.12
22 Jan 2006 08:18:37
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.12
03 Sep 2004 15:18:28
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.12

Submitted by:   Tobias Klausmann <klausman@schwarzvogel.de> (author)
0.8
14 Apr 2004 03:27:30
Original commit files touched by this commit
perky search for other commits by this committer
WWW site is moved.
0.8
18 Mar 2004 07:38:48
Original commit files touched by this commit
perky search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
0.8
26 Jan 2004 02:33:44
Original commit files touched by this commit
perky search for other commits by this committer
- Update to 0.8.
- Fix 0.7 checksum mismatch problem. [1]

Submitted by:   Filippo Natali <filippo.natali@widestore.net> [1]
0.7
13 Jan 2004 05:30:00
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.7

Notified by:    Tobias Klausmann <klausman@schwarzvogel.de>
0.6
10 Nov 2003 11:39:35
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.6
0.5
25 Feb 2003 06:25:36
Original commit files touched by this commit
perky search for other commits by this committer
De-pkg-comment for my ports.
0.5
02 Jan 2003 04:32:43
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.5
0.4
25 Oct 2002 21:28:58
Original commit files touched by this commit
perky search for other commits by this committer
MASTER_SITE and WWW site is moved.
0.4
08 Aug 2002 19:32:14
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.4
0.3
29 Jul 2002 00:16:04
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.3
0.2
25 Jul 2002 18:57:37
Original commit files touched by this commit
perky search for other commits by this committer
Add py-metar 0.2, Python module for NOAA's METAR weather service.

Number of commits found: 56