diff options
author | sat <sat@FreeBSD.org> | 2007-01-31 08:00:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-31 08:00:24 +0800 |
commit | 8f6cc63f5a9759782588fd53dccfe724557f7df3 (patch) | |
tree | a841d4154f81b1e7dc5064caf21bb6560393ee8e /astro/Makefile | |
parent | 46fe74678a127b8eed2b38003297de5f7fffe635 (diff) | |
download | freebsd-ports-gnome-8f6cc63f5a9759782588fd53dccfe724557f7df3.tar.gz freebsd-ports-gnome-8f6cc63f5a9759782588fd53dccfe724557f7df3.tar.zst freebsd-ports-gnome-8f6cc63f5a9759782588fd53dccfe724557f7df3.zip |
Add port astro/weatherget:
A command line based weather reporting tool written in python. View
current weather conditions, extended day forecasts, and station id
lookups as reported from weather.com. Customize output via weathergetrc
configuration file. Platform independent.
WWW: http://developer.berlios.de/projects/weatherget/
Author: Tyler Gates <TGates81@gmail.com>
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 08b5baa5cb8c..2c4170bce875 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -67,6 +67,7 @@ SUBDIR += sunclock SUBDIR += tclgeomap SUBDIR += tkgeomap + SUBDIR += weatherget SUBDIR += weatherspect SUBDIR += wmglobe SUBDIR += wmjupiter |