Re: Preventing substitutions in PLIST ?

2014-10-21 Thread Stuart Cassoff
Alrighty. This change so far eliminates 51 directories and 51 pkgIndex.tcl files. Also, our auto_path and tm paths are the shortest around, yielding faster package load times. $ echo 'puts $auto_path' | tclsh8.6 /usr/local/lib/tcl/tcl8.6 /usr/local/lib/tcl $ echo 'puts [tcl::tm::path list]' | t

Re: Preventing substitutions in PLIST ?

2014-10-20 Thread Stuart Cassoff
On 10/20/14 17:39, Landry Breuil wrote: > On Mon, Oct 20, 2014 at 05:12:32PM -0400, Stuart Cassoff wrote: >> On 10/20/14 16:26, Landry Breuil wrote: >>> On Sun, Oct 12, 2014 at 01:08:37PM -0400, Stuart Cassoff wrote: On 09/26/14 10:46, Stuart Cassoff wrote: > On 09/16/14 21:48, Stuart Cass

Re: Preventing substitutions in PLIST ?

2014-10-20 Thread Stuart Cassoff
On 10/20/14 16:26, Landry Breuil wrote: > On Sun, Oct 12, 2014 at 01:08:37PM -0400, Stuart Cassoff wrote: >> On 09/26/14 10:46, Stuart Cassoff wrote: >>> On 09/16/14 21:48, Stuart Cassoff wrote: On 07/11/14 06:22, Stuart Henderson wrote: > On 2014/07/10 23:44, Stuart Cassoff wrote: >>

Re: Preventing substitutions in PLIST ?

2014-10-20 Thread Landry Breuil
On Mon, Oct 20, 2014 at 05:12:32PM -0400, Stuart Cassoff wrote: > On 10/20/14 16:26, Landry Breuil wrote: > > On Sun, Oct 12, 2014 at 01:08:37PM -0400, Stuart Cassoff wrote: > >> On 09/26/14 10:46, Stuart Cassoff wrote: > >>> On 09/16/14 21:48, Stuart Cassoff wrote: > On 07/11/14 06:22, Stuart

Re: Preventing substitutions in PLIST ?

2014-10-20 Thread Landry Breuil
On Sun, Oct 12, 2014 at 01:08:37PM -0400, Stuart Cassoff wrote: > On 09/26/14 10:46, Stuart Cassoff wrote: > > On 09/16/14 21:48, Stuart Cassoff wrote: > >> On 07/11/14 06:22, Stuart Henderson wrote: > >>> On 2014/07/10 23:44, Stuart Cassoff wrote: > eh? meh? > >>> > >>> You need a subst varia

Re: Preventing substitutions in PLIST ?

2014-10-20 Thread Stuart Cassoff
On 10/12/14 13:08, Stuart Cassoff wrote: > On 09/26/14 10:46, Stuart Cassoff wrote: >> On 09/16/14 21:48, Stuart Cassoff wrote: >>> On 07/11/14 06:22, Stuart Henderson wrote: On 2014/07/10 23:44, Stuart Cassoff wrote: > eh? meh? You need a subst variable with the actual path not

Re: Preventing substitutions in PLIST ?

2014-10-12 Thread Stuart Cassoff
On 09/26/14 10:46, Stuart Cassoff wrote: > On 09/16/14 21:48, Stuart Cassoff wrote: >> On 07/11/14 06:22, Stuart Henderson wrote: >>> On 2014/07/10 23:44, Stuart Cassoff wrote: eh? meh? >>> >>> You need a subst variable with the actual path not just the version >>> number, otherwise you're sti

Re: Preventing substitutions in PLIST ?

2014-10-09 Thread Stuart Cassoff
On 09/26/14 10:46, Stuart Cassoff wrote: > On 09/16/14 21:48, Stuart Cassoff wrote: >> On 07/11/14 06:22, Stuart Henderson wrote: >>> On 2014/07/10 23:44, Stuart Cassoff wrote: eh? meh? >>> >>> You need a subst variable with the actual path not just the version >>> number, otherwise you're sti

Re: Preventing substitutions in PLIST ?

2014-09-26 Thread Stuart Cassoff
On 09/16/14 21:48, Stuart Cassoff wrote: > On 07/11/14 06:22, Stuart Henderson wrote: >> On 2014/07/10 23:44, Stuart Cassoff wrote: >>> eh? meh? >> >> You need a subst variable with the actual path not just the version >> number, otherwise you're still going to be hand modifying PLISTs all >> over

Re: Preventing substitutions in PLIST ?

