aboutsummaryrefslogtreecommitdiffstats
path: root/astro/weatherspect
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-11 22:26:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-11 22:26:52 +0800
commitcb86f9a7d58a6b52afe5d2f94aac5168e3720a0c (patch)
tree93888631b128d71985e6993aa72981f7ed726f50 /astro/weatherspect
parentcebebd8c5101c29bda8ec371b7dc53379968ce64 (diff)
downloadfreebsd-ports-gnome-cb86f9a7d58a6b52afe5d2f94aac5168e3720a0c.tar.gz
freebsd-ports-gnome-cb86f9a7d58a6b52afe5d2f94aac5168e3720a0c.tar.zst
freebsd-ports-gnome-cb86f9a7d58a6b52afe5d2f94aac5168e3720a0c.zip
- 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
Diffstat (limited to 'astro/weatherspect')
-rw-r--r--astro/weatherspect/Makefile20
-rw-r--r--astro/weatherspect/distinfo4
-rw-r--r--astro/weatherspect/pkg-descr15
3 files changed, 20 insertions, 19 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile
index 04d9d63025f5..b62729013ba5 100644
--- a/astro/weatherspect/Makefile
+++ b/astro/weatherspect/Makefile
@@ -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>
diff --git a/astro/weatherspect/distinfo b/astro/weatherspect/distinfo
index cfcad0e07750..992116363e27 100644
--- a/astro/weatherspect/distinfo
+++ b/astro/weatherspect/distinfo
@@ -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
diff --git a/astro/weatherspect/pkg-descr b/astro/weatherspect/pkg-descr
index d93664d50cad..e47fc0b03f7f 100644
--- a/astro/weatherspect/pkg-descr
+++ b/astro/weatherspect/pkg-descr
@@ -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/