summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-23 16:31:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-23 16:31:13 +0000
commita093b1e4949a51f7c8c16e9c0e3278a8cef646d2 (patch)
tree27afd4f7b0e3ba0ed7c5de99e9613dec6d8ce9ce /astro
parentUpgrade to 1.7.5. (diff)
- Add LICENSE
- Cleanup Makefile header - Reformat pkg-descr
Notes
Notes: svn path=/head/; revision=315046
Diffstat (limited to 'astro')
-rw-r--r--astro/weather/Makefile8
-rw-r--r--astro/weather/pkg-descr15
2 files changed, 10 insertions, 13 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile
index ba777b76ef63..daa4acbc9d40 100644
--- a/astro/weather/Makefile
+++ b/astro/weather/Makefile
@@ -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/weather/src/ \
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
diff --git a/astro/weather/pkg-descr b/astro/weather/pkg-descr
index 411622d9e2c9..0c9ae9445245 100644
--- a/astro/weather/pkg-descr
+++ b/astro/weather/pkg-descr
@@ -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/