2020-01-21 19:07:52 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansiweather: update to 1.16.0.
AnsiWeather 1.16.0 (2020-01-21)
- Switch default delimiter from "=>" to ":" and stop \
prepending space
- Do not hardcode colon in forecast mode, use $delimiter instead
|
2019-11-19 12:17:28 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansiweather: update to 1.15.0.
AnsiWeather 1.15.0 (2019-11-14)
- Use HTTPS for performing weather API calls
|
2019-08-14 15:33:43 by Frederic Cambus | Files touched by this commit (2) |
Log message:
ansiweather: Update to 1.14.0.
ChangeLog:
AnsiWeather 1.14.0 (2019-08-13)
- Add final dots for options descriptions in ansiweather.1
- Stop mentioning that ftp can be used on Mac OS X, as it's apparently
not the case anymore in Mojave
- Remove space before percent sign for humidity display
- Respect freedesktop/XDG spec for configuration (Thanks Ryan Delaney)
OK kamil@
|
2019-01-18 19:06:21 by Kamil Rytarowski | Files touched by this commit (2) |
Log message:
ansiweather: Update to 1.13.0
Patch submitted by Frederic Cambus, who takes maintainership.
Upstream changelog
==================
AnsiWeather 1.13.0 (2018-07-16)
- Do not attempt to fetch UV data when in forecast mode
AnsiWeather 1.12.0 (2018-06-29)
- Replace spaces in city names by '%20', underscores are not accepted
anymore by the OpenWeatherMap API
- Add support for fetching and displaying UV index
- Document the UV index feature and related flags and options
AnsiWeather 1.11 (2017-06-21)
- Unicode symbols display is now off by default
- Shorten default greeting text: "Current weather" => \
"Weather"
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-02-21 12:36:43 by Maya Rashish | Files touched by this commit (2) | |
Log message:
ansiweather: update to 1.10
AnsiWeather 1.10 (2017-02-16)
- Add a '-v' option to show version number
- Exit with error code when an unknown option is invoked
- Make wind direction customizable
|
2016-12-18 20:17:44 by Maya Rashish | Files touched by this commit (2) |
Log message:
ansiweather: install to the mandir. you saw nothing.
appease pkglint a little.
|
2016-12-18 19:57:05 by Maya Rashish | Files touched by this commit (3) | |
Log message:
ansiweather: update to 1.09
Added man page, -v flag for version.
License is now 2-clause BSD (dropped third BSD clause).
from fcambus (author)
|
2016-06-09 08:23:41 by Thomas Klausner | Files touched by this commit (38) |
Log message:
Fix HOMEPAGE to be copy'n'pastable.
|
2016-01-02 00:54:16 by Kamil Rytarowski | Files touched by this commit (2) | |
Log message:
Update misc/ansiweather to 1.06
- Added support for OpenWeatherMap API keys
- Changed curl options from '-s' to '-sf' to fail silently on server errors
- Removing auto location helper, user location must now be explicitly set
- Changed default city to Rzeszow, Poland
- Changing rain and thunderstorm icons default colors to white and yellow
- Documentation updates
Update by coypu@ via pkgsrc-wip
|