From a093b1e4949a51f7c8c16e9c0e3278a8cef646d2 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Mar 2013 16:31:13 +0000 Subject: - Add LICENSE - Cleanup Makefile header - Reformat pkg-descr --- astro/weather/Makefile | 8 +++----- astro/weather/pkg-descr | 15 +++++++-------- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'astro') 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 -# +# Created by: Sunpoet Po-Chuan Hsieh # $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/ -- cgit v1.2.3