aboutsummaryrefslogtreecommitdiff
path: root/astro/ptiger/pkg-descr
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-26 15:05:31 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-26 15:05:31 +0000
commitaa14615b34edd51f9199d132977c4f5fac7e590a (patch)
tree3ff0dbe92d7cea240c8c8bfa69e341c46089fad7 /astro/ptiger/pkg-descr
parent0007a7ee370e1dcedf6c37c23cc9894385cc421a (diff)
downloadports-aa14615b34edd51f9199d132977c4f5fac7e590a.tar.gz
ports-aa14615b34edd51f9199d132977c4f5fac7e590a.zip
Notes
Diffstat (limited to 'astro/ptiger/pkg-descr')
-rw-r--r--astro/ptiger/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/astro/ptiger/pkg-descr b/astro/ptiger/pkg-descr
new file mode 100644
index 000000000000..58d8093a754a
--- /dev/null
+++ b/astro/ptiger/pkg-descr
@@ -0,0 +1,17 @@
+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>