Date: Tue, 16 May 2006 23:05:20 +0200 (CEST) From: Simon Olofsson <simon@olofsson.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97371: [NEW PORT] astro/weatherspect: Weather simulation in ASCII art Message-ID: <20060516210520.CCFB55C7E@gul.lan.gath3n.de> Resent-Message-ID: <200605162110.k4GLAH3r024098@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97371 >Category: ports >Synopsis: [NEW PORT] astro/weatherspect: Weather simulation in ASCII art >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 21:10:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #23: Sat May 6 13:07:44 CEST >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- weatherspect-1.6.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # weatherspect # weatherspect/pkg-descr # weatherspect/Makefile # weatherspect/distinfo # echo c - weatherspect mkdir -p weatherspect > /dev/null 2>&1 echo x - weatherspect/pkg-descr sed 's/^X//' >weatherspect/pkg-descr << 'END-of-weatherspect/pkg-descr' XWeatherSpect provides a reasonably accurate simulation of what the Xweather looks like outside, in ASCII art. It includes rain, snow, Xlightning, sleet, and hail. The windspeed and cloudiness are reflected Xin the velocity and quantity of clouds. There are trees that age, Xreproduce and die over the course of an hour, and a sun and moon that Xfollow the actual sun and moonrise. There's also a dancing turtle. X XAuthor: Kirk Baucom <kbaucom@schizoid.com> XWWW: http://www.robobunny.com/projects/weatherspect/html/ END-of-weatherspect/pkg-descr echo x - weatherspect/Makefile sed 's/^X//' >weatherspect/Makefile << 'END-of-weatherspect/Makefile' X# New ports collection makefile for: weatherspect X# Date created: 2006-05-16 X# Whom: Simon Olofsson <simon@olofsson.de> X# X# $FreeBSD$ X# X XPORTNAME= weatherspect XPORTVERSION= 1.6 XCATEGORIES= astro XMASTER_SITES= http://www.robobunny.com/projects/weatherspect/ \ X http://olofsson.de/mirror/distfiles/ XDISTNAME= ${PORTNAME}_v${PORTVERSION} X XMAINTAINER= simon@olofsson.de XCOMMENT= Weather simulation in ASCII art X XRUN_DEPENDS= \ X${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ X${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground X XWRKSRC= ${WRKDIR}/${DISTNAME} XNO_BUILD= yes XPLIST_FILES= bin/weatherspect X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.mk> END-of-weatherspect/Makefile echo x - weatherspect/distinfo sed 's/^X//' >weatherspect/distinfo << 'END-of-weatherspect/distinfo' XMD5 (weatherspect_v1.6.tar.gz) = bb875643d57dd59fcc0c6ef50b58195f XSHA256 (weatherspect_v1.6.tar.gz) = 3e24ed011f527ac11c06db1b5b63fe2a762cda982136b4a3a28b4470fa1cf6d0 XSIZE (weatherspect_v1.6.tar.gz) = 24856 END-of-weatherspect/distinfo exit --- weatherspect-1.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060516210520.CCFB55C7E>