WeatherSpect provides a reasonably accurate simulation of what the

weather looks like outside, in ASCII art. It includes rain, snow,
lightning, sleet, and hail. The windspeed and cloudiness are reflected
in the velocity and quantity of clouds. There are trees that age,
reproduce and die over the course of an hour, and a sun and moon that
follow the actual sun and moonrise. There's also a dancing turtle.

Author:	Kirk Baucom <kbaucom@schizoid.com>
WWW:	http://www.robobunny.com/projects/weatherspect/html/

PR:		ports/97371
Submitted by:	Simon Olofsson <simon@olofsson.de>
This commit is contained in:
Renato Botelho 2006-05-17 13:16:42 +00:00
parent 7025930de5
commit 2a20b67bb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162651
4 changed files with 41 additions and 0 deletions

View file

@ -61,6 +61,7 @@
SUBDIR += stars
SUBDIR += stellarium
SUBDIR += sunclock
SUBDIR += weatherspect
SUBDIR += wmglobe
SUBDIR += wmjupiter
SUBDIR += wmmoonclock

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: weatherspect
# Date created: 2006-05-16
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= weatherspect
PORTVERSION= 1.6
CATEGORIES= astro
MASTER_SITES= http://www.robobunny.com/projects/weatherspect/ \
http://olofsson.de/mirror/distfiles/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= simon@olofsson.de
COMMENT= Weather simulation in ASCII art
RUN_DEPENDS= \
${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \
${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground
NO_BUILD= yes
PLIST_FILES= bin/weatherspect
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (weatherspect_v1.6.tar.gz) = bb875643d57dd59fcc0c6ef50b58195f
SHA256 (weatherspect_v1.6.tar.gz) = 3e24ed011f527ac11c06db1b5b63fe2a762cda982136b4a3a28b4470fa1cf6d0
SIZE (weatherspect_v1.6.tar.gz) = 24856

View file

@ -0,0 +1,9 @@
WeatherSpect provides a reasonably accurate simulation of what the
weather looks like outside, in ASCII art. It includes rain, snow,
lightning, sleet, and hail. The windspeed and cloudiness are reflected
in the velocity and quantity of clouds. There are trees that age,
reproduce and die over the course of an hour, and a sun and moon that
follow the actual sun and moonrise. There's also a dancing turtle.
Author: Kirk Baucom <kbaucom@schizoid.com>
WWW: http://www.robobunny.com/projects/weatherspect/html/