tcl testing: where is reinplace declared?
Toby Peterson
toby at apple.com
Wed May 27 14:29:08 PDT 2009
On May 27, 2009, at 2:23 PM, Darren Weber wrote:
> Following the wiki dev tips, I'm doing this:
>
> rlwrap tclsh8.4
> % source /Library/Tcl/macports1.0/macports_fastload.tcl
> % package require Pextlib
>
> It doesn't provide the 'reinplace' command. Also, the following
> comes up with nothing:
>
> grep "*reinplace*" /Library/Tcl/macports1.0/*
>
> Where is this little gem and can it be required in tclsh8.4?
It's in the 'port' package, normally only available inside Portfiles.
Also, your grep syntax is bogus... grep != glob
- Toby
More information about the macports-dev
mailing list