Bug 147003 - [NEW PORT] astro/weather: An utility to provide current weather conditions and forecasts
Summary: [NEW PORT] astro/weather: An utility to provide current weather conditions an...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 06:07 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2010-06-02 12:00 UTC (History)
0 users

See Also:


Attachments
weather-1.5.shar (2.88 KB, text/plain)
2010-05-26 06:07 UTC, Sunpoet Po-Chuan Hsieh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2010-05-26 06:07:38 UTC
This command-line utility is intended to provide quick access to current
weather conditions and forecasts. Presently, it is capable of returning data
for localities throughout the USA by retrieving and formatting decoded METARs
(Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and
Atmospheric Administration) and forecasts from NWS (the USA National Weather
Service). The tool is written to function in the same spirit as other command-
line informational utilities like cal(1), calendar(1) and dict(1). It can
retrieve arbitrary weather data via specific command-line switches (station
ID, city, state), or aliases can be configured system wide and on a per-user
basis. It can be freely used and redistributed under the terms of a BSD-like
License. 

WWW:	http://fungi.yuggoth.org/weather/

Generated with FreeBSD Port Tools 0.99
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-06-02 11:51:09 UTC
wen         2010-06-02 10:51:01 UTC

  FreeBSD ports repository

  Modified files:
    astro                Makefile 
  Added files:
    astro/weather        Makefile distinfo pkg-descr pkg-plist 
  Log:
  This command-line utility is intended to provide quick access to current
  weather conditions and forecasts. Presently, it is capable of returning data
  for localities throughout the USA by retrieving and formatting decoded METARs
  (Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and
  Atmospheric Administration) and forecasts from NWS (the USA National Weather
  Service). The tool is written to function in the same spirit as other command-
  line informational utilities like cal(1), calendar(1) and dict(1). It can
  retrieve arbitrary weather data via specific command-line switches (station
  ID, city, state), or aliases can be configured system wide and on a per-user
  basis. It can be freely used and redistributed under the terms of a BSD-like
  License.
  
  WWW:    http://fungi.yuggoth.org/weather/
  
  PR:             ports/147003
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  
  Revision  Changes    Path
  1.148     +1 -0      ports/astro/Makefile
  1.1       +34 -0     ports/astro/weather/Makefile (new)
  1.1       +3 -0      ports/astro/weather/distinfo (new)
  1.1       +13 -0     ports/astro/weather/pkg-descr (new)
  1.1       +4 -0      ports/astro/weather/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-06-02 11:52:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!