2014-09-16 Thread Stuart Cassoff
On 07/11/14 06:22, Stuart Henderson wrote: > On 2014/07/10 23:44, Stuart Cassoff wrote: >> eh? meh? > > You need a subst variable with the actual path not just the version > number, otherwise you're still going to be hand modifying PLISTs all > over the place. > > So something like: > > MODTCL_M

Re: Preventing substitutions in PLIST ?

2014-07-11 Thread Stuart Henderson
On 2014/07/10 23:44, Stuart Cassoff wrote: > eh? meh? You need a subst variable with the actual path not just the version number, otherwise you're still going to be hand modifying PLISTs all over the place. So something like: MODTCL_MINVERSION?= 8.5 MODTCL_MODPATH= lib/tcl/${MODTCL_M

Re: Preventing substitutions in PLIST ?

2014-07-10 Thread Stuart Cassoff
eh? meh? On 04/16/14 11:07, Stuart Cassoff wrote: > So, is this ok? I think it's ok or very close to ok. > It would be nice to get over this hurdle. > > > Stu > > > On 04/09/14 17:58, Stuart Cassoff wrote: >> On 12/08/13 09:23, Marc Espie wrote: >>> On Sun, Dec 08, 2013 at 08:41:23AM -0500, St

Re: Preventing substitutions in PLIST ?

2014-04-16 Thread Stuart Cassoff
So, is this ok? I think it's ok or very close to ok. It would be nice to get over this hurdle. Stu On 04/09/14 17:58, Stuart Cassoff wrote: > On 12/08/13 09:23, Marc Espie wrote: >> On Sun, Dec 08, 2013 at 08:41:23AM -0500, Stuart Cassoff wrote: >>> On 12/07/13 16:42, Marc Espie wrote: On

Re: Preventing substitutions in PLIST ?

2014-04-09 Thread Stuart Cassoff
On 12/08/13 09:23, Marc Espie wrote: > On Sun, Dec 08, 2013 at 08:41:23AM -0500, Stuart Cassoff wrote: >> On 12/07/13 16:42, Marc Espie wrote: >>> On Sat, Dec 07, 2013 at 03:39:28PM -0500, Stuart Cassoff wrote: On 12/05/13 05:36, Marc Espie wrote: > On Thu, Dec 05, 2013 at 01:26:47AM -0500

Re: Preventing substitutions in PLIST ?

2013-12-08 Thread Marc Espie
On Sun, Dec 08, 2013 at 08:41:23AM -0500, Stuart Cassoff wrote: > On 12/07/13 16:42, Marc Espie wrote: > > On Sat, Dec 07, 2013 at 03:39:28PM -0500, Stuart Cassoff wrote: > >> On 12/05/13 05:36, Marc Espie wrote: > >>> On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: > I'd like

Re: Preventing substitutions in PLIST ?

2013-12-08 Thread Stuart Cassoff
On 12/07/13 16:42, Marc Espie wrote: > On Sat, Dec 07, 2013 at 03:39:28PM -0500, Stuart Cassoff wrote: >> On 12/05/13 05:36, Marc Espie wrote: >>> On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: I'd like tcllib and tklib to make use of 'tcl modules'. Every package that can

Re: Preventing substitutions in PLIST ?

2013-12-07 Thread Marc Espie
On Sat, Dec 07, 2013 at 03:39:28PM -0500, Stuart Cassoff wrote: > On 12/05/13 05:36, Marc Espie wrote: > > On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: > >> I'd like tcllib and tklib to make use of 'tcl modules'. > >> Every package that can be installed as a tcl module saves one

Re: Preventing substitutions in PLIST ?

2013-12-07 Thread Stuart Cassoff
On 12/05/13 05:36, Marc Espie wrote: > On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: >> I'd like tcllib and tklib to make use of 'tcl modules'. >> Every package that can be installed as a tcl module saves one file and one >> dir >> and there are enough eligible packages that I th

Re: Preventing substitutions in PLIST ?

2013-12-05 Thread Stuart Cassoff
On 12/05/13 05:36, Marc Espie wrote: > On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: >> I'd like tcllib and tklib to make use of 'tcl modules'. >> Every package that can be installed as a tcl module saves one file and one >> dir >> and there are enough eligible packages that I th

Re: Preventing substitutions in PLIST ?

2013-12-05 Thread Marc Espie
On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: > I'd like tcllib and tklib to make use of 'tcl modules'. > Every package that can be installed as a tcl module saves one file and one dir > and there are enough eligible packages that I think it's worth doing. > This makes use of a ne

Preventing substitutions in PLIST ?

2013-12-04 Thread Stuart Cassoff
I'd like tcllib and tklib to make use of 'tcl modules'. Every package that can be installed as a tcl module saves one file and one dir and there are enough eligible packages that I think it's worth doing. This makes use of a newer tcl packaging system that's a bit better and/or faster. These shou