diff options
author | sat <sat@FreeBSD.org> | 2006-08-26 23:05:31 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-26 23:05:31 +0800 |
commit | 1f8d7ec8d479a087f734ef05e061dcd7ea529945 (patch) | |
tree | 2545f73461ff155289c54d82f571283d37fe6b85 /astro/Makefile | |
parent | 28fa7554367ac463092adffcb800ae5a3d10704d (diff) | |
download | freebsd-ports-gnome-1f8d7ec8d479a087f734ef05e061dcd7ea529945.tar.gz freebsd-ports-gnome-1f8d7ec8d479a087f734ef05e061dcd7ea529945.tar.zst freebsd-ports-gnome-1f8d7ec8d479a087f734ef05e061dcd7ea529945.zip |
Add port astro/ptiger:
ptiger is a Tcl/Tk/Tkgeomap script that uses wdgeomap to display U.S.
Census Burea populated places on an interactive geographic map.
To run it, type ptiger on the command line. After a few seconds, a map
should appear. Adjust the view by Dragging or Double-Clicking. As the
cursor moves, a label below the map displays the cursor location and
the azimuth and range from the + marker to the cursor. Move the + marker
by Right-Double-Clicking. The map has dots at places with population
greater than a user selected threshold. Moving the cursor over a dot
labels the place with its name and displays the population in another
label below the map. In addition to the wdgeomap menus, a Places menu
enables adjustment of the population threshold and dot size. There is
also a Find menu that does a case insensitive regular expression search
for a named place.
WWW: http://www.tkgeomap.org/ptiger.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
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 4983b1d067f7..6124f04beb4d 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -48,6 +48,7 @@ SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 + SUBDIR += ptiger SUBDIR += py-metar SUBDIR += pyweather SUBDIR += rmap |