non port: astro/py-metar/Makefile |
SVNWeb
|
Number of commits found: 50 |
Mon, 31 Jul 2023
|
[ 16:39 Po-Chuan Hsieh (sunpoet) ] 1e928e6
astro/py-metar: Update to 1.11.0
Changes: https://github.com/python-metar/python-metar/releases
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Sat, 27 May 2023
|
[ 23:43 Po-Chuan Hsieh (sunpoet) ] 341459e
astro/py-metar: Update to 1.10.0
Changes: https://github.com/python-metar/python-metar/releases
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b152544 (Only the first 10 of 105 ports in this commit are shown above. )
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 )
|
Sun, 23 Jan 2022
|
[ 18:19 Po-Chuan Hsieh (sunpoet) ] 6ab21fc
astro/py-metar: Update to 1.9.0
Changes: https://github.com/python-metar/python-metar/releases
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Jan 2021
|
[ 20:06 sunpoet ]
Update to 1.8.0
Changes: https://github.com/python-metar/python-metar/releases
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Wed, 16 Jan 2019
|
[ 20:10 sunpoet ]
Update to 1.7.0
Changes: https://github.com/python-metar/python-metar/releases
|
Fri, 31 Aug 2018
|
[ 14:41 sunpoet ]
Update LICENSE
Reference: https://github.com/python-metar/python-metar/issues/59
|
Wed, 22 Aug 2018
|
[ 21:45 sunpoet ]
Update to 1.6.0
- Update WWW
Changes: https://github.com/python-metar/python-metar/releases
|
Sun, 29 Apr 2018
|
[ 19:46 sunpoet ]
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
|
Wed, 29 Jul 2015
|
[ 22:09 antoine ] (Only the first 10 of 62 ports in this commit are shown above. )
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
|
Tue, 21 Apr 2015
|
[ 18:39 sunpoet ]
- Update to 0.20
- Remove DOCS option
Changes: http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
|
Fri, 15 Aug 2014
|
[ 03:43 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
|
[ 03:01 sunpoet ]
- Use USES=python
|
Sun, 27 Jul 2014
|
[ 16:27 sunpoet ]
- Cleanup Makefile
|
Fri, 28 Feb 2014
|
[ 14:06 sunpoet ]
- Remove PLIST_FILES: entries are handled by PYDISTUTILS_AUTOPLIST
|
Mon, 24 Feb 2014
|
[ 10:41 sunpoet ]
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
- Remove PYDISTUTILS_PKGNAME
- Use USES=shebangfix
- Simplify Makefile
- Bump PORTREVISION for package change
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Wed, 25 Dec 2013
|
[ 15:08 sunpoet ]
- Fix and change DOCSDIR
- Bump PORTREVISION for package change
Submitted by: mva
|
Wed, 20 Nov 2013
|
[ 03:20 sunpoet ]
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 13:14 bapt ] (Only the first 10 of 123 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
|
Sat, 27 Apr 2013
|
[ 04:49 sunpoet ]
- Update to 0.19
Changes: http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
|
Wed, 14 Nov 2012
|
[ 10:56 rm ]
- 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
|
Sun, 5 Aug 2012
|
[ 07:09 sunpoet ]
- Convert to new options framework
- Cosmetic change
|
Tue, 2 Nov 2010
|
[ 18:55 sunpoet ]
- Update to 0.17
- Add LICENSE
|
Fri, 1 Oct 2010
|
[ 01:14 sunpoet ] (Only the first 10 of 22 ports in this commit are shown above. )
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor)
|
Wed, 22 Sep 2010
|
[ 17:10 sunpoet ] (Only the first 10 of 55 ports in this commit are shown above. )
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
|
Wed, 25 Aug 2010
|
[ 06:30 lwhsu ]
- Extend USE_PYTHON range (connect Python 2.7)
PR: ports/149953
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
|
Sat, 29 May 2010
|
[ 13:48 lwhsu ]
- 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>
|
Sun, 23 May 2010
|
[ 21:16 linimon ] (Only the first 10 of 70 ports in this commit are shown above. )
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Thu, 4 Dec 2008
|
[ 10:50 perky ]
Don't install doc files when NOPORTDOCS is defined.
|
[ 10:36 perky ]
Update to 0.14
PR: 128995
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
Mon, 29 Oct 2007
|
[ 00:46 perky ]
Update to 0.13.
Notified by: Tobias Klausmann <klausman@schwarzvogel.de>
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Sun, 22 Jul 2007
|
[ 19:33 laszlof ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat)
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Fri, 3 Sep 2004
|
[ 15:18 perky ]
Update to 0.12
Submitted by: Tobias Klausmann <klausman@schwarzvogel.de> (author)
|
Mon, 26 Jan 2004
|
[ 02:33 perky ]
- Update to 0.8.
- Fix 0.7 checksum mismatch problem. [1]
Submitted by: Filippo Natali <filippo.natali@widestore.net> [1]
|
Tue, 13 Jan 2004
|
[ 05:30 perky ]
Update to 0.7
Notified by: Tobias Klausmann <klausman@schwarzvogel.de>
|
Mon, 10 Nov 2003
|
[ 11:39 perky ]
Update to 0.6
|
Tue, 25 Feb 2003
|
[ 06:25 perky ] (Only the first 10 of 131 ports in this commit are shown above. )
De-pkg-comment for my ports.
|
Thu, 2 Jan 2003
|
[ 04:32 perky ]
Update to 0.5
|
Fri, 25 Oct 2002
|
[ 21:28 perky ]
MASTER_SITE and WWW site is moved.
|
Thu, 8 Aug 2002
|
[ 19:32 perky ]
Update to 0.4
|
Mon, 29 Jul 2002
|
[ 00:16 perky ]
Update to 0.3
|
Thu, 25 Jul 2002
|
[ 18:57 perky ]
Add py-metar 0.2, Python module for NOAA's METAR weather service.
|
Number of commits found: 50 |