Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 16:31:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315046 - head/astro/weather
Message-ID:  <201303231631.r2NGVDIE099096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@sunpoet.net>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
 # $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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303231631.r2NGVDIE099096>