[Swift-commit] cog r3824
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Wed Oct 30 09:15:03 CDT 2013
------------------------------------------------------------------------
r3824 | jmwozniak | 2013-10-30 09:11:33 -0500 (Wed, 30 Oct 2013) | 1 line
Adding make-package.tcl coaster.tcl
------------------------------------------------------------------------
Index: modules/provider-coaster-c-client/tcl/coaster.tcl
===================================================================
--- modules/provider-coaster-c-client/tcl/coaster.tcl (revision 0)
+++ modules/provider-coaster-c-client/tcl/coaster.tcl (revision 3824)
@@ -0,0 +1,5 @@
+
+namespace eval coaster {
+ proc noop { } {
+ }
+}
Index: modules/provider-coaster-c-client/tcl/make-package.tcl
===================================================================
--- modules/provider-coaster-c-client/tcl/make-package.tcl (revision 0)
+++ modules/provider-coaster-c-client/tcl/make-package.tcl (revision 3824)
@@ -0,0 +1,10 @@
+
+# Run "tclsh make-package.tcl > pkgIndex.tcl" to create the package
+
+set name "coasters"
+set version "0.1"
+set leaf_so "libcoasterclient.so"
+set leaf_tcl "coaster.tcl"
+
+puts [ ::pkg::create -name $name -version $version \
+ -load $leaf_so -source $leaf_tcl ]
More information about the Swift-commit
mailing list