You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2003/04/08 04:08:23 UTC

cvs commit: tcl-rivet/src/buildscripts graph.tcl pkgIndex.tcl

davidw      2003/04/07 19:08:23

  Modified:    src/buildscripts graph.tcl pkgIndex.tcl
  Log:
  * src/buildscripts/graph.tcl: This file should provide the 'struct'
    package.
  
  Revision  Changes    Path
  1.4       +6 -2      tcl-rivet/src/buildscripts/graph.tcl
  
  Index: graph.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/buildscripts/graph.tcl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- graph.tcl	21 Feb 2003 03:08:57 -0000	1.3
  +++ graph.tcl	8 Apr 2003 02:08:23 -0000	1.4
  @@ -6,8 +6,12 @@
   #
   # See the file "license.terms" for information on usage and redistribution
   # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  -# 
  +#
   # RCS: @(#) $Id$
  +
  +# We use this to provide the 'struct' package, from which we only use
  +# 'graph'.
  +package provide struct 1.2.1
   
   namespace eval ::struct {}
   
  
  
  
  1.2       +1 -0      tcl-rivet/src/buildscripts/pkgIndex.tcl
  
  Index: pkgIndex.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/buildscripts/pkgIndex.tcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pkgIndex.tcl	19 Sep 2001 13:20:18 -0000	1.1
  +++ pkgIndex.tcl	8 Apr 2003 02:08:23 -0000	1.2
  @@ -9,3 +9,4 @@
   # full path name of this file's directory.
   
   package ifneeded aardvark 0.1 [list source [file join $dir aardvark.tcl]]
  +package ifneeded struct 1.2.1 [list source [file join $dir graph.tcl]]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org