From owner-svn-ports-head@FreeBSD.ORG Sat Mar 23 16:31:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5FA9A10F1; Sat, 23 Mar 2013 16:31:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 39B386C5; Sat, 23 Mar 2013 16:31:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2NGVEYe099098; Sat, 23 Mar 2013 16:31:14 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2NGVDIE099096; Sat, 23 Mar 2013 16:31:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201303231631.r2NGVDIE099096@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Mar 2013 16:31:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315046 - head/astro/weather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 16:31:14 -0000 Author: sunpoet Date: Sat Mar 23 16:31:13 2013 New Revision: 315046 URL: http://svnweb.freebsd.org/changeset/ports/315046 Log: - Add LICENSE - Cleanup Makefile header - Reformat pkg-descr Modified: head/astro/weather/Makefile (contents, props changed) head/astro/weather/pkg-descr (contents, props changed) Modified: head/astro/weather/Makefile ============================================================================== --- head/astro/weather/Makefile Sat Mar 23 16:19:27 2013 (r315045) +++ head/astro/weather/Makefile Sat Mar 23 16:31:13 2013 (r315046) @@ -1,9 +1,5 @@ -# New ports collection makefile for: weather -# Date created: 2010-05-25 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= weather PORTVERSION= 2.0 @@ -14,6 +10,8 @@ MASTER_SITES= http://fungi.yuggoth.org/w MAINTAINER= sunpoet@FreeBSD.org COMMENT= An utility to provide current weather conditions and forecasts +LICENSE= ISCL + CONFLICTS= expect-[0-9]* expect-nox11-[0-9]* USE_PYTHON= yes Modified: head/astro/weather/pkg-descr ============================================================================== --- head/astro/weather/pkg-descr Sat Mar 23 16:19:27 2013 (r315045) +++ head/astro/weather/pkg-descr Sat Mar 23 16:31:13 2013 (r315046) @@ -1,13 +1,12 @@ -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 +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. +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/ +WWW: http://fungi.yuggoth.org/weather/