From owner-cvs-ports@FreeBSD.ORG Wed Jun 2 10:51:01 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EDEB106566B; Wed, 2 Jun 2010 10:51:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6BA8FC16; Wed, 2 Jun 2010 10:51:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o52Ap188054543; Wed, 2 Jun 2010 10:51:01 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o52Ap1BQ054542; Wed, 2 Jun 2010 10:51:01 GMT (envelope-from wen) Message-Id: <201006021051.o52Ap1BQ054542@repoman.freebsd.org> From: Wen Heping Date: Wed, 2 Jun 2010 10:51:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/weather Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 10:51:01 -0000 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 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)