The NetBSD Project

CVS log for pkgsrc/misc/ansiweather/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / ansiweather

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 9 10:17:13 2023 UTC (15 months, 1 week ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored) to selected 1.6 (colored)

ansiweather: update to 1.19.0.

AnsiWeather 1.19.0 (2023-01-09)

- Quote location in example, as this is a common source of error
- Add an entry for "feels_like_text" in the .ansiweatherrc example file
- Only set LC_NUMERIC=C, instead of LC_ALL. This prevents overriding
  locale date format when displaying days and months in forecast mode.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 27 15:29:16 2022 UTC (21 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.6 (colored)

*: drop maintainership for packages not related to toolchains and ELF.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 18 18:34:59 2022 UTC (22 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored) to selected 1.6 (colored)

ansiweather: stop installing a global configuration file, it's unused.

Since revision 1.8, ansiweather wasn't patched anymore to read a global
configuration file.

One can argue there never really was any reason to patch the program as
a default location is displayed if no parameter is passed or if no user
configuration file is found.

See PR pkg/52026 for more details.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 18 18:11:27 2022 UTC (22 months ago) by fcambus
Branch: MAIN
Changes since 1.16: +1 -6 lines
Diff to previous 1.16 (colored) to selected 1.6 (colored)

ansiweather: remove SUBST directives, they are not run anymore.

They haven't been run since SUBST_STAGE.config was set to pre-configure
in revision 1.8, as NO_CONFIGURE is set to "yes". This accidentally
fixed PR pkg/52026.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 14 16:49:01 2021 UTC (2 years, 7 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.6 (colored)

ansiweather: update to 1.18.0.

AnsiWeather 1.18.0 (2021-09-14)

- Update man page to add the -v option (Thanks Takayuki Hirota)
- Add support for displaying feels like temperature (Thanks Andrew Abdalian)
- Use command -v instead of which (Thanks er0k)
- Add SPDX short license identifier in source file

Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 20 12:41:27 2020 UTC (3 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (colored) to selected 1.6 (colored)

ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 16 09:21:57 2020 UTC (3 years, 10 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.6 (colored)

ansiweather: update to 1.17.0.

AnsiWeather 1.17.0 (2020-06-16)

- Use cut instead of awk for parsing the config file, allowing to use the
  colon character as part of the config value (Thanks Niklas Lindgren)

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 30 15:35:09 2020 UTC (4 years ago) by fcambus
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.6 (colored)

ansiweather: add GITHUB_RELEASE directive.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 21 18:07:52 2020 UTC (4 years, 2 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.6 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 19 11:17:27 2019 UTC (4 years, 5 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.6 (colored)

ansiweather: update to 1.15.0.

AnsiWeather 1.15.0 (2019-11-14)

- Use HTTPS for performing weather API calls

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 14 13:33:43 2019 UTC (4 years, 8 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.6 (colored)

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@

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 18 18:06:21 2019 UTC (5 years, 3 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.6 (colored)

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"

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:25 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.6 (colored)

*: 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.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 21 11:36:43 2017 UTC (7 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [selected], Sun Dec 18 19:17:44 2016 UTC (7 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.5: +7 -4 lines
Diff to previous 1.5 (colored)

ansiweather: install to the mandir. you saw nothing.
appease pkglint a little.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 18 18:57:05 2016 UTC (7 years, 4 months ago) by maya
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) to selected 1.6 (colored)

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)

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 9 06:23:40 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.6 (colored)

Fix HOMEPAGE to be copy'n'pastable.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 1 23:54:16 2016 UTC (8 years, 3 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.6 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 27 21:03:48 2015 UTC (8 years, 6 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.1: +2 -6 lines
Diff to previous 1.1 (colored) to selected 1.6 (colored)

Upgrade to 1.05

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

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 8 21:50:28 2015 UTC (8 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to selected 1.6 (colored)

Import ansiweather-1.03 as misc/ansiweather

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>