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.

non port: astro/py-metar/Makefile

Number of commits found: 50

Monday, 31 Jul 2023
16:39 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
commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627 commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627 commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627 commit hash: 1e928e6183fd9816f18e5d29342f93d3a7f0e627 1e928e6
Tuesday, 27 Jun 2023
19:34 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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Saturday, 27 May 2023
23:43 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
commit hash: 341459e7e6f21312549e9521a79b636af7201f73 commit hash: 341459e7e6f21312549e9521a79b636af7201f73 commit hash: 341459e7e6f21312549e9521a79b636af7201f73 commit hash: 341459e7e6f21312549e9521a79b636af7201f73 341459e
Wednesday, 11 Jan 2023
15:58 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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 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>
  *  Christian Brueffer <chris@unixpages.org>
  *  David Wolfskill
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gleb Smirnoff <glebius@FreeBSD.org>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Jan Srzednicki <w@wrzask.pl>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Keith Walker <kew@icehouse.net>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kris Kennaway <kkennawa@physics.adelaide.edu.au>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Laurent Courty
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lukas Maly <Iam@LukasMaly.NET>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Mathias Monnerville <mathias@monnerville.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Patrick Li <pat@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Piero Serini <piero@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Simon Olofsson <simon@olofsson.de>
  *  Slaven Rezic <slaven@rezic.de>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Tatsuki Makino <tatsuki_makino@hotmail.com>
  *  Tony Maher <tonymaher@optusnet.com.au>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  asami
  *  chuck@pkix.net
  *  crwhipp@gmail.com
  *  darius@dons.net.au
  *  db
  *  erich@FreeBSD.org
  *  freebsd-ports@henrik.synth.no
  *  ijliao
  *  nwhitehorn
  *  pat
  *  searle
  *  thierry@pompo.net
  *  torstenb
  *  trevor
  *  will

With hat:	portmgr
commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 b152544
Sunday, 23 Jan 2022
18:19 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
commit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1f commit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1f commit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1f commit hash: 6ab21fc02c20511390ff129e0daafd0208b76a1f 6ab21fc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 3 Jan 2021
20:06 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/python-metar/python-metar/releases
Original commitRevision:560117 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 16 Jan 2019
20:10 sunpoet search for other commits by this committer
Update to 1.7.0

Changes:	https://github.com/python-metar/python-metar/releases
Original commitRevision:490509 
Friday, 31 Aug 2018
14:41 sunpoet search for other commits by this committer
Update LICENSE

Reference:	https://github.com/python-metar/python-metar/issues/59
Original commitRevision:478565 
Wednesday, 22 Aug 2018
21:45 sunpoet search for other commits by this committer
Update to 1.6.0

- Update WWW

Changes:	https://github.com/python-metar/python-metar/releases
Original commitRevision:477834 
Sunday, 29 Apr 2018
19:46 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
Original commitRevision:468646 
Wednesday, 29 Jul 2015
22:09 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
Original commitRevision:393196 
Tuesday, 21 Apr 2015
18:39 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
Original commitRevision:384442 
Friday, 15 Aug 2014
03:43 sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
Original commitRevision:364929 
03:01 sunpoet search for other commits by this committer
- Use USES=python
Original commitRevision:364905 
Sunday, 27 Jul 2014
16:27 sunpoet search for other commits by this committer
- Cleanup Makefile
Original commitRevision:363081 
Friday, 28 Feb 2014
14:06 sunpoet search for other commits by this committer
- Remove PLIST_FILES: entries are handled by PYDISTUTILS_AUTOPLIST
Original commitRevision:346519 
Monday, 24 Feb 2014
10:41 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
Original commitRevision:345805 
Monday, 13 Jan 2014
21:00 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)
Original commitRevision:339634 
Wednesday, 25 Dec 2013
15:08 sunpoet search for other commits by this committer
- Fix and change DOCSDIR
- Bump PORTREVISION for package change

Submitted by:	mva
Original commitRevision:337427 
Wednesday, 20 Nov 2013
03:20 sunpoet search for other commits by this committer
- Support STAGEDIR
Original commitRevision:334376 
Friday, 20 Sep 2013
13:14 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Original commitRevision:327701 
Saturday, 27 Apr 2013
04:49 sunpoet search for other commits by this committer
- Update to 0.19

Changes:	http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
Original commitRevision:316649 
Wednesday, 14 Nov 2012
10:56 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
Original commitRevision:307410 
Sunday, 5 Aug 2012
07:09 sunpoet search for other commits by this committer
- Convert to new options framework
- Cosmetic change
Original commit
Tuesday, 2 Nov 2010
18:55 sunpoet search for other commits by this committer
- Update to 0.17
- Add LICENSE
Original commit
Friday, 1 Oct 2010
01:14 sunpoet search for other commits by this committer
- Use LOCAL/sunpoet as backup MASTER_SITES

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

Approved by:    pgollucci (mentor)
Original commit
Wednesday, 25 Aug 2010
06:30 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)
Original commit
Saturday, 29 May 2010
13:48 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>
Original commit
Sunday, 23 May 2010
21:16 linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

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

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

Notified by:    Tobias Klausmann <klausman@schwarzvogel.de>
Original commit
Monday, 30 Jul 2007
09:42 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
Original commit
Sunday, 22 Jul 2007
19:33 laszlof search for other commits by this committer
- Add ports to "geography" virtual category

Approved by:    Pav (wearing portmgr hat)
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Friday, 3 Sep 2004
15:18 perky search for other commits by this committer
Update to 0.12

Submitted by:   Tobias Klausmann <klausman@schwarzvogel.de> (author)
Original commit
Monday, 26 Jan 2004
02:33 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]
Original commit
Tuesday, 13 Jan 2004
05:30 perky search for other commits by this committer
Update to 0.7

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

Number of commits found: 50