aboutsummaryrefslogtreecommitdiff
path: root/astro/tkgeomap
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Update tcl/tkgeomap to 2.11.4Andrew Pantyukhin2007-07-182-4/+4
| | | | Notes: svn path=/head/; revision=195843
* - Update to 2.11.3Andrew Pantyukhin2007-06-152-5/+4
| | | | Notes: svn path=/head/; revision=193617
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.11.2Andrew Pantyukhin2007-05-032-5/+5
| | | | | | | | PR: ports/112349, ports/112350 Submitted by: mm Notes: svn path=/head/; revision=191478
* - Convert existing ports to a new bsd.tcl.mk orderPav Lucistnik2007-04-021-2/+1
| | | | | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run Notes: svn path=/head/; revision=189054
* - Update to 2.11.1Andrew Pantyukhin2007-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 Notes: svn path=/head/; revision=183167
* - Respect X11BASEAndrew Pantyukhin2006-12-032-6/+9
| | | | | | | | | - Add some forgotten changes Reported by: pointyhat via kris Notes: svn path=/head/; revision=178649
* - Update tcl/tkgeomap to 2.10.1Andrew Pantyukhin2006-11-273-5/+7
| | | | | | | - Install/use unversioned libs Notes: svn path=/head/; revision=178118
* - LIB_DEPEND on Tcl/TkAndrew Pantyukhin2006-09-011-6/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=171795
* Add ports astro/tclgeomap and astro/tkgeomap:Andrew Pantyukhin2006-08-254-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/ Notes: svn path=/head/; revision=171387