summaryrefslogtreecommitdiff
path: root/misc/ansiweather
AgeCommit message (Collapse)AuthorFilesLines
2016-06-09Fix HOMEPAGE to be copy'n'pastable.wiz1-2/+2
2016-01-01Update misc/ansiweather to 1.06kamil2-7/+7
- 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
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-27Upgrade to 1.05kamil2-10/+6
Stop fixing ansiweather's shebang (addressed upstream). Upstream changelog ================== AnsiWeather 1.05 (2015-09-27) - Fixes for numeric translation on NetBSD (Thanks Kamil Rytarowski) - Use xargs printf construct to avoid hardcoding path to external printf command (Thanks Kamil Rytarowski) - Use '/bin/sh' shebang instead of '/usr/bin/env sh' for portability reasons (Thanks Kamil Rytarowski) - Replacing spaces by underscores in location name before calling the weather API - Force bc to always return integers for wind directions (Thanks Lornix) - Documentation updates AnsiWeather 1.04 (2015-09-10) - Added a '-a' option to toggle ANSI colors display - Daylight option in the example configuration file now default to false to match program default - Better formatting for usage display - Documentation updates
2015-09-08Import ansiweather-1.03 as misc/ansiweatherkamil4-0/+71
AnsiWeather is a Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols. Weather data comes from the `OpenWeatherMap` free weather API. The default location of a configuration file can be overriden by the global environment variable ANSIWEATHERRC. Beware, if configuration file doesn't exists, the script queries a GeoIP API to try to approximate user location, this service may be overloaded at time so the application might appear stalled. Packaged in wip/ansiweather by Kamil Rytarowski