New port: tcl-tk-wrapper This ports installs bin/tclsh and bin/wish that wrap to user-defined versions of the shells defined in etc/tcltk.conf
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this PRs
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-03-06 19:38:10 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tcl-tk-wrapper Makefile pkg-descr lang/tcl-tk-wrapper/files pkg-message.in tclsh.in tcltk.conf.sample.in wish.in Log: Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that come with different versions of tcl and tk. Users can define which version of the tcl and tk shells should be called. To make use of the "tclsh" wrapper, users need to install tcl. Recommended tcl ports: lang/tcl84 lang/tcl85 To make use of the "wish" wrapper, users need to install tk. Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85 - Martin Matuska martin@matuska.org PR: ports/109852 Submitted by: martin at matuska.org Revision Changes Path 1.547 +1 -0 ports/lang/Makefile 1.1 +36 -0 ports/lang/tcl-tk-wrapper/Makefile (new) 1.1 +13 -0 ports/lang/tcl-tk-wrapper/files/pkg-message.in (new) 1.1 +31 -0 ports/lang/tcl-tk-wrapper/files/tclsh.in (new) 1.1 +17 -0 ports/lang/tcl-tk-wrapper/files/tcltk.conf.sample.in (new) 1.1 +31 -0 ports/lang/tcl-tk-wrapper/files/wish.in (new) 1.1 +12 -0 ports/lang/tcl-tk-wrapper/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"