Revision: 10481 http://pure-data.svn.sourceforge.net/pure-data/?rev=10481&view=rev Author: eighthave Date: 2009-01-08 02:29:47 +0000 (Thu, 08 Jan 2009)
Log Message: ----------- renamed package index script to follow the Tcl function name
Added Paths: ----------- branches/pd-devel/0.41.4/src/pkg_mkIndex.tcl
Removed Paths: ------------- branches/pd-devel/0.41.4/src/make_pkgIndex.tcl
Deleted: branches/pd-devel/0.41.4/src/make_pkgIndex.tcl =================================================================== --- branches/pd-devel/0.41.4/src/make_pkgIndex.tcl 2009-01-08 02:29:19 UTC (rev 10480) +++ branches/pd-devel/0.41.4/src/make_pkgIndex.tcl 2009-01-08 02:29:47 UTC (rev 10481) @@ -1,9 +0,0 @@ -#!/usr/bin/tclsh - -puts stdout "Watch out, this doesn't work on packages with namespace import" -pkg_mkIndex -lazy -verbose -- [pwd] *.tcl *.[info sharedlibextension] - -## this currently needs to be added to pkg_mkIndex manually, ug -#package ifneeded pd_menus 0.1 [list source [file join $dir pd_menus.tcl]] - -
Copied: branches/pd-devel/0.41.4/src/pkg_mkIndex.tcl (from rev 10480, branches/pd-devel/0.41.4/src/make_pkgIndex.tcl) =================================================================== --- branches/pd-devel/0.41.4/src/pkg_mkIndex.tcl (rev 0) +++ branches/pd-devel/0.41.4/src/pkg_mkIndex.tcl 2009-01-08 02:29:47 UTC (rev 10481) @@ -0,0 +1,9 @@ +#!/usr/bin/tclsh + +puts stdout "Watch out, this doesn't work on packages with namespace import" +pkg_mkIndex -lazy -verbose -- [pwd] *.tcl *.[info sharedlibextension] + +## this currently needs to be added to pkg_mkIndex manually, ug +#package ifneeded pd_menus 0.1 [list source [file join $dir pd_menus.tcl]] + +
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.