svn checkiin problem
authorJean-Claude Wippler <jcw@equi4.com>
Thu, 5 Apr 2007 00:13:55 +0000 (00:13 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Thu, 5 Apr 2007 00:13:55 +0000 (00:13 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1396 9e558909-932a-0410-a563-af77432da1eb

extdefs/Memchan.kbs [new file with mode: 0644]
extdefs/Mk4tcl.kbs [new file with mode: 0644]
extdefs/Tclx.kbs [new file with mode: 0644]
extdefs/Tktable.kbs [new file with mode: 0644]
extdefs/XOTcl.kbs [new file with mode: 0644]

diff --git a/extdefs/Memchan.kbs b/extdefs/Memchan.kbs
new file mode 100644 (file)
index 0000000..7ef6f0a
--- /dev/null
@@ -0,0 +1,11 @@
+Version 2.2.1
+
+Sources cvs memchan.cvs.sourceforge.net:/cvsroot/memchan
+
+Build {
+    Run sh [Srcdir]/configure --with-tcl=[Libdir]
+    Run make install-binaries
+    Run strip -x [Unglob ../lib/Memchan2*/libMemchan2*]
+}
+
+Result [Unglob ../lib/Memchan2*]
diff --git a/extdefs/Mk4tcl.kbs b/extdefs/Mk4tcl.kbs
new file mode 100644 (file)
index 0000000..c68a09c
--- /dev/null
@@ -0,0 +1,20 @@
+Version 2.4.9.6
+
+Sources fetch http://www.equi4.com/pub/mk/metakit-2.4.9.6.tar.gz
+
+Build {
+    Run sh [Srcdir]/unix/configure --with-tcl=[Incdir]
+    Run make tcl
+    Run strip -x Mk4tcl[info sharedlibext]
+
+    file delete -force out
+    file mkdir out
+    file copy Mk4tcl[info sharedlibext] out/libmk4tcl[info sharedlibext]
+    
+    set fd [open out/pkgIndex.tcl w]
+    puts $fd "package ifneeded Mk4tcl [Version] \\"
+    puts $fd { [list load [file join $dir libmk4tcl[info sharedlibext]] Mk4tcl]}
+    close $fd
+}
+
+Result out
\ No newline at end of file
diff --git a/extdefs/Tclx.kbs b/extdefs/Tclx.kbs
new file mode 100644 (file)
index 0000000..acd2a92
--- /dev/null
@@ -0,0 +1,11 @@
+Version 8.4
+
+Sources cvs tclx.cvs.sourceforge.net:/cvsroot/tclx
+
+Build {
+    Run sh [Srcdir]/configure --with-tcl=[Libdir]
+    Run make install-binaries
+    Run strip -x [Unglob ../lib/tclx8*/libtclx8*]
+}
+
+Result [Unglob ../lib/tclx8*]
\ No newline at end of file
diff --git a/extdefs/Tktable.kbs b/extdefs/Tktable.kbs
new file mode 100644 (file)
index 0000000..c0c7c6c
--- /dev/null
@@ -0,0 +1,11 @@
+Version 2.9
+
+Sources cvs tktable.cvs.sourceforge.net:/cvsroot/tktable
+
+Build {
+    Run sh [Srcdir]/configure --with-tcl=[Libdir] --with-tk=[Libdir]
+    Run make install-binaries
+    Run strip -x [Unglob ../lib/Tktable2*/libTktable2*]
+}
+
+Result [Unglob ../lib/Tktable2*]
\ No newline at end of file
diff --git a/extdefs/XOTcl.kbs b/extdefs/XOTcl.kbs
new file mode 100644 (file)
index 0000000..f638559
--- /dev/null
@@ -0,0 +1,11 @@
+Version 1.5.3
+
+Sources fetch http://media.wu-wien.ac.at/download/xotcl-1.5.3.tar.gz
+
+Build {
+    Run sh [Srcdir]/configure --with-tcl=[Libdir]
+    Run make install-binaries install-libraries
+    Run strip -x [Unglob ../lib/xotcl1*/libxotcl1*]
+}
+
+Result [Unglob ../lib/xotcl1*]
\ No newline at end of file