mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.11
- Update LICENSE - Remove Author line - Use single space after WWW: - Take maintainership Changes: - Added a bit of error checking for missing weather data - Made some of the critters walk through the trees
This commit is contained in:
parent
5983804054
commit
17c1e18baa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353699
3 changed files with 20 additions and 19 deletions
|
@ -2,28 +2,30 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= weatherspect
|
||||
PORTVERSION= 1.9
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.robobunny.com/projects/weatherspect/
|
||||
MASTER_SITES= http://www.robobunny.com/projects/weatherspect/ \
|
||||
LOCAL/sunpoet
|
||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Weather simulation in ASCII art
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PORTSCOUT= skipv:1.31 # Wrong versioning upstream
|
||||
PORTSCOUT= skipv:1.31
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
|
||||
PLIST_FILES= bin/weatherspect
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (weatherspect_v1.9.tar.gz) = 765052ae754877c803da597544e4758e6a5dd1344ebf18dbd452809567cd2828
|
||||
SIZE (weatherspect_v1.9.tar.gz) = 33298
|
||||
SHA256 (weatherspect_v1.11.tar.gz) = 6186b41c7db8529eaf98864c2760837a2664cf107d1fa53620beef686c2dc1b8
|
||||
SIZE (weatherspect_v1.11.tar.gz) = 40306
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
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.
|
||||
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/
|
||||
WWW: http://www.robobunny.com/projects/weatherspect/html/
|
||||
|
|
Loading…
Add table
Reference in a new issue