New port: lang/tcl-wrapper This ports installs bin/tclsh that wraps to user-defined versions of the Tcl shells defined in etc/tclsh.conf Obsoletes port: tcl-tk-wrapper
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this PRs
There is a bug in the port regarding TCL_VER and TK_VER. Please use from .tar.gz instead: http://www.matuska.org/martin/freebsd/ports/patches/tcl-wrapper.tar.gz Patch against empty: http://www.matuska.org/martin/freebsd/ports/patches/tcl-wrapper.patch
State Changed From-To: open->closed New port added. Thanks!
miwi 2007-03-27 10:52:18 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tcl-wrapper Makefile pkg-descr lang/tcl-wrapper/files conf.sample.in pkg-deinstall.in pkg-install.in pkg-message.in wrapper.in Log: Tcl-wrapper installs a shell wrapper for the "tclsh" command that comes with different versions of Tcl. Users can define in a configuration file which version of the Tcl shell should be called. - Martin Matuska martin@matuska.org PR: ports/110626 Submitted by: martin at matuska.org Revision Changes Path 1.550 +1 -0 ports/lang/Makefile 1.1 +71 -0 ports/lang/tcl-wrapper/Makefile (new) 1.1 +6 -0 ports/lang/tcl-wrapper/files/conf.sample.in (new) 1.1 +17 -0 ports/lang/tcl-wrapper/files/pkg-deinstall.in (new) 1.1 +12 -0 ports/lang/tcl-wrapper/files/pkg-install.in (new) 1.1 +7 -0 ports/lang/tcl-wrapper/files/pkg-message.in (new) 1.1 +28 -0 ports/lang/tcl-wrapper/files/wrapper.in (new) 1.1 +6 -0 ports/lang/tcl-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"