| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Reported by: crees
|
| |
|
| |
|
|
|
|
| |
starting with A
|
|
|
|
|
|
| |
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/112349, ports/112350
Submitted by: mm
|
|
|
|
|
|
| |
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
|
|
|
|
|
|
| |
- After spending 4 hours on a trivial update, officially
state that it was a broken down extension architecture
that buried Tcl/Tk for good
|
|
|
|
|
|
| |
- Add some forgotten changes
Reported by: pointyhat via kris
|
|
|
|
| |
- Install/use unversioned libs
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
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/
|