Commit graph

10 commits

Author SHA1 Message Date
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Andrew Pantyukhin
acc359f006 - Update tcl/tkgeomap to 2.11.4 2007-07-18 11:24:38 +00:00
Andrew Pantyukhin
70a5a4f44c - Update to 2.11.3 2007-06-15 21:23:42 +00:00
Andrew Pantyukhin
2d0b78d661 - Update to 2.11.2
PR:		ports/112349, ports/112350
Submitted by:	mm
2007-05-03 12:43:33 +00:00
Pav Lucistnik
cfa7269b11 - Convert existing ports to a new bsd.tcl.mk order
PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:56:15 +00:00
Andrew Pantyukhin
3468694f7d - Update to 2.11.1
- After spending 4 hours on a trivial update, officially
  state that it was a broken down extension architecture
  that buried Tcl/Tk for good
2007-01-24 12:56:54 +00:00
Andrew Pantyukhin
e564519a7e - Respect X11BASE
- Add some forgotten changes

Reported by:	pointyhat via kris
2006-12-03 04:23:23 +00:00
Andrew Pantyukhin
e050737bb0 - Update tcl/tkgeomap to 2.10.1
- Install/use unversioned libs
2006-11-27 16:56:09 +00:00
Andrew Pantyukhin
d6c5670f5c - LIB_DEPEND on Tcl/Tk
Reported by:	pointyhat via kris
2006-09-01 09:04:20 +00:00
Andrew Pantyukhin
d4d22f8a15 Add ports astro/tclgeomap and astro/tkgeomap:
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/
2006-08-25 16:08:57 +00:00