aboutsummaryrefslogtreecommitdiffstats
path: root/astro/tclgeomap
Commit message (Collapse)AuthorAgeFilesLines
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-1/+1
| | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
* - Chase removal of Tcl/Tk 8.2gahr2013-02-061-1/+1
| | | | Reported by: crees
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Update to 2.11.6sylvio2011-02-222-5/+3
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with A
* - Change default Tcl/Tk version to 8.5mm2009-02-231-0/+1
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* - Update to 2.11.5miwi2008-09-072-4/+4
| | | | - Take maintainership
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update tcl/tkgeomap to 2.11.4sat2007-07-182-4/+4
|
* - Update to 2.11.3sat2007-06-162-4/+4
|
* - Update to 2.11.2sat2007-05-032-5/+5
| | | | | PR: ports/112349, ports/112350 Submitted by: mm
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-2/+0
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* - Update to 2.11.1sat2007-01-243-173/+15
| | | | | | - After spending 4 hours on a trivial update, officially state that it was a broken down extension architecture that buried Tcl/Tk for good
* - Respect X11BASEsat2006-12-032-5/+7
| | | | | | - Add some forgotten changes Reported by: pointyhat via kris
* - Update tcl/tkgeomap to 2.10.1sat2006-11-283-4/+6
| | | | - Install/use unversioned libs
* - LIB_DEPEND on Tcl/Tksat2006-09-011-0/+2
| | | | Reported by: pointyhat via kris
* Add ports astro/tclgeomap and astro/tkgeomap:sat2006-08-264-0/+222
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/