aboutsummaryrefslogtreecommitdiffstats
path: root/astro/tkgeomap
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Update to 2.11.6sylvio2011-02-222-5/+3
|
* - 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
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - 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-1/+0
| | | | | | | | | | | | | | | | | | 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-5/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - 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/+1
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* - Update to 2.11.1sat2007-01-243-21/+17
| | | | | | - 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-6/+9
| | | | | | - Add some forgotten changes Reported by: pointyhat via kris
* - Update tcl/tkgeomap to 2.10.1sat2006-11-283-5/+7
| | | | - Install/use unversioned libs
* - LIB_DEPEND on Tcl/Tksat2006-09-011-6/+3
| | | | Reported by: pointyhat via kris
* Add ports astro/tclgeomap and astro/tkgeomap:sat2006-08-264-0/+73
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/