Port details |
- ansiweather Shell script for displaying the current weather in your terminal
- 1.19.0_1 misc
=3 1.19.0_1Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2015-07-06 16:51:15
- Last Update: 2024-01-22 00:28:59
- Commit Hash: e452486
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
- License: BSD2CLAUSE
- WWW:
- https://github.com/fcambus/ansiweather/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ansiweather>0:misc/ansiweather
- To install the port:
- cd /usr/ports/misc/ansiweather/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ansiweather
- pkg install ansiweather
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ansiweather
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696710310
SHA256 (fcambus-ansiweather-1.19.0_GH0.tar.gz) = 5c902d4604d18d737c6a5d97d2d4a560717d72c8e9e853b384543c008dc46f4d
SIZE (fcambus-ansiweather-1.19.0_GH0.tar.gz) = 14232
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- jq : textproc/jq
- curl : ftp/curl
- bash : shells/bash
- gprintf : sysutils/coreutils
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ansiweather-1.19.0_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- misc_ansiweather
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.0_1 22 Jan 2024 00:28:59
    |
Muhammad Moinur Rahman (bofh)  |
misc/ansiweather: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.19.0 07 Oct 2023 22:23:59
    |
Danilo G. Baio (dbaio)  |
misc/ansiweather: Update to 1.19.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.19.0/ChangeLog |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.18.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.18.0 03 Oct 2021 12:00:14
    |
Danilo G. Baio (dbaio)  |
misc/ansiweather: Update to 1.18.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.18.0/ChangeLog |
1.17.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.17.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.17.0 21 Jun 2020 18:58:48
  |
dbaio  |
misc/ansiweather: Update to 1.17.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.17.0/ChangeLog |
1.16.0 28 Jan 2020 13:49:42
  |
dbaio  |
misc/ansiweather: Update to 1.16.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.16.0/ChangeLog |
1.15.0 15 Nov 2019 15:38:44
  |
dbaio  |
misc/ansiweather: Update to 1.15.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.15.0/ChangeLog |
1.14.0 13 Aug 2019 23:01:47
  |
dbaio  |
misc/ansiweather: Update to 1.14.0
Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.14.0/ChangeLog |
1.13.0 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.13.0 16 Jul 2018 21:17:13
  |
dbaio  |
misc/ansiweather: Update to 1.13.0
Changes: https://raw.githubusercontent.com/fcambus/ansiweather/1.13.0/ChangeLog |
1.12.0 03 Jul 2018 00:50:59
  |
dbaio  |
misc/ansiweather: Update to 1.12.0
Changes: https://raw.githubusercontent.com/fcambus/ansiweather/1.12.0/ChangeLog |
1.11 11 Jan 2018 14:18:01
  |
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
1.11 22 Jun 2017 22:45:03
  |
dbaio  |
misc/ansiweather: Update to 1.11
Unicode symbols display is now off by default
Shorten default greeting text: "Current weather" => "Weather"
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11295 |
1.10 08 May 2017 17:21:49
  |
dbaio  |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
1.10 21 Feb 2017 10:45:27
  |
amdmi3  |
- Update to 1.10
- While here, minor style fixes
PR: 217155
Submitted by: dbaio@bsd.com.br (maintainer) |
1.09 09 Nov 2016 11:19:20
  |
robak  |
misc/ansiweather: update 1.08 -> 1.09
PR: 213629
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) |
1.08 27 Jul 2016 20:01:47
  |
pawel  |
- Update to version 1.08 [1]
- Update LICENSE and set LICENSE_FILE [1]
- Port is architecture neutral
- Split install target to conditional installation of files
depending on options set
Changelog:
- Use env printf instead of hardcoding printf path
- Added a $forecast_text variable allowing to customize forecast text
- Relicensed under the BSD 2-Clause license
PR: 211384 [1]
Submitted by: Danilo G. Baio (maintainer) [1] |
1.07 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.07 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.07 24 Feb 2016 01:05:40
  |
wen  |
- Update to 1.07
PR: 207403
Submitted by: dereckson@espace-win.org
Approved by: maintainer |
1.02 06 Jul 2015 23:27:45
  |
swills  |
misc/ansiweather: remove unneeded reference to LOCALBASE
Reported by: adamw
Pointyhat to: swills |
1.02 06 Jul 2015 16:51:07
  |
swills  |
misc/ansiweather: create port
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.
WWW: https://github.com/fcambus/ansiweather/
PR: 201097
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> |