aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ansiweather
Commit message (Collapse)AuthorAgeFilesLines
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-111-2/+2
| | | | other miscellaneous files that are not actually manual pages (part 2).
* misc/ansiweather: Update to 1.11dbaio2017-06-232-4/+4
| | | | | | | | 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
* Update my email addressdbaio2017-05-091-1/+1
| | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
* - Update to 1.10amdmi32017-02-212-7/+7
| | | | | | | - While here, minor style fixes PR: 217155 Submitted by: dbaio@bsd.com.br (maintainer)
* misc/ansiweather: update 1.08 -> 1.09robak2016-11-094-19/+12
| | | | | PR: 213629 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
* - Update to version 1.08 [1]pawel2016-07-283-19/+25
| | | | | | | | | | | | | | | - 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]
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 1.07wen2016-02-243-29/+50
| | | | | | PR: 207403 Submitted by: dereckson@espace-win.org Approved by: maintainer
* misc/ansiweather: remove unneeded reference to LOCALBASEswills2015-07-071-3/+3
| | | | | Reported by: adamw Pointyhat to: swills
* misc/ansiweather: create portswills2015-07-076-0/+97
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>