summaryrefslogtreecommitdiff
path: root/devel/sml_tk/files/patch-src-tests+examples-sources.cm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-21 09:56:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-21 09:56:54 +0000
commita15faa6309adb4b41cc265c2c5a9943b92c3c9b5 (patch)
tree19cb3988e31364642a7fee8bdfb87580516d7cdb /devel/sml_tk/files/patch-src-tests+examples-sources.cm
parent- Update to 0.3.7. (diff)
sml_tk is a Standard ML package providing a portable, typed and abstract
interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard ML. WWW: http://www.informatik.uni-bremen.de/~cxl/sml_tk PR: ports/119640 Submitted by: Timothy Bourke <timbob at bigpond.com>
Notes
Notes: svn path=/head/; revision=215448
Diffstat (limited to 'devel/sml_tk/files/patch-src-tests+examples-sources.cm')
-rw-r--r--devel/sml_tk/files/patch-src-tests+examples-sources.cm43
1 files changed, 43 insertions, 0 deletions
diff --git a/devel/sml_tk/files/patch-src-tests+examples-sources.cm b/devel/sml_tk/files/patch-src-tests+examples-sources.cm
new file mode 100644
index 000000000000..2a91ee171af3
--- /dev/null
+++ b/devel/sml_tk/files/patch-src-tests+examples-sources.cm
@@ -0,0 +1,43 @@
+--- src/tests+examples/sources.cm.orig Fri Mar 30 23:39:35 2001
++++ src/tests+examples/sources.cm Sun Jan 13 17:06:20 2008
+@@ -1,15 +1,28 @@
+-Group is
++Group
++ structure BigEx
++ structure CanvasEx
++ structure Ex1
++ structure Ex2
++ structure GridEx
++ structure ListBoxEx
++ structure PopUpEx
++ structure ScaleEx
++ structure TagEx
++ structure WBindEx
++is
++ ../smltk.cm
+
+-../smltk.cm
++ ex1.sml
++ ex2.sml
+
+-ex1.sml
+-ex2.sml
++ big_ex.sml
++ canvas_ex.sml
++ list_box_ex.sml
++ popup_ex.sml
++ tag_ex.sml
++ wbind_ex.sml
++ grid_ex.sml
++ scale_ex.sml
++
++ $/basis.cm
+
+-big_ex.sml
+-canvas_ex.sml
+-list_box_ex.sml
+-popup_ex.sml
+-tag_ex.sml
+-wbind_ex.sml
+-grid_ex.sml
+-scale_ex.sml