summaryrefslogtreecommitdiffstats
path: root/lang/ocaml
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-12 14:22:37 +0000
committernaddy <naddy@FreeBSD.org>2002-08-12 14:22:37 +0000
commite273c044109fa1f6255c8be6a3651eefc147f3cf (patch)
tree345bd5525e4e1007095451998537477a9bb5d096 /lang/ocaml
parentc072207ce20dcb1689892985bc624dc28127df17 (diff)
downloadFreeBSD-ports-e273c044109fa1f6255c8be6a3651eefc147f3cf.zip
FreeBSD-ports-e273c044109fa1f6255c8be6a3651eefc147f3cf.tar.gz
Update to ocaml 3.05.
PR: 41299 Submitted by: Ronald Kuehn <rk@ronald.org> Approved by: maintainer timeout
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile48
-rw-r--r--lang/ocaml/distinfo8
-rw-r--r--lang/ocaml/files/patch-byterun::major_gc.c56
-rw-r--r--lang/ocaml/files/patch-camlp4-man::Makefile26
-rw-r--r--lang/ocaml/files/patch-man::Makefile12
-rw-r--r--lang/ocaml/files/patch-ocamldoc::Makefile22
-rw-r--r--lang/ocaml/pkg-plist742
7 files changed, 665 insertions, 249 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index a6f72ef..e6df936 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -6,20 +6,23 @@
#
PORTNAME= ocaml
-PORTVERSION= 3.04
+PORTVERSION= 3.05
CATEGORIES= lang
MASTER_SITES= http://caml.inria.fr/distrib/ \
ftp://ftp.inria.fr/lang/caml-light/ \
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/
+PKGNAMESUFFIX= ${TKSFX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX}
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME}-refman.html${EXTRACT_SUFX}
MAINTAINER= patrick@watson.org
.if defined(WITHOUT_TK)
-PLIST_SUB+= LABLTK:="@comment "
+PLIST_SUB+= TK="@comment "
+TKSFX= -notk
.else
-PLIST_SUB+= LABLTK:=""
+PLIST_SUB+= TK=""
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3:${PORTSDIR}/lang/tcl83
BUILD_DEPENDS+= ${LOCALBASE}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
@@ -27,17 +30,36 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
USE_XLIB= yes
HAS_CONFIGURE= yes
-ALL_TARGET= world opt opt.opt
+ALL_TARGET= world.opt
.if ${MACHINE_ARCH} != "i386"
-PLIST_SUB+= PROF:="@comment "
+PLIST_SUB+= PROF="@comment "
.else
-PLIST_SUB+= PROF:=""
+PLIST_SUB+= PROF=""
.endif
MAN1= ocamlcp.1 ocamldep.1 ocamldebug.1 ocamlopt.1 ocamlrun.1 \
ocamlyacc.1 ocamlmktop.1 ocaml.1 ocamlc.1 ocamllex.1 \
ocamlprof.1 camlp4.1
+MANN= Arg.n Array.n ArrayLabels.n Bigarray.Array1.n \
+ Bigarray.Array2.n Bigarray.Array3.n Bigarray.Genarray.n \
+ Bigarray.n Buffer.n Callback.n CamlinternalOO.n Char.n \
+ Complex.n Digest.n Filename.n Format.n Gc.n Genlex.n \
+ Hashtbl.HashedType.n Hashtbl.Make.n Hashtbl.S.n Hashtbl.n \
+ Int32.n Int64.n Lazy.n Lexing.n List.n ListLabels.n \
+ Map.Make.n Map.OrderedType.n Map.S.n Map.n Marshal.n \
+ MoreLabels.Hashtbl.HashedType.n MoreLabels.Hashtbl.Make.n \
+ MoreLabels.Hashtbl.S.n MoreLabels.Hashtbl.n \
+ MoreLabels.Map.Make.n MoreLabels.Map.OrderedType.n \
+ MoreLabels.Map.S.n MoreLabels.Map.n MoreLabels.Set.Make.n \
+ MoreLabels.Set.OrderedType.n MoreLabels.Set.S.n \
+ MoreLabels.Set.n MoreLabels.n Nativeint.n Num.n Obj.n Oo.n \
+ Parsing.n Pervasives.LargeFile.n Pervasives.n Printexc.n \
+ Printf.n Queue.n Random.n Scanf.Scanning.n Scanf.n Set.Make.n \
+ Set.OrderedType.n Set.S.n Set.n Sort.n Stack.n \
+ StdLabels.Array.n StdLabels.List.n StdLabels.String.n \
+ StdLabels.n Str.n Stream.n String.n StringLabels.n Sys.n \
+ Unix.LargeFile.n Unix.n Weak.Make.n Weak.S.n Weak.n
MLINKS= ocamlc.1 ocamlc.opt.1 ocamlopt.1 ocamlopt.opt.1 \
camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \
camlp4.1 camlp4o.opt.1 camlp4.1 camlp4r.opt.1 \
@@ -48,7 +70,9 @@ CONFIGURE_ARGS= -prefix ${PREFIX} \
-x11lib ${X11BASE}/lib \
-with-pthread
-.if !defined(WITHOUT_TK)
+.if defined(WITHOUT_TK)
+CONFIGURE_ARGS+=-no-tk
+.else
CONFIGURE_ARGS+=-tkdefs "-I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3"
.endif
@@ -71,8 +95,14 @@ post-install:
.if !defined(WITHOUT_TK)
@${MKDIR} ${EXAMPLESDIR}
@${MKDIR} ${EXAMPLESDIR}/labltk
- @cd ${WRKSRC}/otherlibs/labltk/example; \
+ @${MKDIR} ${EXAMPLESDIR}/camltk
+ @${MKDIR} ${EXAMPLESDIR}/camltk/images
+ @cd ${WRKSRC}/otherlibs/labltk/examples_labltk; \
${INSTALL_DATA} * ${EXAMPLESDIR}/labltk
+ @cd ${WRKSRC}/otherlibs/labltk/examples_camltk/images; \
+ ${INSTALL_DATA} * ${EXAMPLESDIR}/camltk/images
+ @cd ${WRKSRC}/otherlibs/labltk/examples_camltk; \
+ ${INSTALL_DATA} [A-Za-hj-z]* ${EXAMPLESDIR}/camltk
.endif
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo
index 9566740..bcb047e 100644
--- a/lang/ocaml/distinfo
+++ b/lang/ocaml/distinfo
@@ -1,4 +1,4 @@
-MD5 (ocaml-3.04.tar.gz) = 7f2fbb849fccb33308188aa19aa9b0ee
-MD5 (ocaml-3.04-refman.html.tar.gz) = 30538e4a76c8c7d540a9391d8c8967c7
-MD5 (ocaml-3.04-refman.ps.gz) = 0127244af1014c1db9a192247b686dc9
-MD5 (ocaml-3.04-refman.pdf) = 48487d35597cc02893efcdc2210d32b7
+MD5 (ocaml-3.05.tar.gz) = 20afd1cd0e958968b463e69c2f120493
+MD5 (ocaml-3.05-refman.html.tar.gz) = dd5d79888ef268b8e0473e36be0912dc
+MD5 (ocaml-3.05-refman.ps.gz) = 587beb0670013d12b5816483d635520a
+MD5 (ocaml-3.05-refman.pdf) = 9a74ebf2d5a3beb04076a3d2006336bd
diff --git a/lang/ocaml/files/patch-byterun::major_gc.c b/lang/ocaml/files/patch-byterun::major_gc.c
new file mode 100644
index 0000000..f438c7a
--- /dev/null
+++ b/lang/ocaml/files/patch-byterun::major_gc.c
@@ -0,0 +1,56 @@
+Index: byterun/major_gc.c
+===================================================================
+RCS file: /net/pauillac/caml/repository/csl/byterun/major_gc.c,v
+retrieving revision 1.37
+retrieving revision 1.39
+diff -u -r1.37 -r1.39
+--- major_gc.c 2002/06/05 12:11:15 1.37
++++ major_gc.c 2002/07/30 13:48:52 1.39
+@@ -11,7 +11,7 @@
+ /* */
+ /***********************************************************************/
+
+-/* $Id: major_gc.c,v 1.37 2002/06/05 12:11:15 doligez Exp $ */
++/* $Id: major_gc.c,v 1.39 2002/07/30 13:48:52 xleroy Exp $ */
+
+ #include <limits.h>
+
+@@ -126,15 +126,12 @@
+ if (Tag_hd (hd) < No_scan_tag){
+ for (i = 0; i < size; i++){
+ child = Field (v, i);
+- mark_again:
+ if (Is_block (child) && Is_in_heap (child)) {
+ hd = Hd_val(child);
+ if (Tag_hd (hd) == Forward_tag){
+- child = Forward_val (child);
+- Field (v, i) = child;
+- goto mark_again;
++ Field (v, i) = Forward_val (child);
+ }
+- if (Tag_hd(hd) == Infix_tag) {
++ else if (Tag_hd(hd) == Infix_tag) {
+ child -= Infix_offset_val(child);
+ hd = Hd_val(child);
+ }@@ -192,15 +189,13 @@
+ sz = Wosize_hd (hd);
+ for (i = 1; i < sz; i++){
+ curfield = Field (cur, i);
+- weak_again:
+- if (curfield != 0 && Is_block (curfield) && Is_in_heap (curfield)
+- && Is_white_val (curfield)){
++ if (curfield != 0 && Is_block (curfield) && Is_in_heap (curfield)){
+ if (Tag_val (curfield) == Forward_tag){
+- curfield = Forward_val (curfield);
+- Field (cur, i) = curfield;
+- goto weak_again;
++ Field (cur, i) = Forward_val (curfield);
+ }
+- Field (cur, i) = 0;
++ else if (Is_white_val (curfield)){
++ Field (cur, i) = 0;
++ }
+ }
+ }
+ weak_prev = &Field (cur, 0);
+
diff --git a/lang/ocaml/files/patch-camlp4-man::Makefile b/lang/ocaml/files/patch-camlp4-man::Makefile
index f7fbac1..370f0ef 100644
--- a/lang/ocaml/files/patch-camlp4-man::Makefile
+++ b/lang/ocaml/files/patch-camlp4-man::Makefile
@@ -1,15 +1,19 @@
---- camlp4/man/Makefile.orig Wed Sep 26 10:32:50 2001
-+++ camlp4/man/Makefile Sun Feb 10 23:45:36 2002
-@@ -16,12 +16,6 @@
+--- camlp4/man/Makefile.orig Fri Jul 19 16:53:49 2002
++++ camlp4/man/Makefile Fri Aug 2 00:07:34 2002
+@@ -14,14 +14,8 @@
+ get_promote:
+
install:
- -$(MKDIR) $(MANDIR)
- -cp $(TARGET) $(MANDIR)/.
-- -cd $(MANDIR); rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1
-- -cd $(MANDIR); rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1
-- -cd $(MANDIR); rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1
-- -cd $(MANDIR); rm -f ocpp.1; ln -s $(TARGET) ocpp.1
-- -cd $(MANDIR); rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1
-- -cd $(MANDIR); rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1
+- -$(MKDIR) $(MANDIR)/man1
+- -cp $(TARGET) $(MANDIR)/man1/.
+- -cd $(MANDIR)/man1; rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1
+- -cd $(MANDIR)/man1; rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1
+- -cd $(MANDIR)/man1; rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1
+- -cd $(MANDIR)/man1; rm -f ocpp.1; ln -s $(TARGET) ocpp.1
+- -cd $(MANDIR)/man1; rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1
+- -cd $(MANDIR)/man1; rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1
++ -$(MKDIR) $(MANDIR)
++ -cp $(TARGET) $(MANDIR)/.
camlp4.1: camlp4.1.tpl
sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1
diff --git a/lang/ocaml/files/patch-man::Makefile b/lang/ocaml/files/patch-man::Makefile
index a78dc5e..6bde352 100644
--- a/lang/ocaml/files/patch-man::Makefile
+++ b/lang/ocaml/files/patch-man::Makefile
@@ -1,8 +1,8 @@
---- man/Makefile.orig Wed Nov 17 13:57:40 1999
-+++ man/Makefile Sun Feb 10 23:44:43 2002
-@@ -16,5 +16,3 @@
+--- man/Makefile.orig Thu Aug 1 21:43:47 2002
++++ man/Makefile Thu Aug 1 21:44:03 2002
+@@ -18,5 +18,3 @@
install:
- for i in *.m; do cp $$i $(MANDIR)/`basename $$i .m`.$(MANEXT); done
-- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(MANDIR)/ocamlc.opt.$(MANEXT)
-- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(MANDIR)/ocamlopt.opt.$(MANEXT)
+ for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
+- echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT)
+- echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT)
diff --git a/lang/ocaml/files/patch-ocamldoc::Makefile b/lang/ocaml/files/patch-ocamldoc::Makefile
new file mode 100644
index 0000000..dbcc9a5
--- /dev/null
+++ b/lang/ocaml/files/patch-ocamldoc::Makefile
@@ -0,0 +1,22 @@
+--- ocamldoc/Makefile.orig Fri Aug 2 00:25:13 2002
++++ ocamldoc/Makefile Fri Aug 2 01:36:33 2002
+@@ -40,7 +40,7 @@
+ OCAMLDOC_LIBA=odoc_info.a
+ INSTALL_LIBDIR=$(OCAMLLIB)/ocamldoc
+ INSTALL_BINDIR=$(OCAMLBIN)
+-INSTALL_MANODIR=$(MANDIR)/mano
++INSTALL_MANODIR=$(MANDIR)/mann
+
+ INSTALL_MLIS=odoc_info.mli odoc_args.mli
+ INSTALL_CMIS=$(INSTALL_MLIS:.mli=.cmi)
+@@ -275,7 +275,9 @@
+ $(CP) ocamldoc.sty ocamldoc.hva *.cmi $(GENERATORS) $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR)
+ $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR)
+ if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi
+- $(CP) stdlib_man/* $(INSTALL_MANODIR)
++ for f in stdlib_man/*;do \
++ $(CP) $$f $(INSTALL_MANODIR)/`basename $$f .o`.n;\
++ done
+
+ installopt:
+ if test -f $(OCAMLDOC_OPT) ; then $(MAKE) installopt_really ; fi
diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist
index 2fd8194..69057b7 100644
--- a/lang/ocaml/pkg-plist
+++ b/lang/ocaml/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
bin/ocamlrun
bin/ocamlc
bin/ocaml
@@ -8,10 +9,11 @@ bin/ocamlprof
bin/ocamlcp
bin/ocamlmktop
bin/ocamlmklib
-%%LABLTK:%%%%LABLTK:%%bin/labltk
-%%LABLTK:%%bin/ocamlbrowser
+%%TK%%bin/labltk
+%%TK%%bin/ocamlbrowser
+bin/ocamldoc
+bin/ocamldoc.opt
bin/ocamlopt
-bin/odyl
bin/ocamlc.opt
bin/ocamlopt.opt
bin/ocamllex.opt
@@ -23,16 +25,25 @@ bin/ocpp
bin/camlp4o.opt
bin/mkcamlp4
bin/ocamldebug
+lib/ocaml/stublibs/dllunix.so
+lib/ocaml/stublibs/dllstr.so
+lib/ocaml/stublibs/dllnums.so
+lib/ocaml/stublibs/dllbigarray.so
+lib/ocaml/stublibs/dllthreads.so
+lib/ocaml/stublibs/dllgraphics.so
+lib/ocaml/stublibs/dllmldbm.so
+%%TK%%lib/ocaml/stublibs/dlllabltk.so
+%%TK%%lib/ocaml/stublibs/dlltkanim.so
lib/ocaml/libcamlrun.a
+lib/ocaml/caml/alloc.h
lib/ocaml/caml/callback.h
+lib/ocaml/caml/config.h
lib/ocaml/caml/custom.h
lib/ocaml/caml/fail.h
lib/ocaml/caml/intext.h
+lib/ocaml/caml/memory.h
lib/ocaml/caml/misc.h
-lib/ocaml/caml/alloc.h
lib/ocaml/caml/mlvalues.h
-lib/ocaml/caml/config.h
-lib/ocaml/caml/memory.h
lib/ocaml/caml/bigarray.h
lib/ocaml/ld.conf
lib/ocaml/stdlib.cma
@@ -47,6 +58,7 @@ lib/ocaml/stdLabels.ml
lib/ocaml/stack.ml
lib/ocaml/sort.ml
lib/ocaml/set.ml
+lib/ocaml/scanf.ml
lib/ocaml/random.ml
lib/ocaml/queue.ml
lib/ocaml/printf.ml
@@ -71,7 +83,9 @@ lib/ocaml/gc.ml
lib/ocaml/format.ml
lib/ocaml/filename.ml
lib/ocaml/digest.ml
+lib/ocaml/complex.ml
lib/ocaml/char.ml
+lib/ocaml/camlinternalOO.ml
lib/ocaml/callback.ml
lib/ocaml/buffer.ml
lib/ocaml/arrayLabels.ml
@@ -86,6 +100,7 @@ lib/ocaml/stdLabels.mli
lib/ocaml/stack.mli
lib/ocaml/sort.mli
lib/ocaml/set.mli
+lib/ocaml/scanf.mli
lib/ocaml/random.mli
lib/ocaml/queue.mli
lib/ocaml/printf.mli
@@ -110,7 +125,9 @@ lib/ocaml/gc.mli
lib/ocaml/format.mli
lib/ocaml/filename.mli
lib/ocaml/digest.mli
+lib/ocaml/complex.mli
lib/ocaml/char.mli
+lib/ocaml/camlinternalOO.mli
lib/ocaml/callback.mli
lib/ocaml/buffer.mli
lib/ocaml/arrayLabels.mli
@@ -126,6 +143,7 @@ lib/ocaml/stdLabels.cmi
lib/ocaml/stack.cmi
lib/ocaml/sort.cmi
lib/ocaml/set.cmi
+lib/ocaml/scanf.cmi
lib/ocaml/random.cmi
lib/ocaml/queue.cmi
lib/ocaml/printf.cmi
@@ -150,7 +168,9 @@ lib/ocaml/gc.cmi
lib/ocaml/format.cmi
lib/ocaml/filename.cmi
lib/ocaml/digest.cmi
+lib/ocaml/complex.cmi
lib/ocaml/char.cmi
+lib/ocaml/camlinternalOO.cmi
lib/ocaml/callback.cmi
lib/ocaml/buffer.cmi
lib/ocaml/arrayLabels.cmi
@@ -162,26 +182,24 @@ lib/ocaml/toplevellib.cma
lib/ocaml/expunge
lib/ocaml/outcometree.mli
lib/ocaml/outcometree.cmi
-lib/ocaml/topmain.cmo
+lib/ocaml/topstart.cmo
+lib/ocaml/topmain.cmi
lib/ocaml/topdirs.cmi
lib/ocaml/toploop.cmi
lib/ocaml/profiling.cmo
lib/ocaml/profiling.cmi
lib/ocaml/scrapelabels
lib/ocaml/addlabels
-lib/ocaml/dllunix.so
lib/ocaml/libunix.a
lib/ocaml/unixLabels.mli
lib/ocaml/unix.mli
lib/ocaml/unixLabels.cmi
lib/ocaml/unix.cmi
lib/ocaml/unix.cma
-lib/ocaml/dllstr.so
lib/ocaml/libstr.a
lib/ocaml/str.mli
lib/ocaml/str.cmi
lib/ocaml/str.cma
-lib/ocaml/dllnums.so
lib/ocaml/libnums.a
lib/ocaml/nums.cma
lib/ocaml/ratio.mli
@@ -196,15 +214,6 @@ lib/ocaml/big_int.cmi
lib/ocaml/arith_status.mli
lib/ocaml/extract_crc
lib/ocaml/dynlink.mli
-lib/ocaml/dynlink.cma
-lib/ocaml/dynlink.cmi
-lib/ocaml/dllbigarray.so
-lib/ocaml/bigarray.cma
-lib/ocaml/libbigarray.a
-lib/ocaml/bigarray.mli
-lib/ocaml/bigarray.cmi
-lib/ocaml/dllthreads.so
-lib/ocaml/libthreads.a
lib/ocaml/threads/threads.cma
lib/ocaml/threads/threadUnix.cmi
lib/ocaml/threads/event.cmi
@@ -218,212 +227,490 @@ lib/ocaml/threads/threads.a
lib/ocaml/threads/condition.cmx
lib/ocaml/threads/mutex.cmx
lib/ocaml/threads/thread.cmx
+lib/ocaml/dynlink.cma
+lib/ocaml/dynlink.cmi
+lib/ocaml/bigarray.cma
+lib/ocaml/libbigarray.a
+lib/ocaml/bigarray.mli
+lib/ocaml/bigarray.cmi
+lib/ocaml/libthreads.a
lib/ocaml/threadUnix.mli
lib/ocaml/event.mli
lib/ocaml/condition.mli
lib/ocaml/mutex.mli
lib/ocaml/thread.mli
-lib/ocaml/dllgraphics.so
lib/ocaml/libgraphics.a
lib/ocaml/graphicsX11.mli
lib/ocaml/graphics.mli
lib/ocaml/graphicsX11.cmi
lib/ocaml/graphics.cmi
lib/ocaml/graphics.cma
-lib/ocaml/dllmldbm.so
lib/ocaml/libmldbm.a
lib/ocaml/dbm.mli
lib/ocaml/dbm.cmi
lib/ocaml/dbm.cma
-%%LABLTK:%%lib/ocaml/labltk/place.cmi
-%%LABLTK:%%lib/ocaml/labltk/bell.cmi
-%%LABLTK:%%lib/ocaml/labltk/checkbutton.cmi
-%%LABLTK:%%lib/ocaml/labltk/grid.cmi
-%%LABLTK:%%lib/ocaml/labltk/winfo.cmi
-%%LABLTK:%%lib/ocaml/labltk/optionmenu.cmi
-%%LABLTK:%%lib/ocaml/labltk/scale.cmi
-%%LABLTK:%%lib/ocaml/labltk/selection.cmi
-%%LABLTK:%%lib/ocaml/labltk/grab.cmi
-%%LABLTK:%%lib/ocaml/labltk/tkwait.cmi
-%%LABLTK:%%lib/ocaml/labltk/radiobutton.cmi
-%%LABLTK:%%lib/ocaml/labltk/clipboard.cmi
-%%LABLTK:%%lib/ocaml/labltk/imagebitmap.cmi
-%%LABLTK:%%lib/ocaml/labltk/dialog.cmi
-%%LABLTK:%%lib/ocaml/labltk/frame.cmi
-%%LABLTK:%%lib/ocaml/labltk/toplevel.cmi
-%%LABLTK:%%lib/ocaml/labltk/option.cmi
-%%LABLTK:%%lib/ocaml/labltk/pack.cmi
-%%LABLTK:%%lib/ocaml/labltk/menubutton.cmi
-%%LABLTK:%%lib/ocaml/labltk/focus.cmi
-%%LABLTK:%%lib/ocaml/labltk/listbox.cmi
-%%LABLTK:%%lib/ocaml/labltk/entry.cmi
-%%LABLTK:%%lib/ocaml/labltk/wm.cmi
-%%LABLTK:%%lib/ocaml/labltk/menu.cmi
-%%LABLTK:%%lib/ocaml/labltk/message.cmi
-%%LABLTK:%%lib/ocaml/labltk/palette.cmi
-%%LABLTK:%%lib/ocaml/labltk/scrollbar.cmi
-%%LABLTK:%%lib/ocaml/labltk/label.cmi
-%%LABLTK:%%lib/ocaml/labltk/text.cmi
-%%LABLTK:%%lib/ocaml/labltk/button.cmi
-%%LABLTK:%%lib/ocaml/labltk/canvas.cmi
-%%LABLTK:%%lib/ocaml/labltk/imagephoto.cmi
-%%LABLTK:%%lib/ocaml/labltk/tk.cmi
-%%LABLTK:%%lib/ocaml/labltk/labltktop
-%%LABLTK:%%lib/ocaml/labltk/labltk.cma
-%%LABLTK:%%lib/ocaml/labltk/fileevent.cmi
-%%LABLTK:%%lib/ocaml/labltk/widget.mli
-%%LABLTK:%%lib/ocaml/labltk/widget.cmi
-%%LABLTK:%%lib/ocaml/labltk/timer.mli
-%%LABLTK:%%lib/ocaml/labltk/timer.cmi
-%%LABLTK:%%lib/ocaml/labltk/textvariable.mli
-%%LABLTK:%%lib/ocaml/labltk/textvariable.cmi
-%%LABLTK:%%lib/ocaml/labltk/protocol.mli
-%%LABLTK:%%lib/ocaml/labltk/protocol.cmi
-%%LABLTK:%%lib/ocaml/labltk/fileevent.mli
-%%LABLTK:%%lib/ocaml/labltk/liblabltk41.a
-%%LABLTK:%%lib/ocaml/labltk/dlllabltk41.so
-%%LABLTK:%%lib/ocaml/labltk/tkcompiler
-%%LABLTK:%%lib/ocaml/labltk/libjpf.cma
-%%LABLTK:%%lib/ocaml/labltk/balloon.mli
-%%LABLTK:%%lib/ocaml/labltk/fileselect.mli
-%%LABLTK:%%lib/ocaml/labltk/balloon.cmi
-%%LABLTK:%%lib/ocaml/labltk/fileselect.cmi
-%%LABLTK:%%lib/ocaml/labltk/support.cmx
-%%LABLTK:%%lib/ocaml/labltk/bell.cmx
-%%LABLTK:%%lib/ocaml/labltk/checkbutton.cmx
-%%LABLTK:%%lib/ocaml/labltk/grid.cmx
-%%LABLTK:%%lib/ocaml/labltk/winfo.cmx
-%%LABLTK:%%lib/ocaml/labltk/optionmenu.cmx
-%%LABLTK:%%lib/ocaml/labltk/scale.cmx
-%%LABLTK:%%lib/ocaml/labltk/selection.cmx
-%%LABLTK:%%lib/ocaml/labltk/grab.cmx
-%%LABLTK:%%lib/ocaml/labltk/tkwait.cmx
-%%LABLTK:%%lib/ocaml/labltk/radiobutton.cmx
-%%LABLTK:%%lib/ocaml/labltk/clipboard.cmx
-%%LABLTK:%%lib/ocaml/labltk/imagebitmap.cmx
-%%LABLTK:%%lib/ocaml/labltk/dialog.cmx
-%%LABLTK:%%lib/ocaml/labltk/frame.cmx
-%%LABLTK:%%lib/ocaml/labltk/toplevel.cmx
-%%LABLTK:%%lib/ocaml/labltk/option.cmx
-%%LABLTK:%%lib/ocaml/labltk/pack.cmx
-%%LABLTK:%%lib/ocaml/labltk/menubutton.cmx
-%%LABLTK:%%lib/ocaml/labltk/focus.cmx
-%%LABLTK:%%lib/ocaml/labltk/listbox.cmx
-%%LABLTK:%%lib/ocaml/labltk/entry.cmx
-%%LABLTK:%%lib/ocaml/labltk/menu.cmx
-%%LABLTK:%%lib/ocaml/labltk/message.cmx
-%%LABLTK:%%lib/ocaml/labltk/palette.cmx
-%%LABLTK:%%lib/ocaml/labltk/scrollbar.cmx
-%%LABLTK:%%lib/ocaml/labltk/label.cmx
-%%LABLTK:%%lib/ocaml/labltk/text.cmx
-%%LABLTK:%%lib/ocaml/labltk/button.cmx
-%%LABLTK:%%lib/ocaml/labltk/canvas.cmx
-%%LABLTK:%%lib/ocaml/labltk/imagephoto.cmx
-%%LABLTK:%%lib/ocaml/labltk/wm.cmx
-%%LABLTK:%%lib/ocaml/labltk/place.cmx
-%%LABLTK:%%lib/ocaml/labltk/fileevent.cmx
-%%LABLTK:%%lib/ocaml/labltk/timer.cmx
-%%LABLTK:%%lib/ocaml/labltk/textvariable.cmx
-%%LABLTK:%%lib/ocaml/labltk/protocol.cmx
-%%LABLTK:%%lib/ocaml/labltk/widget.cmx
-%%LABLTK:%%lib/ocaml/labltk/tk.cmx
-%%LABLTK:%%lib/ocaml/labltk/labltk.a
-%%LABLTK:%%lib/ocaml/labltk/labltk.cmxa
-%%LABLTK:%%lib/ocaml/labltk/balloon.cmx
-%%LABLTK:%%lib/ocaml/labltk/fileselect.cmx
-%%LABLTK:%%lib/ocaml/labltk/libjpf.a
-%%LABLTK:%%lib/ocaml/labltk/libjpf.cmxa
+%%TK%%lib/ocaml/labltk/place.cmi
+%%TK%%lib/ocaml/labltk/bell.mli
+%%TK%%lib/ocaml/labltk/checkbutton.mli
+%%TK%%lib/ocaml/labltk/grid.mli
+%%TK%%lib/ocaml/labltk/winfo.mli
+%%TK%%lib/ocaml/labltk/optionmenu.mli
+%%TK%%lib/ocaml/labltk/scale.mli
+%%TK%%lib/ocaml/labltk/selection.mli
+%%TK%%lib/ocaml/labltk/grab.mli
+%%TK%%lib/ocaml/labltk/tkwait.mli
+%%TK%%lib/ocaml/labltk/radiobutton.mli
+%%TK%%lib/ocaml/labltk/clipboard.mli
+%%TK%%lib/ocaml/labltk/imagebitmap.mli
+%%TK%%lib/ocaml/labltk/dialog.mli
+%%TK%%lib/ocaml/labltk/frame.mli
+%%TK%%lib/ocaml/labltk/toplevel.mli
+%%TK%%lib/ocaml/labltk/option.mli
+%%TK%%lib/ocaml/labltk/pack.mli
+%%TK%%lib/ocaml/labltk/menubutton.mli
+%%TK%%lib/ocaml/labltk/focus.mli
+%%TK%%lib/ocaml/labltk/listbox.mli
+%%TK%%lib/ocaml/labltk/entry.mli
+%%TK%%lib/ocaml/labltk/wm.mli
+%%TK%%lib/ocaml/labltk/menu.mli
+%%TK%%lib/ocaml/labltk/message.mli
+%%TK%%lib/ocaml/labltk/font.mli
+%%TK%%lib/ocaml/labltk/palette.mli
+%%TK%%lib/ocaml/labltk/pixmap.mli
+%%TK%%lib/ocaml/labltk/encoding.mli
+%%TK%%lib/ocaml/labltk/image.mli
+%%TK%%lib/ocaml/labltk/scrollbar.mli
+%%TK%%lib/ocaml/labltk/label.mli
+%%TK%%lib/ocaml/labltk/text.mli
+%%TK%%lib/ocaml/labltk/button.mli
+%%TK%%lib/ocaml/labltk/canvas.mli
+%%TK%%lib/ocaml/labltk/imagephoto.mli
+%%TK%%lib/ocaml/labltk/place.mli
+%%TK%%lib/ocaml/labltk/labltk.cmi
+%%TK%%lib/ocaml/labltk/tk.cmi
+%%TK%%lib/ocaml/labltk/tkvars.cmi
+%%TK%%lib/ocaml/labltk/bell.cmi
+%%TK%%lib/ocaml/labltk/checkbutton.cmi
+%%TK%%lib/ocaml/labltk/grid.cmi
+%%TK%%lib/ocaml/labltk/winfo.cmi
+%%TK%%lib/ocaml/labltk/optionmenu.cmi
+%%TK%%lib/ocaml/labltk/scale.cmi
+%%TK%%lib/ocaml/labltk/selection.cmi
+%%TK%%lib/ocaml/labltk/pp
+%%TK%%lib/ocaml/labltk/grab.cmi
+%%TK%%lib/ocaml/labltk/tkwait.cmi
+%%TK%%lib/ocaml/labltk/radiobutton.cmi
+%%TK%%lib/ocaml/labltk/clipboard.cmi
+%%TK%%lib/ocaml/labltk/imagebitmap.cmi
+%%TK%%lib/ocaml/labltk/dialog.cmi
+%%TK%%lib/ocaml/labltk/frame.cmi
+%%TK%%lib/ocaml/labltk/toplevel.cmi
+%%TK%%lib/ocaml/labltk/option.cmi
+%%TK%%lib/ocaml/labltk/pack.cmi
+%%TK%%lib/ocaml/labltk/menubutton.cmi
+%%TK%%lib/ocaml/labltk/focus.cmi
+%%TK%%lib/ocaml/labltk/listbox.cmi
+%%TK%%lib/ocaml/labltk/entry.cmi
+%%TK%%lib/ocaml/labltk/menu.cmi
+%%TK%%lib/ocaml/labltk/message.cmi
+%%TK%%lib/ocaml/labltk/font.cmi
+%%TK%%lib/ocaml/labltk/palette.cmi
+%%TK%%lib/ocaml/labltk/pixmap.cmi
+%%TK%%lib/ocaml/labltk/encoding.cmi
+%%TK%%lib/ocaml/labltk/image.cmi
+%%TK%%lib/ocaml/labltk/scrollbar.cmi
+%%TK%%lib/ocaml/labltk/label.cmi
+%%TK%%lib/ocaml/labltk/text.cmi
+%%TK%%lib/ocaml/labltk/button.cmi
+%%TK%%lib/ocaml/labltk/canvas.cmi
+%%TK%%lib/ocaml/labltk/imagephoto.cmi
+%%TK%%lib/ocaml/labltk/wm.cmi
+%%TK%%lib/ocaml/labltk/tkvars.mli
+%%TK%%lib/ocaml/labltk/cPlace.cmi
+%%TK%%lib/ocaml/labltk/cBell.mli
+%%TK%%lib/ocaml/labltk/cCheckbutton.mli
+%%TK%%lib/ocaml/labltk/cGrid.mli
+%%TK%%lib/ocaml/labltk/cWinfo.mli
+%%TK%%lib/ocaml/labltk/cOptionmenu.mli
+%%TK%%lib/ocaml/labltk/cScale.mli
+%%TK%%lib/ocaml/labltk/cSelection.mli
+%%TK%%lib/ocaml/labltk/cGrab.mli
+%%TK%%lib/ocaml/labltk/cTkwait.mli
+%%TK%%lib/ocaml/labltk/cRadiobutton.mli
+%%TK%%lib/ocaml/labltk/cClipboard.mli
+%%TK%%lib/ocaml/labltk/cImagebitmap.mli
+%%TK%%lib/ocaml/labltk/cDialog.mli
+%%TK%%lib/ocaml/labltk/cFrame.mli
+%%TK%%lib/ocaml/labltk/cToplevel.mli
+%%TK%%lib/ocaml/labltk/cOption.mli
+%%TK%%lib/ocaml/labltk/cPack.mli
+%%TK%%lib/ocaml/labltk/cMenubutton.mli
+%%TK%%lib/ocaml/labltk/cFocus.mli
+%%TK%%lib/ocaml/labltk/cListbox.mli
+%%TK%%lib/ocaml/labltk/cEntry.mli
+%%TK%%lib/ocaml/labltk/cMenu.mli
+%%TK%%lib/ocaml/labltk/cMessage.mli
+%%TK%%lib/ocaml/labltk/cFont.mli
+%%TK%%lib/ocaml/labltk/cPalette.mli
+%%TK%%lib/ocaml/labltk/cPixmap.mli
+%%TK%%lib/ocaml/labltk/cEncoding.mli
+%%TK%%lib/ocaml/labltk/cImage.mli
+%%TK%%lib/ocaml/labltk/cScrollbar.mli
+%%TK%%lib/ocaml/labltk/cLabel.mli
+%%TK%%lib/ocaml/labltk/cText.mli
+%%TK%%lib/ocaml/labltk/cButton.mli
+%%TK%%lib/ocaml/labltk/cCanvas.mli
+%%TK%%lib/ocaml/labltk/cImagephoto.mli
+%%TK%%lib/ocaml/labltk/cWm.mli
+%%TK%%lib/ocaml/labltk/cResource.mli
+%%TK%%lib/ocaml/labltk/cPlace.mli
+%%TK%%lib/ocaml/labltk/camltk.cmi
+%%TK%%lib/ocaml/labltk/cTk.cmi
+%%TK%%lib/ocaml/labltk/cTkvars.cmi
+%%TK%%lib/ocaml/labltk/cBell.cmi
+%%TK%%lib/ocaml/labltk/cCheckbutton.cmi
+%%TK%%lib/ocaml/labltk/cGrid.cmi
+%%TK%%lib/ocaml/labltk/cWinfo.cmi
+%%TK%%lib/ocaml/labltk/cOptionmenu.cmi
+%%TK%%lib/ocaml/labltk/cScale.cmi
+%%TK%%lib/ocaml/labltk/cSelection.cmi
+%%TK%%lib/ocaml/labltk/cGrab.cmi
+%%TK%%lib/ocaml/labltk/cTkwait.cmi
+%%TK%%lib/ocaml/labltk/cRadiobutton.cmi
+%%TK%%lib/ocaml/labltk/cClipboard.cmi
+%%TK%%lib/ocaml/labltk/cImagebitmap.cmi
+%%TK%%lib/ocaml/labltk/cDialog.cmi
+%%TK%%lib/ocaml/labltk/cFrame.cmi
+%%TK%%lib/ocaml/labltk/cToplevel.cmi
+%%TK%%lib/ocaml/labltk/cOption.cmi
+%%TK%%lib/ocaml/labltk/cPack.cmi
+%%TK%%lib/ocaml/labltk/cMenubutton.cmi
+%%TK%%lib/ocaml/labltk/cFocus.cmi
+%%TK%%lib/ocaml/labltk/cListbox.cmi
+%%TK%%lib/ocaml/labltk/cEntry.cmi
+%%TK%%lib/ocaml/labltk/cMenu.cmi
+%%TK%%lib/ocaml/labltk/cMessage.cmi
+%%TK%%lib/ocaml/labltk/cFont.cmi
+%%TK%%lib/ocaml/labltk/cPalette.cmi
+%%TK%%lib/ocaml/labltk/cPixmap.cmi
+%%TK%%lib/ocaml/labltk/cEncoding.cmi
+%%TK%%lib/ocaml/labltk/cImage.cmi
+%%TK%%lib/ocaml/labltk/cScrollbar.cmi
+%%TK%%lib/ocaml/labltk/cLabel.cmi
+%%TK%%lib/ocaml/labltk/cText.cmi
+%%TK%%lib/ocaml/labltk/cButton.cmi
+%%TK%%lib/ocaml/labltk/cCanvas.cmi
+%%TK%%lib/ocaml/labltk/cImagephoto.cmi
+%%TK%%lib/ocaml/labltk/cWm.cmi
+%%TK%%lib/ocaml/labltk/cResource.cmi
+%%TK%%lib/ocaml/labltk/cTkvars.mli
+%%TK%%lib/ocaml/labltk/labltktop
+%%TK%%lib/ocaml/labltk/labltk.cma
+%%TK%%lib/ocaml/labltk/fileevent.cmi
+%%TK%%lib/ocaml/labltk/widget.mli
+%%TK%%lib/ocaml/labltk/widget.cmi
+%%TK%%lib/ocaml/labltk/rawwidget.mli
+%%TK%%lib/ocaml/labltk/rawwidget.cmi
+%%TK%%lib/ocaml/labltk/timer.mli
+%%TK%%lib/ocaml/labltk/timer.cmi
+%%TK%%lib/ocaml/labltk/textvariable.mli
+%%TK%%lib/ocaml/labltk/tk.cmx
+%%TK%%lib/ocaml/labltk/textvariable.cmi
+%%TK%%lib/ocaml/labltk/protocol.mli
+%%TK%%lib/ocaml/labltk/protocol.cmi
+%%TK%%lib/ocaml/labltk/fileevent.mli
+%%TK%%lib/ocaml/labltk/liblabltk.a
+%%TK%%lib/ocaml/labltk/tkcompiler
+%%TK%%lib/ocaml/labltk/fileselect.cmi
+%%TK%%lib/ocaml/labltk/jpf_font.mli
+%%TK%%lib/ocaml/labltk/shell.mli
+%%TK%%lib/ocaml/labltk/balloon.mli
+%%TK%%lib/ocaml/labltk/fileselect.mli
+%%TK%%lib/ocaml/labltk/jpf_font.cmi
+%%TK%%lib/ocaml/labltk/shell.cmi
+%%TK%%lib/ocaml/labltk/balloon.cmi
+%%TK%%lib/ocaml/labltk/jpflib.cma
+%%TK%%lib/ocaml/labltk/frx_after.cmi
+%%TK%%lib/ocaml/labltk/frx_widget.mli
+%%TK%%lib/ocaml/labltk/frx_toplevel.mli
+%%TK%%lib/ocaml/labltk/frx_text.mli
+%%TK%%lib/ocaml/labltk/frx_synth.mli
+%%TK%%lib/ocaml/labltk/frx_selection.mli
+%%TK%%lib/ocaml/labltk/frx_rpc.mli
+%%TK%%lib/ocaml/labltk/frx_req.mli
+%%TK%%lib/ocaml/labltk/frx_misc.mli
+%%TK%%lib/ocaml/labltk/frx_mem.mli
+%%TK%%lib/ocaml/labltk/frx_listbox.mli
+%%TK%%lib/ocaml/labltk/frx_lbutton.mli
+%%TK%%lib/ocaml/labltk/frx_font.mli
+%%TK%%lib/ocaml/labltk/frx_focus.mli
+%%TK%%lib/ocaml/labltk/frx_fit.mli
+%%TK%%lib/ocaml/labltk/frx_fillbox.mli
+%%TK%%lib/ocaml/labltk/frx_entry.mli
+%%TK%%lib/ocaml/labltk/frx_dialog.mli
+%%TK%%lib/ocaml/labltk/frx_ctext.mli
+%%TK%%lib/ocaml/labltk/frx_color.mli
+%%TK%%lib/ocaml/labltk/frx_after.mli
+%%TK%%lib/ocaml/labltk/frx_widget.cmi
+%%TK%%lib/ocaml/labltk/frx_text.cmi
+%%TK%%lib/ocaml/labltk/frx_synth.cmi
+%%TK%%lib/ocaml/labltk/frx_selection.cmi
+%%TK%%lib/ocaml/labltk/frx_rpc.cmi
+%%TK%%lib/ocaml/labltk/frx_req.cmi
+%%TK%%lib/ocaml/labltk/frx_misc.cmi
+%%TK%%lib/ocaml/labltk/frx_mem.cmi
+%%TK%%lib/ocaml/labltk/frx_listbox.cmi
+%%TK%%lib/ocaml/labltk/frx_font.cmi
+%%TK%%lib/ocaml/labltk/frx_focus.cmi
+%%TK%%lib/ocaml/labltk/frx_fit.cmi
+%%TK%%lib/ocaml/labltk/frx_fillbox.cmi
+%%TK%%lib/ocaml/labltk/frx_entry.cmi
+%%TK%%lib/ocaml/labltk/frx_dialog.cmi
+%%TK%%lib/ocaml/labltk/frx_ctext.cmi
+%%TK%%lib/ocaml/labltk/frx_color.cmi
+%%TK%%lib/ocaml/labltk/frxlib.cma
+%%TK%%lib/ocaml/labltk/libtkanim.a
+%%TK%%lib/ocaml/labltk/tkanim.mli
+%%TK%%lib/ocaml/labltk/tkanim.cmi
+%%TK%%lib/ocaml/labltk/tkanim.cma
+%%TK%%lib/ocaml/labltk/place.cmx
+%%TK%%lib/ocaml/labltk/tkvars.cmx
+%%TK%%lib/ocaml/labltk/bell.cmx
+%%TK%%lib/ocaml/labltk/checkbutton.cmx
+%%TK%%lib/ocaml/labltk/grid.cmx
+%%TK%%lib/ocaml/labltk/winfo.cmx
+%%TK%%lib/ocaml/labltk/optionmenu.cmx
+%%TK%%lib/ocaml/labltk/scale.cmx
+%%TK%%lib/ocaml/labltk/selection.cmx
+%%TK%%lib/ocaml/labltk/grab.cmx
+%%TK%%lib/ocaml/labltk/tkwait.cmx
+%%TK%%lib/ocaml/labltk/radiobutton.cmx
+%%TK%%lib/ocaml/labltk/clipboard.cmx
+%%TK%%lib/ocaml/labltk/imagebitmap.cmx
+%%TK%%lib/ocaml/labltk/dialog.cmx
+%%TK%%lib/ocaml/labltk/frame.cmx
+%%TK%%lib/ocaml/labltk/toplevel.cmx
+%%TK%%lib/ocaml/labltk/option.cmx
+%%TK%%lib/ocaml/labltk/pack.cmx
+%%TK%%lib/ocaml/labltk/menubutton.cmx
+%%TK%%lib/ocaml/labltk/focus.cmx
+%%TK%%lib/ocaml/labltk/listbox.cmx
+%%TK%%lib/ocaml/labltk/entry.cmx
+%%TK%%lib/ocaml/labltk/menu.cmx
+%%TK%%lib/ocaml/labltk/message.cmx
+%%TK%%lib/ocaml/labltk/font.cmx
+%%TK%%lib/ocaml/labltk/palette.cmx
+%%TK%%lib/ocaml/labltk/pixmap.cmx
+%%TK%%lib/ocaml/labltk/encoding.cmx
+%%TK%%lib/ocaml/labltk/image.cmx
+%%TK%%lib/ocaml/labltk/scrollbar.cmx
+%%TK%%lib/ocaml/labltk/label.cmx
+%%TK%%lib/ocaml/labltk/text.cmx
+%%TK%%lib/ocaml/labltk/button.cmx
+%%TK%%lib/ocaml/labltk/canvas.cmx
+%%TK%%lib/ocaml/labltk/imagephoto.cmx
+%%TK%%lib/ocaml/labltk/wm.cmx
+%%TK%%lib/ocaml/labltk/labltk.cmx
+%%TK%%lib/ocaml/labltk/cPlace.cmx
+%%TK%%lib/ocaml/labltk/cTk.cmx
+%%TK%%lib/ocaml/labltk/cTkvars.cmx
+%%TK%%lib/ocaml/labltk/cBell.cmx
+%%TK%%lib/ocaml/labltk/cCheckbutton.cmx
+%%TK%%lib/ocaml/labltk/cGrid.cmx
+%%TK%%lib/ocaml/labltk/cWinfo.cmx
+%%TK%%lib/ocaml/labltk/cOptionmenu.cmx
+%%TK%%lib/ocaml/labltk/cScale.cmx
+%%TK%%lib/ocaml/labltk/cSelection.cmx
+%%TK%%lib/ocaml/labltk/cGrab.cmx
+%%TK%%lib/ocaml/labltk/cTkwait.cmx
+%%TK%%lib/ocaml/labltk/cRadiobutton.cmx
+%%TK%%lib/ocaml/labltk/cClipboard.cmx
+%%TK%%lib/ocaml/labltk/cImagebitmap.cmx
+%%TK%%lib/ocaml/labltk/cDialog.cmx
+%%TK%%lib/ocaml/labltk/cFrame.cmx
+%%TK%%lib/ocaml/labltk/cToplevel.cmx
+%%TK%%lib/ocaml/labltk/cWm.cmx
+%%TK%%lib/ocaml/labltk/cOption.cmx
+%%TK%%lib/ocaml/labltk/cPack.cmx
+%%TK%%lib/ocaml/labltk/cMenubutton.cmx
+%%TK%%lib/ocaml/labltk/cFocus.cmx
+%%TK%%lib/ocaml/labltk/cListbox.cmx
+%%TK%%lib/ocaml/labltk/cEntry.cmx
+%%TK%%lib/ocaml/labltk/cMenu.cmx
+%%TK%%lib/ocaml/labltk/cMessage.cmx
+%%TK%%lib/ocaml/labltk/cFont.cmx
+%%TK%%lib/ocaml/labltk/cPalette.cmx
+%%TK%%lib/ocaml/labltk/cPixmap.cmx
+%%TK%%lib/ocaml/labltk/cEncoding.cmx
+%%TK%%lib/ocaml/labltk/cImage.cmx
+%%TK%%lib/ocaml/labltk/cScrollbar.cmx
+%%TK%%lib/ocaml/labltk/cLabel.cmx
+%%TK%%lib/ocaml/labltk/cText.cmx
+%%TK%%lib/ocaml/labltk/cButton.cmx
+%%TK%%lib/ocaml/labltk/cCanvas.cmx
+%%TK%%lib/ocaml/labltk/cImagephoto.cmx
+%%TK%%lib/ocaml/labltk/cResource.cmx
+%%TK%%lib/ocaml/labltk/camltk.cmx
+%%TK%%lib/ocaml/labltk/labltk.a
+%%TK%%lib/ocaml/labltk/labltk.cmxa
+%%TK%%lib/ocaml/labltk/shell.cmx
+%%TK%%lib/ocaml/labltk/jpf_font.cmx
+%%TK%%lib/ocaml/labltk/balloon.cmx
+%%TK%%lib/ocaml/labltk/fileselect.cmx
+%%TK%%lib/ocaml/labltk/jpflib.a
+%%TK%%lib/ocaml/labltk/jpflib.cmxa
+%%TK%%lib/ocaml/labltk/frxlib.a
+%%TK%%lib/ocaml/labltk/frxlib.cmxa
+%%TK%%lib/ocaml/labltk/tkanim.a
+%%TK%%lib/ocaml/labltk/tkanim.cmxa
+lib/ocaml/sys.cmx
+lib/ocaml/ocamldoc/ocamldoc.sty
+lib/ocaml/ocamldoc/odoc_value.cmi
+lib/ocaml/ocamldoc/odoc_types.cmi
+lib/ocaml/ocamldoc/odoc_type.cmi
+lib/ocaml/ocamldoc/odoc_to_text.cmi
+lib/ocaml/ocamldoc/odoc_text_parser.cmi
+lib/ocaml/ocamldoc/odoc_text_lexer.cmi
+lib/ocaml/ocamldoc/odoc_text.cmi
+lib/ocaml/ocamldoc/odoc_texi.cmi
+lib/ocaml/ocamldoc/odoc_str.cmi
+lib/ocaml/ocamldoc/odoc_sig.cmi
+lib/ocaml/ocamldoc/odoc_see_lexer.cmi
+lib/ocaml/ocamldoc/odoc_search.cmi
+lib/ocaml/ocamldoc/odoc_scan.cmi
+lib/ocaml/ocamldoc/odoc_parser.cmi
+lib/ocaml/ocamldoc/odoc_parameter.cmi
+lib/ocaml/ocamldoc/odoc_opt.cmi
+lib/ocaml/ocamldoc/odoc_ocamlhtml.cmi
+lib/ocaml/ocamldoc/odoc_name.cmi
+lib/ocaml/ocamldoc/odoc_module.cmi
+lib/ocaml/ocamldoc/odoc_misc.cmi
+lib/ocaml/ocamldoc/odoc_messages.cmi
+lib/ocaml/ocamldoc/odoc_merge.cmi
+lib/ocaml/ocamldoc/odoc_man.cmi
+lib/ocaml/ocamldoc/odoc_lexer.cmi
+lib/ocaml/ocamldoc/odoc_latex.cmi
+lib/ocaml/ocamldoc/odoc_inherit.cmi
+lib/ocaml/ocamldoc/odoc_info.cmi
+lib/ocaml/ocamldoc/odoc_html.cmi
+lib/ocaml/ocamldoc/odoc_global.cmi
+lib/ocaml/ocamldoc/odoc_exception.cmi
+lib/ocaml/ocamldoc/odoc_env.cmi
+lib/ocaml/ocamldoc/odoc_dot.cmi
+lib/ocaml/ocamldoc/odoc_dep.cmi
+lib/ocaml/ocamldoc/odoc_dag2html.cmi
+lib/ocaml/ocamldoc/odoc_cross.cmi
+lib/ocaml/ocamldoc/odoc_crc.cmi
+lib/ocaml/ocamldoc/odoc_control.cmi
+lib/ocaml/ocamldoc/odoc_comments_global.cmi
+lib/ocaml/ocamldoc/odoc_comments.cmi
+lib/ocaml/ocamldoc/odoc_class.cmi
+lib/ocaml/ocamldoc/odoc_ast.cmi
+lib/ocaml/ocamldoc/odoc_args.cmi
+lib/ocaml/ocamldoc/odoc_analyse.cmi
+lib/ocaml/ocamldoc/odoc.cmi
+lib/ocaml/ocamldoc/ocamldoc.hva
+lib/ocaml/ocamldoc/odoc_info.cma
+lib/ocaml/ocamldoc/odoc_args.mli
+lib/ocaml/ocamldoc/odoc_info.mli
+lib/ocaml/ocamldoc/odoc_info.cmxa
+lib/ocaml/ocamldoc/odoc_info.a
lib/ocaml/libasmrun.a
lib/ocaml/libasmrunp.a
lib/ocaml/stdlib.cmxa
lib/ocaml/weak.cmx
-%%PROF:%%lib/ocaml/sys.p.cmx
-lib/ocaml/sys.cmx
-%%PROF:%%lib/ocaml/stringLabels.p.cmx
+%%PROF%%lib/ocaml/sys.p.cmx
+%%PROF%%lib/ocaml/stringLabels.p.cmx
lib/ocaml/stringLabels.cmx
-%%PROF:%%lib/ocaml/string.p.cmx
+%%PROF%%lib/ocaml/string.p.cmx
lib/ocaml/string.cmx
-%%PROF:%%lib/ocaml/stream.p.cmx
+%%PROF%%lib/ocaml/stream.p.cmx
lib/ocaml/stream.cmx
-%%PROF:%%lib/ocaml/std_exit.p.cmx
+%%PROF%%lib/ocaml/std_exit.p.cmx
lib/ocaml/std_exit.cmx
-%%PROF:%%lib/ocaml/stdLabels.p.cmx
+%%PROF%%lib/ocaml/stdLabels.p.cmx
lib/ocaml/stdLabels.cmx
-%%PROF:%%lib/ocaml/stack.p.cmx
+%%PROF%%lib/ocaml/stack.p.cmx
lib/ocaml/stack.cmx
-%%PROF:%%lib/ocaml/sort.p.cmx
+%%PROF%%lib/ocaml/sort.p.cmx
lib/ocaml/sort.cmx
-%%PROF:%%lib/ocaml/set.p.cmx
+%%PROF%%lib/ocaml/set.p.cmx
lib/ocaml/set.cmx
-%%PROF:%%lib/ocaml/random.p.cmx
+%%PROF%%lib/ocaml/scanf.p.cmx
+lib/ocaml/scanf.cmx
+%%PROF%%lib/ocaml/random.p.cmx
lib/ocaml/random.cmx
-%%PROF:%%lib/ocaml/queue.p.cmx
+%%PROF%%lib/ocaml/queue.p.cmx
lib/ocaml/queue.cmx
-%%PROF:%%lib/ocaml/printf.p.cmx
+%%PROF%%lib/ocaml/printf.p.cmx
lib/ocaml/printf.cmx
-%%PROF:%%lib/ocaml/printexc.p.cmx
+%%PROF%%lib/ocaml/printexc.p.cmx
lib/ocaml/printexc.cmx
-%%PROF:%%lib/ocaml/pervasives.p.cmx
+%%PROF%%lib/ocaml/pervasives.p.cmx
lib/ocaml/pervasives.cmx
-%%PROF:%%lib/ocaml/parsing.p.cmx
+%%PROF%%lib/ocaml/parsing.p.cmx
lib/ocaml/parsing.cmx
-%%PROF:%%lib/ocaml/oo.p.cmx
+%%PROF%%lib/ocaml/oo.p.cmx
lib/ocaml/oo.cmx
-%%PROF:%%lib/ocaml/obj.p.cmx
+%%PROF%%lib/ocaml/obj.p.cmx
lib/ocaml/obj.cmx
-%%PROF:%%lib/ocaml/nativeint.p.cmx
+%%PROF%%lib/ocaml/nativeint.p.cmx
lib/ocaml/nativeint.cmx
-%%PROF:%%lib/ocaml/moreLabels.p.cmx
+%%PROF%%lib/ocaml/moreLabels.p.cmx
lib/ocaml/moreLabels.cmx
-%%PROF:%%lib/ocaml/marshal.p.cmx
+%%PROF%%lib/ocaml/marshal.p.cmx
lib/ocaml/marshal.cmx
-%%PROF:%%lib/ocaml/map.p.cmx
+%%PROF%%lib/ocaml/map.p.cmx
lib/ocaml/map.cmx
-%%PROF:%%lib/ocaml/listLabels.p.cmx
+%%PROF%%lib/ocaml/listLabels.p.cmx
lib/ocaml/listLabels.cmx
-%%PROF:%%lib/ocaml/list.p.cmx
+%%PROF%%lib/ocaml/list.p.cmx
lib/ocaml/list.cmx
-%%PROF:%%lib/ocaml/lexing.p.cmx
+%%PROF%%lib/ocaml/lexing.p.cmx
lib/ocaml/lexing.cmx
-%%PROF:%%lib/ocaml/lazy.p.cmx
+%%PROF%%lib/ocaml/lazy.p.cmx
lib/ocaml/lazy.cmx
-%%PROF:%%lib/ocaml/labelled.p.cmx
+%%PROF%%lib/ocaml/labelled.p.cmx
lib/ocaml/labelled.cmx
-%%PROF:%%lib/ocaml/int64.p.cmx
+%%PROF%%lib/ocaml/int64.p.cmx
lib/ocaml/int64.cmx
-%%PROF:%%lib/ocaml/int32.p.cmx
+%%PROF%%lib/ocaml/int32.p.cmx
lib/ocaml/int32.cmx
-%%PROF:%%lib/ocaml/hashtbl.p.cmx
+%%PROF%%lib/ocaml/hashtbl.p.cmx
lib/ocaml/hashtbl.cmx
-%%PROF:%%lib/ocaml/genlex.p.cmx
+%%PROF%%lib/ocaml/genlex.p.cmx
lib/ocaml/genlex.cmx
-%%PROF:%%lib/ocaml/gc.p.cmx
+%%PROF%%lib/ocaml/gc.p.cmx
lib/ocaml/gc.cmx
-%%PROF:%%lib/ocaml/format.p.cmx
+%%PROF%%lib/ocaml/format.p.cmx
lib/ocaml/format.cmx
-%%PROF:%%lib/ocaml/filename.p.cmx
+%%PROF%%lib/ocaml/filename.p.cmx
lib/ocaml/filename.cmx
-%%PROF:%%lib/ocaml/digest.p.cmx
+%%PROF%%lib/ocaml/digest.p.cmx
lib/ocaml/digest.cmx
-%%PROF:%%lib/ocaml/char.p.cmx
+%%PROF%%lib/ocaml/complex.p.cmx
+lib/ocaml/complex.cmx
+%%PROF%%lib/ocaml/char.p.cmx
lib/ocaml/char.cmx
-%%PROF:%%lib/ocaml/callback.p.cmx
+%%PROF%%lib/ocaml/camlinternalOO.p.cmx
+lib/ocaml/camlinternalOO.cmx
+%%PROF%%lib/ocaml/callback.p.cmx
lib/ocaml/callback.cmx
-%%PROF:%%lib/ocaml/buffer.p.cmx
+%%PROF%%lib/ocaml/buffer.p.cmx
lib/ocaml/buffer.cmx
-%%PROF:%%lib/ocaml/arrayLabels.p.cmx
+%%PROF%%lib/ocaml/arrayLabels.p.cmx
lib/ocaml/arrayLabels.cmx
-%%PROF:%%lib/ocaml/array.p.cmx
+%%PROF%%lib/ocaml/array.p.cmx
lib/ocaml/array.cmx
-%%PROF:%%lib/ocaml/arg.p.cmx
+%%PROF%%lib/ocaml/arg.p.cmx
lib/ocaml/arg.cmx
lib/ocaml/std_exit.o
lib/ocaml/stdlib.a
-%%PROF:%%lib/ocaml/weak.p.cmx
-%%PROF:%%lib/ocaml/std_exit.p.o
-%%PROF:%%lib/ocaml/stdlib.p.a
-%%PROF:%%lib/ocaml/stdlib.p.cmxa
lib/ocaml/unix.a
+%%PROF%%lib/ocaml/weak.p.cmx
+%%PROF%%lib/ocaml/std_exit.p.o
+%%PROF%%lib/ocaml/stdlib.p.a
+%%PROF%%lib/ocaml/stdlib.p.cmxa
lib/ocaml/unix.cmxa
lib/ocaml/unixLabels.cmx
lib/ocaml/unix.cmx
@@ -453,6 +740,7 @@ lib/ocaml/camlp4/odyl.cma
lib/ocaml/camlp4/odyl.cmo
lib/ocaml/camlp4/spretty.mli
lib/ocaml/camlp4/pcaml.mli
+lib/ocaml/camlp4/ast2pt.mli
lib/ocaml/camlp4/quotation.mli
lib/ocaml/camlp4/mLast.mli
lib/ocaml/camlp4/spretty.cmi
@@ -468,6 +756,7 @@ lib/ocaml/camlp4/pr_dump.cmo
lib/ocaml/camlp4/pa_rp.cmo
lib/ocaml/camlp4/pa_r.cmo
lib/ocaml/camlp4/q_MLast.cmo
+lib/ocaml/camlp4/pa_extend.cmi
lib/ocaml/camlp4/pa_ifdef.cmi
lib/ocaml/camlp4/q_phony.cmo
lib/ocaml/camlp4/pr_null.cmo
@@ -477,8 +766,11 @@ lib/ocaml/camlp4/pr_op.cmo
lib/ocaml/camlp4/pr_o.cmo
lib/ocaml/camlp4/pr_rp.cmo
lib/ocaml/camlp4/pr_r.cmo
+lib/ocaml/camlp4/pa_lefteval.cmo
+lib/ocaml/camlp4/pa_ocamllex.cma
lib/ocaml/camlp4/pa_fstream.cmo
lib/ocaml/camlp4/pa_extfun.cmo
+lib/ocaml/camlp4/pa_extfold.cmo
lib/ocaml/camlp4/pa_lisp.cmo
lib/ocaml/camlp4/pa_sml.cmo
lib/ocaml/camlp4/pa_olabl.cmo
@@ -490,11 +782,11 @@ lib/ocaml/camlp4/pa_o.cmo
lib/ocaml/camlp4/pr_depend.cmo
lib/ocaml/camlp4/pa_o.cmi
lib/ocaml/camlp4/lib.sml
+lib/ocaml/camlp4/crc.cmo
lib/ocaml/camlp4/camlp4_top.cma
lib/ocaml/camlp4/camlp4r.cma
lib/ocaml/camlp4/camlp4o.cma
lib/ocaml/camlp4/ocpp.cmo
-lib/ocaml/camlp4/crc.cmo
lib/ocaml/camlp4/gramlib.cma
lib/ocaml/camlp4/stdpp.mli
lib/ocaml/camlp4/plexer.mli
@@ -502,14 +794,16 @@ lib/ocaml/camlp4/grammar.mli
lib/ocaml/camlp4/gramext.mli
lib/ocaml/camlp4/fstream.mli
lib/ocaml/camlp4/extfun.mli
+lib/ocaml/camlp4/extfold.mli
lib/ocaml/camlp4/token.mli
-lib/ocaml/camlp4/grammar.cmi
+lib/ocaml/camlp4/extfold.cmi
lib/ocaml/camlp4/stdpp.cmi
lib/ocaml/camlp4/plexer.cmi
-lib/ocaml/camlp4/token.cmi
+lib/ocaml/camlp4/grammar.cmi
lib/ocaml/camlp4/gramext.cmi
lib/ocaml/camlp4/fstream.cmi
lib/ocaml/camlp4/extfun.cmi
+lib/ocaml/camlp4/token.cmi
lib/ocaml/camlp4/gramlib.cmxa
lib/ocaml/camlp4/stdpp.cmx
lib/ocaml/camlp4/plexer.cmx
@@ -517,8 +811,39 @@ lib/ocaml/camlp4/grammar.cmx
lib/ocaml/camlp4/gramext.cmx
lib/ocaml/camlp4/fstream.cmx
lib/ocaml/camlp4/extfun.cmx
+lib/ocaml/camlp4/extfold.cmx
lib/ocaml/camlp4/token.cmx
lib/ocaml/camlp4/gramlib.a
+%%TK%%share/examples/ocaml/labltk/Lambda2.back.gif
+%%TK%%share/examples/ocaml/labltk/Makefile
+%%TK%%share/examples/ocaml/labltk/Makefile.nt
+%%TK%%share/examples/ocaml/labltk/README
+%%TK%%share/examples/ocaml/labltk/calc.ml
+%%TK%%share/examples/ocaml/labltk/clock.ml
+%%TK%%share/examples/ocaml/labltk/demo.ml
+%%TK%%share/examples/ocaml/labltk/eyes.ml
+%%TK%%share/examples/ocaml/labltk/hello.ml
+%%TK%%share/examples/ocaml/labltk/hello.tcl
+%%TK%%share/examples/ocaml/labltk/lang.ml
+%%TK%%share/examples/ocaml/labltk/taquin.ml
+%%TK%%share/examples/ocaml/labltk/tetris.ml
+%%TK%%share/examples/ocaml/camltk/images/CamlBook.gif
+%%TK%%share/examples/ocaml/camltk/images/Lambda2.back.gif
+%%TK%%share/examples/ocaml/camltk/images/dojoji.back.gif
+%%TK%%share/examples/ocaml/camltk/Makefile
+%%TK%%share/examples/ocaml/camltk/Makefile.nt
+%%TK%%share/examples/ocaml/camltk/addition.ml
+%%TK%%share/examples/ocaml/camltk/eyes.ml
+%%TK%%share/examples/ocaml/camltk/fileinput.ml
+%%TK%%share/examples/ocaml/camltk/fileopen.ml
+%%TK%%share/examples/ocaml/camltk/helloworld.ml
+%%TK%%share/examples/ocaml/camltk/jptest.ml
+%%TK%%share/examples/ocaml/camltk/mytext.ml
+%%TK%%share/examples/ocaml/camltk/socketinput.ml
+%%TK%%share/examples/ocaml/camltk/taddition.ml
+%%TK%%share/examples/ocaml/camltk/tetris.ml
+%%TK%%share/examples/ocaml/camltk/text.ml
+%%TK%%share/examples/ocaml/camltk/winskel.ml
share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/Arg.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Arith_status.html
@@ -532,7 +857,9 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Buffer.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Callback.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/CamlinternalOO.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Char.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Complex.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Condition.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Dbm.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Digest.html
@@ -560,13 +887,13 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/Map.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Marshal.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.HashedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.S.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Hashtbl.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.OrderedType.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.S.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Map.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.OrderedType.html
%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.S.html
@@ -578,11 +905,14 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/Obj.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Oo.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Parsing.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Pervasives.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Pervasives.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Printexc.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Printf.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Queue.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Random.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Scanf.Scanning.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Scanf.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Set.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Set.OrderedType.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Set.S.html
@@ -601,8 +931,12 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/Thread.html
%%PORTDOCS%%share/doc/ocaml/html/libref/ThreadUnix.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Tk.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Unix.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Unix.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/UnixLabels.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/UnixLabels.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Weak.Make.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/Weak.S.html
%%PORTDOCS%%share/doc/ocaml/html/libref/Weak.html
%%PORTDOCS%%share/doc/ocaml/html/libref/index.html
%%PORTDOCS%%share/doc/ocaml/html/libref/index_attributes.html
@@ -627,7 +961,9 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Buffer.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Callback.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_CamlinternalOO.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Char.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Complex.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Condition.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Dbm.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Digest.html
@@ -642,8 +978,8 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.HashedType.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Int32.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Hashtbl.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Int64.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Lazy.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Lexing.html
@@ -673,21 +1009,24 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Obj.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Oo.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Parsing.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Pervasives.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Pervasives.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Printexc.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Printf.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Queue.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Random.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Scanf.Scanning.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Scanf.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.Make.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.OrderedType.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.S.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Set.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Sort.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Stack.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.Array.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.List.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.String.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_StdLabels.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Str.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Stream.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_String.html
@@ -696,12 +1035,15 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Thread.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_ThreadUnix.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Tk.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Unix.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Unix.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_UnixLabels.LargeFile.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_UnixLabels.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.Make.html
+%%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.S.html
%%PORTDOCS%%share/doc/ocaml/html/libref/type_Weak.html
%%PORTDOCS%%share/doc/ocaml/html/contents_motif.gif
%%PORTDOCS%%share/doc/ocaml/html/index.html
-%%PORTDOCS%%share/doc/ocaml/html/libgraph.gif
%%PORTDOCS%%share/doc/ocaml/html/manual.haux
%%PORTDOCS%%share/doc/ocaml/html/manual.hmanual
%%PORTDOCS%%share/doc/ocaml/html/manual.hmanual.hind
@@ -751,60 +1093,22 @@ share/doc/ocaml/LICENSE
%%PORTDOCS%%share/doc/ocaml/html/manual042.html
%%PORTDOCS%%share/doc/ocaml/html/manual043.html
%%PORTDOCS%%share/doc/ocaml/html/manual044.html
-%%PORTDOCS%%share/doc/ocaml/html/manual045.html
-%%PORTDOCS%%share/doc/ocaml/html/manual046.html
-%%PORTDOCS%%share/doc/ocaml/html/manual047.html
-%%PORTDOCS%%share/doc/ocaml/html/manual048.html
-%%PORTDOCS%%share/doc/ocaml/html/manual049.html
-%%PORTDOCS%%share/doc/ocaml/html/manual050.html
-%%PORTDOCS%%share/doc/ocaml/html/manual051.html
-%%PORTDOCS%%share/doc/ocaml/html/manual052.html
-%%PORTDOCS%%share/doc/ocaml/html/manual053.html
-%%PORTDOCS%%share/doc/ocaml/html/manual054.html
-%%PORTDOCS%%share/doc/ocaml/html/manual055.html
-%%PORTDOCS%%share/doc/ocaml/html/manual056.html
-%%PORTDOCS%%share/doc/ocaml/html/manual057.html
-%%PORTDOCS%%share/doc/ocaml/html/manual058.html
-%%PORTDOCS%%share/doc/ocaml/html/manual059.html
-%%PORTDOCS%%share/doc/ocaml/html/manual060.html
-%%PORTDOCS%%share/doc/ocaml/html/manual061.html
-%%PORTDOCS%%share/doc/ocaml/html/manual062.html
-%%PORTDOCS%%share/doc/ocaml/html/manual063.html
-%%PORTDOCS%%share/doc/ocaml/html/manual064.html
-%%PORTDOCS%%share/doc/ocaml/html/manual065.html
-%%PORTDOCS%%share/doc/ocaml/html/manual066.html
-%%PORTDOCS%%share/doc/ocaml/html/manual067.html
-%%PORTDOCS%%share/doc/ocaml/html/manual068.html
-%%PORTDOCS%%share/doc/ocaml/html/manual069.html
-%%PORTDOCS%%share/doc/ocaml/html/manual070.html
-%%PORTDOCS%%share/doc/ocaml/html/manual071.html
-%%PORTDOCS%%share/doc/ocaml/html/manual072.html
-%%PORTDOCS%%share/doc/ocaml/html/manual073.html
-%%PORTDOCS%%share/doc/ocaml/html/manual074.html
-%%PORTDOCS%%share/doc/ocaml/html/manual075.html
-%%PORTDOCS%%share/doc/ocaml/html/manual076.html
%%PORTDOCS%%share/doc/ocaml/html/next_motif.gif
%%PORTDOCS%%share/doc/ocaml/html/previous_motif.gif
-%%PORTDOCS%%share/doc/ocaml/ocaml-3.04-refman.ps.gz
-%%PORTDOCS%%share/doc/ocaml/ocaml-3.04-refman.pdf
-%%LABLTK:%%share/examples/ocaml/labltk/Lambda2.back.gif
-%%LABLTK:%%share/examples/ocaml/labltk/Makefile
-%%LABLTK:%%share/examples/ocaml/labltk/README
-%%LABLTK:%%share/examples/ocaml/labltk/calc.ml
-%%LABLTK:%%share/examples/ocaml/labltk/clock.ml
-%%LABLTK:%%share/examples/ocaml/labltk/demo.ml
-%%LABLTK:%%share/examples/ocaml/labltk/eyes.ml
-%%LABLTK:%%share/examples/ocaml/labltk/hello.ml
-%%LABLTK:%%share/examples/ocaml/labltk/hello.tcl
-%%LABLTK:%%share/examples/ocaml/labltk/tetris.ml
-@dirrm lib/ocaml/shlibs
+%%PORTDOCS%%share/doc/ocaml/html/libgraph.gif
+%%PORTDOCS%%share/doc/ocaml/ocaml-3.05-refman.ps.gz
+%%PORTDOCS%%share/doc/ocaml/ocaml-3.05-refman.pdf
+@dirrm lib/ocaml/stublibs
@dirrm lib/ocaml/caml
@dirrm lib/ocaml/threads
-%%LABLTK:%%@dirrm lib/ocaml/labltk
+%%TK%%@dirrm lib/ocaml/labltk
+@dirrm lib/ocaml/ocamldoc
@dirrm lib/ocaml/camlp4
@dirrm lib/ocaml
%%PORTDOCS%%@dirrm share/doc/ocaml/html/libref
%%PORTDOCS%%@dirrm share/doc/ocaml/html
@dirrm share/doc/ocaml
-%%LABLTK:%%@dirrm share/examples/ocaml/labltk
-%%LABLTK:%%@dirrm share/examples/ocaml
+%%TK%%@dirrm share/examples/ocaml/labltk
+%%TK%%@dirrm share/examples/ocaml/camltk/images
+%%TK%%@dirrm share/examples/ocaml/camltk
+%%TK%%@dirrm share/examples/ocaml
OpenPOWER on IntegriCloud