aboutsummaryrefslogtreecommitdiff
path: root/astro/tclgeomap
Commit message (Collapse)AuthorAgeFilesLines
* Convert a few more ports to USES=tcl:teaPietro Cerutti2016-04-211-4/+1
| | | | Notes: svn path=/head/; revision=413730
* Cleanup plistBaptiste Daroussin2014-10-191-2/+0
| | | | Notes: svn path=/head/; revision=371223
* - Fix STRIPPietro Cerutti2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342712
* - STAGE-cleanPietro Cerutti2014-02-052-20/+37
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=342710
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* - Take maintainership (tcltk@)Pietro Cerutti2013-09-191-7/+3
| | | | | | | | | - Convert to USES+=tcl - Trim Makefile headers - Fix run-time (tkgeomap) Notes: svn path=/head/; revision=327634
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-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) Notes: svn path=/head/; revision=316351
* - Chase removal of Tcl/Tk 8.2Pietro Cerutti2013-02-051-1/+1
| | | | | | | Reported by: crees Notes: svn path=/head/; revision=311732
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* - Update to 2.11.6Sylvio Cesar Teixeira2011-02-212-5/+3
| | | | Notes: svn path=/head/; revision=269451
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Update to 2.11.5Martin Wilke2008-09-072-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=220112
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 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-4/+4
| | | | Notes: svn path=/head/; revision=193617
* - 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/+0
| | | | | | | | | 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-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 Notes: svn path=/head/; revision=183167
* - Respect X11BASEAndrew Pantyukhin2006-12-032-5/+7
| | | | | | | | | - 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-4/+6
| | | | | | | - Install/use unversioned libs Notes: svn path=/head/; revision=178118
* - LIB_DEPEND on Tcl/TkAndrew Pantyukhin2006-09-011-0/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=171795
* Add ports astro/tclgeomap and astro/tkgeomap:Andrew Pantyukhin2006-08-254-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/ Notes: svn path=/head/; revision=171387