complaints by Google. While these probably can not be enforded in
the country where the author resides, he still gave in, accepting
that the code might be considered illegal in parts of the world
that prohibit reverse engineering. The author has announced to
develop and distribute a new release that does not support access
to Google data, but which retains the map display and GPS features.
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
xeartk is a tkgeomap application that uses the geomap::wdgeomap command
to create an interactive map. The geographic data is from the xearth
root window program. by Kirk Lauritz Johnson in an interactive widget.
xeartk is not part of and does not require xearth. It only uses the
outline data defined in file mapdata.c of the xearth source
distribution. The cities are from factmonster.
Adjust the map view by Shift-Double-Clicking or Shift-Dragging. Double
click a dot to display information about the city there on the terminal.
WWW: http://www.tkgeomap.org/xeartk.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
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>
Tkgeomap is an open source set of extensions to the Tcl/Tk scripting
language. It adds commands that read, manipulate, and display geographic
data.
It provides four packages:
* tclgeomap - library written in C adds commands for basic geography
calculations and data access.
* tclgeomap_procs - library written in Tcl adds procedures that
supplement tclgeomap.
* tkgeomap - library written in C that adds the ability to draw maps
* tkgeomap_procs - library written in Tcl adds procedures that
supplement tkgeomap.
WWW: http://www.tkgeomap.org/
ChangeLog:
- Minor bug fixes (segfault bug in -mostly obsolete?- colorlevel 0)
- added -zoomimage <file> (zoom image file) as new command line option
so as to change the vmf file used in the zoom widget.
PR: ports/102374
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
Approved by: krion (mentor)
using rigorous reduction methods from the _Astronomical Almanac_ and related
sources. Includes PLAN404 series for positions of the planets, and a long-term
extension of modern Lunar theory for the Moon's position. Reads ASCII file
catalogues of stars and orbital elements. Displays all adjustments as it finds
local azimuth and elevation, rise and set times, etc.
Latest update 2005-11-09.
WWW: http://moshier.net/aadoc.html
PR: ports/101850
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>