mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ab4bff65b8
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>
90 lines
2.0 KiB
Makefile
90 lines
2.0 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Astronomical ports
|
|
|
|
SUBDIR += aa
|
|
SUBDIR += accrete
|
|
SUBDIR += boinc-einsteinathome
|
|
SUBDIR += boinc-setiathome-enhanced
|
|
SUBDIR += celestia
|
|
SUBDIR += celestia-gnome
|
|
SUBDIR += celestia-gtk
|
|
SUBDIR += cfitsio
|
|
SUBDIR += dgpsip
|
|
SUBDIR += ephem
|
|
SUBDIR += gaia
|
|
SUBDIR += gkrellmoon
|
|
SUBDIR += gkrellmoon2
|
|
SUBDIR += gkrellsun
|
|
SUBDIR += glunarclock
|
|
SUBDIR += google-earth
|
|
SUBDIR += gpsbabel
|
|
SUBDIR += gpsd
|
|
SUBDIR += gpsdrive
|
|
SUBDIR += gpsman
|
|
SUBDIR += gpstk
|
|
SUBDIR += jday
|
|
SUBDIR += libnova
|
|
SUBDIR += luna
|
|
SUBDIR += match
|
|
SUBDIR += mymoon
|
|
SUBDIR += nightfall
|
|
SUBDIR += nova
|
|
SUBDIR += openmap
|
|
SUBDIR += openuniverse
|
|
SUBDIR += orsa
|
|
SUBDIR += p5-Astro-ADS
|
|
SUBDIR += p5-Astro-Catalog
|
|
SUBDIR += p5-Astro-DSS
|
|
SUBDIR += p5-Astro-FITS-Header
|
|
SUBDIR += p5-Astro-MoonPhase
|
|
SUBDIR += p5-Astro-SIMBAD
|
|
SUBDIR += p5-Astro-SpaceTrack
|
|
SUBDIR += p5-Astro-SunTime
|
|
SUBDIR += p5-Astro-Sunrise
|
|
SUBDIR += p5-GPS
|
|
SUBDIR += p5-Geo-METAR
|
|
SUBDIR += p5-Weather-Underground
|
|
SUBDIR += phoon
|
|
SUBDIR += planets
|
|
SUBDIR += position
|
|
SUBDIR += pp3
|
|
SUBDIR += ptiger
|
|
SUBDIR += py-metar
|
|
SUBDIR += pyweather
|
|
SUBDIR += rmap
|
|
SUBDIR += roadmap
|
|
SUBDIR += saoimage
|
|
SUBDIR += sattrack
|
|
SUBDIR += sky2000
|
|
SUBDIR += spacechart
|
|
SUBDIR += sscalc
|
|
SUBDIR += stardates
|
|
SUBDIR += starplot
|
|
SUBDIR += stars
|
|
SUBDIR += stellarium
|
|
SUBDIR += sunclock
|
|
SUBDIR += tclgeomap
|
|
SUBDIR += tkgeomap
|
|
SUBDIR += weatherget
|
|
SUBDIR += weatherspect
|
|
SUBDIR += wmglobe
|
|
SUBDIR += wmjupiter
|
|
SUBDIR += wmmoonclock
|
|
SUBDIR += wmsolar
|
|
SUBDIR += wmspaceweather
|
|
SUBDIR += wmsun
|
|
SUBDIR += xearth
|
|
SUBDIR += xeartk
|
|
SUBDIR += xephem
|
|
SUBDIR += xglobe
|
|
SUBDIR += xmoontool
|
|
SUBDIR += xphoon
|
|
SUBDIR += xplanet
|
|
SUBDIR += xtide
|
|
SUBDIR += xrmap
|
|
SUBDIR += xworld
|
|
|
|
.include <bsd.port.subdir.mk>
|