non port: astro/weather/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 21 Mar 2023
|
[ 19:20 Po-Chuan Hsieh (sunpoet) ] 8dcf03d
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
|
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 )
|
Sat, 14 May 2022
|
[ 16:37 Po-Chuan Hsieh (sunpoet) ] 71c2509
astro/weather: Show usage for package users
- Convert ECHO_MSG in do-install: to UCL-format pkg-message
- Bump PORTREVISION for package change
|
Tue, 21 Dec 2021
|
[ 18:46 Po-Chuan Hsieh (sunpoet) ] 4fc41a7
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
|
Sun, 18 Apr 2021
|
[ 05:41 Po-Chuan Hsieh (sunpoet) ] 967018c
astro/weather: Cosmetic change
|
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.
|
Tue, 30 Mar 2021
|
[ 19:20 sunpoet ]
Clean up PYTHON_PYOEXTENSION (followup of r500018 and 569588)
|
Sun, 7 Mar 2021
|
[ 22:10 sunpoet ]
Remove PYTHON_REL check after r564032 (USES=python means USES=python:3.6+)
|
Sat, 5 Sep 2020
|
[ 10:08 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
|
Mon, 22 Jun 2020
|
[ 19:34 sunpoet ]
Update to 2.4
Changes: http://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog
|
Sun, 19 Jan 2020
|
[ 11:09 sunpoet ]
Update manpage location (r523104)
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Sun, 12 Aug 2018
|
[ 17:32 sunpoet ]
Update PLIST_FILES: remove %%
|
Sat, 7 Jan 2017
|
[ 21:42 sunpoet ] (Only the first 10 of 40 ports in this commit are shown above. )
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
|
Sat, 19 Nov 2016
|
[ 17:02 sunpoet ]
- Update to 2.3
Changes: http://fungi.yuggoth.org/weather/src/weather/NEWS
|
Mon, 19 Oct 2015
|
[ 14:50 amdmi3 ] (Only the first 10 of 93 ports in this commit are shown above. )
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
|
Fri, 16 Oct 2015
|
[ 19:35 sunpoet ]
- Add LICENSE_FILE
- Fix packaging with Python 3.5
|
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
|
Wed, 27 May 2015
|
[ 09:37 sunpoet ]
- Merge PLIST_FILES
|
Tue, 26 May 2015
|
[ 16:47 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
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
|
Sat, 20 Dec 2014
|
[ 18:15 sunpoet ]
- Cleanup PLIST
|
Fri, 15 Aug 2014
|
[ 02:59 sunpoet ]
- Use USES=python
- Fix PLIST: add missing PLIST_DIRS
|
Fri, 14 Mar 2014
|
[ 15:51 sunpoet ]
- Use USES=tar:xz
|
Sat, 1 Mar 2014
|
[ 06:29 sunpoet ]
- Fix install/package for Python 3.x
|
Fri, 28 Feb 2014
|
[ 11:52 gahr ]
- Install expect scripts in DATADIR. This fixes the conflict with
astro/weather
Suggested by: sunpoet
|
Tue, 31 Dec 2013
|
[ 12:47 sunpoet ]
- Merge post-install: to do-install:
- 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)
|
Mon, 9 Sep 2013
|
[ 10:09 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
|
Wed, 21 Aug 2013
|
[ 17:17 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
- Remove leading indefinite article from COMMENT
|
Sat, 23 Mar 2013
|
[ 16:31 sunpoet ]
- Add LICENSE
- Cleanup Makefile header
- Reformat pkg-descr
|
Wed, 4 Jul 2012
|
[ 08:22 sunpoet ]
- Add CONFLICTS with lang/expect and lang/expect-devel
PR: ports/165949
Submitted by: Benjamin Tovar <ben@robotoloco.com>
|
Wed, 27 Jun 2012
|
[ 09:03 sunpoet ]
- Update to 2.0
- Do not silence installation message
Changes: http://fungi.yuggoth.org/weather/doc/changelog.rst
|
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:29 lwhsu ]
- Extend USE_PYTHON range (connect Python 2.7)
PR: ports/149952
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
|
Wed, 2 Jun 2010
|
[ 10:51 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>
|
Number of commits found: 37 |