From nobody@FreeBSD.org  Sat Jan 12 11:59:04 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0BC8537B41C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jan 2002 11:59:04 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0CJx4729372;
	Sat, 12 Jan 2002 11:59:04 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201121959.g0CJx4729372@freefall.freebsd.org>
Date: Sat, 12 Jan 2002 11:59:04 -0800 (PST)
From: Brad Knotwell <knotwell@ix.netcom.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new release of ocaml -- port update
X-Send-Pr-Version: www-1.0

>Number:         33819
>Category:       ports
>Synopsis:       new release of ocaml -- port update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 12:00:03 PST 2002
>Closed-Date:    Sun Feb 10 21:24:53 PST 2002
>Last-Modified:  Sun Feb 10 21:25:03 PST 2002
>Originator:     Brad Knotwell
>Release:        4.4
>Organization:
home
>Environment:
FreeBSD bradbsd 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Dec  1 10:55:26 PST 2001     root@bradbsd:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Inria recently released a new version of ocaml--3.04.
I've included diffs against current CVS to update the port.

>How-To-Repeat:
      N/A
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/ocaml/Makefile,v
retrieving revision 1.21
diff -r1.21 Makefile
9c9
< PORTVERSION=  3.02
---
> PORTVERSION=  3.04
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/ocaml/distinfo,v
retrieving revision 1.8
diff -r1.8 distinfo
1,3c1,3
< MD5 (ocaml-3.02.tar.gz) = 2184258b41d3975648a4ebbb615c5046
< MD5 (ocaml-3.02-refman.html.tar.gz) = b2aeaa11f3ba48d59deb3fe1693606d4
< MD5 (ocaml-3.02-refman.ps.gz) = 6dc24a8b1f98b91e7ab8ecd34a90d59c
---
> MD5 (ocaml-3.04.tar.gz) = 7f2fbb849fccb33308188aa19aa9b0ee
> MD5 (ocaml-3.04-refman.html.tar.gz) = 30538e4a76c8c7d540a9391d8c8967c7
> MD5 (ocaml-3.04-refman.ps.gz) = 0127244af1014c1db9a192247b686dc9

>Release-Note:
>Audit-Trail:

From: Brad Knotwell <knotwell@ix.netcom.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/33819: new release of ocaml -- port update
Date: Sat, 12 Jan 2002 12:50:15 -0800

 Oops, turns out I was hasty on sending the update.  The following
 changes need to be made instead.  Sorry about the earlier confusion!!
 
 --Brad
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/Makefile,v
 retrieving revision 1.21
 diff -r1.21 Makefile
 9c9
 < PORTVERSION=	3.02
 ---
 > PORTVERSION=	3.04
 61a62,63
 > 	@${MKDIR} ${DOCSDIR}/html/libref
 > 	@mv ${WRKDIR}/htmlman/libref ${WRKDIR}/libref
 62a65,66
 > 	@cd ${WRKDIR}/libref; ${INSTALL_DATA} * ${DOCSDIR}/html/libref
 > 	@mv ${WRKDIR}/libref ${WRKDIR}/htmlman
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/distinfo,v
 retrieving revision 1.8
 diff -r1.8 distinfo
 1,3c1,3
 < MD5 (ocaml-3.02.tar.gz) = 2184258b41d3975648a4ebbb615c5046
 < MD5 (ocaml-3.02-refman.html.tar.gz) = b2aeaa11f3ba48d59deb3fe1693606d4
 < MD5 (ocaml-3.02-refman.ps.gz) = 6dc24a8b1f98b91e7ab8ecd34a90d59c
 ---
 > MD5 (ocaml-3.04.tar.gz) = 7f2fbb849fccb33308188aa19aa9b0ee
 > MD5 (ocaml-3.04-refman.html.tar.gz) = 30538e4a76c8c7d540a9391d8c8967c7
 > MD5 (ocaml-3.04-refman.ps.gz) = 0127244af1014c1db9a192247b686dc9
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/pkg-plist,v
 retrieving revision 1.13
 diff -r1.13 pkg-plist
 409a410
 > share/doc/ocaml/ocaml-3.04-refman.ps.gz
 413a415
 > share/doc/ocaml/html/manual.hmanual
 415a418
 > share/doc/ocaml/html/manual.htoc
 490a494
 > share/doc/ocaml/html/manual076.html
 493c497,676
 < share/doc/ocaml/ocaml-3.02-refman.ps.gz
 ---
 > share/doc/ocaml/html/libref/Arg.html
 > share/doc/ocaml/html/libref/Arith_status.html
 > share/doc/ocaml/html/libref/Array.html
 > share/doc/ocaml/html/libref/ArrayLabels.html
 > share/doc/ocaml/html/libref/Big_int.html
 > share/doc/ocaml/html/libref/Bigarray.Array1.html
 > share/doc/ocaml/html/libref/Bigarray.Array2.html
 > share/doc/ocaml/html/libref/Bigarray.Array3.html
 > share/doc/ocaml/html/libref/Bigarray.Genarray.html
 > share/doc/ocaml/html/libref/Bigarray.html
 > share/doc/ocaml/html/libref/Buffer.html
 > share/doc/ocaml/html/libref/Callback.html
 > share/doc/ocaml/html/libref/Char.html
 > share/doc/ocaml/html/libref/Condition.html
 > share/doc/ocaml/html/libref/Dbm.html
 > share/doc/ocaml/html/libref/Digest.html
 > share/doc/ocaml/html/libref/Dynlink.html
 > share/doc/ocaml/html/libref/Event.html
 > share/doc/ocaml/html/libref/Filename.html
 > share/doc/ocaml/html/libref/Format.html
 > share/doc/ocaml/html/libref/Gc.html
 > share/doc/ocaml/html/libref/Genlex.html
 > share/doc/ocaml/html/libref/Graphics.html
 > share/doc/ocaml/html/libref/GraphicsX11.html
 > share/doc/ocaml/html/libref/Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/Hashtbl.Make.html
 > share/doc/ocaml/html/libref/Hashtbl.S.html
 > share/doc/ocaml/html/libref/Hashtbl.html
 > share/doc/ocaml/html/libref/Int32.html
 > share/doc/ocaml/html/libref/Int64.html
 > share/doc/ocaml/html/libref/Lazy.html
 > share/doc/ocaml/html/libref/Lexing.html
 > share/doc/ocaml/html/libref/List.html
 > share/doc/ocaml/html/libref/ListLabels.html
 > share/doc/ocaml/html/libref/Map.Make.html
 > share/doc/ocaml/html/libref/Map.OrderedType.html
 > share/doc/ocaml/html/libref/Map.S.html
 > share/doc/ocaml/html/libref/Map.html
 > share/doc/ocaml/html/libref/Marshal.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.OrderedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.OrderedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.html
 > share/doc/ocaml/html/libref/MoreLabels.html
 > share/doc/ocaml/html/libref/Mutex.html
 > share/doc/ocaml/html/libref/Nativeint.html
 > share/doc/ocaml/html/libref/Num.html
 > share/doc/ocaml/html/libref/Obj.html
 > share/doc/ocaml/html/libref/Oo.html
 > share/doc/ocaml/html/libref/Parsing.html
 > share/doc/ocaml/html/libref/Pervasives.html
 > share/doc/ocaml/html/libref/Printexc.html
 > share/doc/ocaml/html/libref/Printf.html
 > share/doc/ocaml/html/libref/Queue.html
 > share/doc/ocaml/html/libref/Random.html
 > share/doc/ocaml/html/libref/Set.Make.html
 > share/doc/ocaml/html/libref/Set.OrderedType.html
 > share/doc/ocaml/html/libref/Set.S.html
 > share/doc/ocaml/html/libref/Set.html
 > share/doc/ocaml/html/libref/Sort.html
 > share/doc/ocaml/html/libref/Stack.html
 > share/doc/ocaml/html/libref/StdLabels.Array.html
 > share/doc/ocaml/html/libref/StdLabels.List.html
 > share/doc/ocaml/html/libref/StdLabels.String.html
 > share/doc/ocaml/html/libref/StdLabels.html
 > share/doc/ocaml/html/libref/Str.html
 > share/doc/ocaml/html/libref/Stream.html
 > share/doc/ocaml/html/libref/String.html
 > share/doc/ocaml/html/libref/StringLabels.html
 > share/doc/ocaml/html/libref/Sys.html
 > share/doc/ocaml/html/libref/Thread.html
 > share/doc/ocaml/html/libref/ThreadUnix.html
 > share/doc/ocaml/html/libref/Tk.html
 > share/doc/ocaml/html/libref/Unix.html
 > share/doc/ocaml/html/libref/UnixLabels.html
 > share/doc/ocaml/html/libref/Weak.html
 > share/doc/ocaml/html/libref/index.html
 > share/doc/ocaml/html/libref/index_attributes.html
 > share/doc/ocaml/html/libref/index_class_types.html
 > share/doc/ocaml/html/libref/index_classes.html
 > share/doc/ocaml/html/libref/index_exceptions.html
 > share/doc/ocaml/html/libref/index_methods.html
 > share/doc/ocaml/html/libref/index_module_types.html
 > share/doc/ocaml/html/libref/index_modules.html
 > share/doc/ocaml/html/libref/index_types.html
 > share/doc/ocaml/html/libref/index_values.html
 > share/doc/ocaml/html/libref/style.css
 > share/doc/ocaml/html/libref/type_Arg.html
 > share/doc/ocaml/html/libref/type_Arith_status.html
 > share/doc/ocaml/html/libref/type_Array.html
 > share/doc/ocaml/html/libref/type_ArrayLabels.html
 > share/doc/ocaml/html/libref/type_Big_int.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array1.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array2.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array3.html
 > share/doc/ocaml/html/libref/type_Bigarray.Genarray.html
 > share/doc/ocaml/html/libref/type_Bigarray.html
 > share/doc/ocaml/html/libref/type_Buffer.html
 > share/doc/ocaml/html/libref/type_Callback.html
 > share/doc/ocaml/html/libref/type_Char.html
 > share/doc/ocaml/html/libref/type_Condition.html
 > share/doc/ocaml/html/libref/type_Dbm.html
 > share/doc/ocaml/html/libref/type_Digest.html
 > share/doc/ocaml/html/libref/type_Dynlink.html
 > share/doc/ocaml/html/libref/type_Event.html
 > share/doc/ocaml/html/libref/type_Filename.html
 > share/doc/ocaml/html/libref/type_Format.html
 > share/doc/ocaml/html/libref/type_Gc.html
 > share/doc/ocaml/html/libref/type_Genlex.html
 > share/doc/ocaml/html/libref/type_Graphics.html
 > share/doc/ocaml/html/libref/type_GraphicsX11.html
 > share/doc/ocaml/html/libref/type_Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/type_Hashtbl.Make.html
 > share/doc/ocaml/html/libref/type_Hashtbl.S.html
 > share/doc/ocaml/html/libref/type_Hashtbl.html
 > share/doc/ocaml/html/libref/type_Int32.html
 > share/doc/ocaml/html/libref/type_Int64.html
 > share/doc/ocaml/html/libref/type_Lazy.html
 > share/doc/ocaml/html/libref/type_Lexing.html
 > share/doc/ocaml/html/libref/type_List.html
 > share/doc/ocaml/html/libref/type_ListLabels.html
 > share/doc/ocaml/html/libref/type_Map.Make.html
 > share/doc/ocaml/html/libref/type_Map.OrderedType.html
 > share/doc/ocaml/html/libref/type_Map.S.html
 > share/doc/ocaml/html/libref/type_Map.html
 > share/doc/ocaml/html/libref/type_Marshal.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.OrderedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.OrderedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.html
 > share/doc/ocaml/html/libref/type_MoreLabels.html
 > share/doc/ocaml/html/libref/type_Mutex.html
 > share/doc/ocaml/html/libref/type_Nativeint.html
 > share/doc/ocaml/html/libref/type_Num.html
 > share/doc/ocaml/html/libref/type_Obj.html
 > share/doc/ocaml/html/libref/type_Oo.html
 > share/doc/ocaml/html/libref/type_Parsing.html
 > share/doc/ocaml/html/libref/type_Pervasives.html
 > share/doc/ocaml/html/libref/type_Printexc.html
 > share/doc/ocaml/html/libref/type_Printf.html
 > share/doc/ocaml/html/libref/type_Queue.html
 > share/doc/ocaml/html/libref/type_Random.html
 > share/doc/ocaml/html/libref/type_Set.Make.html
 > share/doc/ocaml/html/libref/type_Set.OrderedType.html
 > share/doc/ocaml/html/libref/type_Set.S.html
 > share/doc/ocaml/html/libref/type_Set.html
 > share/doc/ocaml/html/libref/type_Sort.html
 > share/doc/ocaml/html/libref/type_Stack.html
 > share/doc/ocaml/html/libref/type_StdLabels.Array.html
 > share/doc/ocaml/html/libref/type_StdLabels.List.html
 > share/doc/ocaml/html/libref/type_StdLabels.String.html
 > share/doc/ocaml/html/libref/type_StdLabels.html
 > share/doc/ocaml/html/libref/type_Str.html
 > share/doc/ocaml/html/libref/type_Stream.html
 > share/doc/ocaml/html/libref/type_String.html
 > share/doc/ocaml/html/libref/type_StringLabels.html
 > share/doc/ocaml/html/libref/type_Sys.html
 > share/doc/ocaml/html/libref/type_Thread.html
 > share/doc/ocaml/html/libref/type_ThreadUnix.html
 > share/doc/ocaml/html/libref/type_Tk.html
 > share/doc/ocaml/html/libref/type_Unix.html
 > share/doc/ocaml/html/libref/type_UnixLabels.html
 > share/doc/ocaml/html/libref/type_Weak.html
 > @dirrm share/doc/ocaml/html/libref

From: Brad Knotwell <knotwell@ix.netcom.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: re: ports/33819: new release of ocaml -- port update
Date: Sat, 12 Jan 2002 16:44:37 -0800 (PST)

 Well, as luck would have it, the plist wasn't quite up to snuff.  The
 port now deletes everything it creates.
 
 --Brad
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/Makefile,v
 retrieving revision 1.21
 diff -r1.21 Makefile
 9c9
 < PORTVERSION=	3.02
 ---
 > PORTVERSION=	3.04
 19c19
 < WITH_TK=        yes
 ---
 > #WITH_TK=        yes
 61a62,63
 > 	@${MKDIR} ${DOCSDIR}/html/libref
 > 	@mv ${WRKDIR}/htmlman/libref ${WRKDIR}/libref
 62a65,66
 > 	@cd ${WRKDIR}/libref; ${INSTALL_DATA} * ${DOCSDIR}/html/libref
 > 	@mv ${WRKDIR}/libref ${WRKDIR}/htmlman
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/distinfo,v
 retrieving revision 1.8
 diff -r1.8 distinfo
 1,3c1,3
 < MD5 (ocaml-3.02.tar.gz) = 2184258b41d3975648a4ebbb615c5046
 < MD5 (ocaml-3.02-refman.html.tar.gz) = b2aeaa11f3ba48d59deb3fe1693606d4
 < MD5 (ocaml-3.02-refman.ps.gz) = 6dc24a8b1f98b91e7ab8ecd34a90d59c
 ---
 > MD5 (ocaml-3.04.tar.gz) = 7f2fbb849fccb33308188aa19aa9b0ee
 > MD5 (ocaml-3.04-refman.html.tar.gz) = 30538e4a76c8c7d540a9391d8c8967c7
 > MD5 (ocaml-3.04-refman.ps.gz) = 0127244af1014c1db9a192247b686dc9
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/lang/ocaml/pkg-plist,v
 retrieving revision 1.13
 diff -r1.13 pkg-plist
 203a204,316
 > lib/ocaml/addlabels
 > lib/ocaml/arrayLabels.cmi
 > lib/ocaml/arrayLabels.cmx
 > lib/ocaml/arrayLabels.ml
 > lib/ocaml/arrayLabels.mli
 > lib/ocaml/arrayLabels.p.cmx
 > lib/ocaml/dllbigarray.so
 > lib/ocaml/dllgraphics.so
 > lib/ocaml/dllmldbm.so
 > lib/ocaml/dllnums.so
 > lib/ocaml/dllstr.so
 > lib/ocaml/dllthreads.so
 > lib/ocaml/dllunix.so
 > lib/ocaml/labelled.cmx
 > lib/ocaml/labelled.p.cmx
 > lib/ocaml/ld.conf
 > lib/ocaml/listLabels.cmi
 > lib/ocaml/listLabels.cmx
 > lib/ocaml/listLabels.ml
 > lib/ocaml/listLabels.mli
 > lib/ocaml/listLabels.p.cmx
 > lib/ocaml/moreLabels.cmi
 > lib/ocaml/moreLabels.cmx
 > lib/ocaml/moreLabels.ml
 > lib/ocaml/moreLabels.mli
 > lib/ocaml/moreLabels.p.cmx
 > lib/ocaml/outcometree.cmi
 > lib/ocaml/outcometree.mli
 > lib/ocaml/scrapelabels
 > lib/ocaml/stdLabels.cmi
 > lib/ocaml/stdLabels.cmx
 > lib/ocaml/stdLabels.ml
 > lib/ocaml/stdLabels.mli
 > lib/ocaml/stdLabels.p.cmx
 > lib/ocaml/stringLabels.cmi
 > lib/ocaml/stringLabels.cmx
 > lib/ocaml/stringLabels.ml
 > lib/ocaml/stringLabels.mli
 > lib/ocaml/stringLabels.p.cmx
 > lib/ocaml/unixLabels.cmi
 > lib/ocaml/unixLabels.cmx
 > lib/ocaml/unixLabels.mli
 > lib/ocaml/caml/intext.h
 > lib/ocaml/camlp4/ast2pt.cmi
 > lib/ocaml/camlp4/camlp4.cma
 > lib/ocaml/camlp4/camlp4_top.cma
 > lib/ocaml/camlp4/camlp4o.cma
 > lib/ocaml/camlp4/camlp4r.cma
 > lib/ocaml/camlp4/crc.cmo
 > lib/ocaml/camlp4/extfun.cmi
 > lib/ocaml/camlp4/extfun.cmx
 > lib/ocaml/camlp4/extfun.mli
 > lib/ocaml/camlp4/fstream.cmi
 > lib/ocaml/camlp4/fstream.cmx
 > lib/ocaml/camlp4/fstream.mli
 > lib/ocaml/camlp4/gramext.cmi
 > lib/ocaml/camlp4/gramext.cmx
 > lib/ocaml/camlp4/gramext.mli
 > lib/ocaml/camlp4/gramlib.a
 > lib/ocaml/camlp4/gramlib.cma
 > lib/ocaml/camlp4/gramlib.cmxa
 > lib/ocaml/camlp4/grammar.cmi
 > lib/ocaml/camlp4/grammar.cmx
 > lib/ocaml/camlp4/grammar.mli
 > lib/ocaml/camlp4/lib.sml
 > lib/ocaml/camlp4/mLast.cmi
 > lib/ocaml/camlp4/mLast.mli
 > lib/ocaml/camlp4/ocpp.cmo
 > lib/ocaml/camlp4/odyl.cma
 > lib/ocaml/camlp4/odyl.cmo
 > lib/ocaml/camlp4/pa_extend.cmo
 > lib/ocaml/camlp4/pa_extend_m.cmo
 > lib/ocaml/camlp4/pa_extfun.cmo
 > lib/ocaml/camlp4/pa_format.cmo
 > lib/ocaml/camlp4/pa_fstream.cmo
 > lib/ocaml/camlp4/pa_ifdef.cmi
 > lib/ocaml/camlp4/pa_ifdef.cmo
 > lib/ocaml/camlp4/pa_lisp.cmo
 > lib/ocaml/camlp4/pa_o.cmi
 > lib/ocaml/camlp4/pa_o.cmo
 > lib/ocaml/camlp4/pa_olabl.cmo
 > lib/ocaml/camlp4/pa_oop.cmo
 > lib/ocaml/camlp4/pa_op.cmo
 > lib/ocaml/camlp4/pa_r.cmo
 > lib/ocaml/camlp4/pa_rp.cmo
 > lib/ocaml/camlp4/pa_ru.cmo
 > lib/ocaml/camlp4/pa_sml.cmo
 > lib/ocaml/camlp4/pcaml.cmi
 > lib/ocaml/camlp4/pcaml.mli
 > lib/ocaml/camlp4/plexer.cmi
 > lib/ocaml/camlp4/plexer.cmx
 > lib/ocaml/camlp4/plexer.mli
 > lib/ocaml/camlp4/pr_depend.cmo
 > lib/ocaml/camlp4/pr_dump.cmo
 > lib/ocaml/camlp4/pr_extend.cmo
 > lib/ocaml/camlp4/pr_extfun.cmo
 > lib/ocaml/camlp4/pr_null.cmo
 > lib/ocaml/camlp4/pr_o.cmo
 > lib/ocaml/camlp4/pr_op.cmo
 > lib/ocaml/camlp4/pr_r.cmo
 > lib/ocaml/camlp4/pr_rp.cmo
 > lib/ocaml/camlp4/q_MLast.cmo
 > lib/ocaml/camlp4/q_phony.cmo
 > lib/ocaml/camlp4/quotation.cmi
 > lib/ocaml/camlp4/quotation.mli
 > lib/ocaml/camlp4/spretty.cmi
 > lib/ocaml/camlp4/spretty.mli
 > lib/ocaml/camlp4/stdpp.cmi
 > lib/ocaml/camlp4/stdpp.cmx
 > lib/ocaml/camlp4/stdpp.mli
 > lib/ocaml/camlp4/token.cmi
 > lib/ocaml/camlp4/token.cmx
 > lib/ocaml/camlp4/token.mli
 409a523
 > share/doc/ocaml/ocaml-3.04-refman.ps.gz
 413a528
 > share/doc/ocaml/html/manual.hmanual
 415a531
 > share/doc/ocaml/html/manual.htoc
 490a607
 > share/doc/ocaml/html/manual076.html
 493c610,789
 < share/doc/ocaml/ocaml-3.02-refman.ps.gz
 ---
 > share/doc/ocaml/html/libref/Arg.html
 > share/doc/ocaml/html/libref/Arith_status.html
 > share/doc/ocaml/html/libref/Array.html
 > share/doc/ocaml/html/libref/ArrayLabels.html
 > share/doc/ocaml/html/libref/Big_int.html
 > share/doc/ocaml/html/libref/Bigarray.Array1.html
 > share/doc/ocaml/html/libref/Bigarray.Array2.html
 > share/doc/ocaml/html/libref/Bigarray.Array3.html
 > share/doc/ocaml/html/libref/Bigarray.Genarray.html
 > share/doc/ocaml/html/libref/Bigarray.html
 > share/doc/ocaml/html/libref/Buffer.html
 > share/doc/ocaml/html/libref/Callback.html
 > share/doc/ocaml/html/libref/Char.html
 > share/doc/ocaml/html/libref/Condition.html
 > share/doc/ocaml/html/libref/Dbm.html
 > share/doc/ocaml/html/libref/Digest.html
 > share/doc/ocaml/html/libref/Dynlink.html
 > share/doc/ocaml/html/libref/Event.html
 > share/doc/ocaml/html/libref/Filename.html
 > share/doc/ocaml/html/libref/Format.html
 > share/doc/ocaml/html/libref/Gc.html
 > share/doc/ocaml/html/libref/Genlex.html
 > share/doc/ocaml/html/libref/Graphics.html
 > share/doc/ocaml/html/libref/GraphicsX11.html
 > share/doc/ocaml/html/libref/Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/Hashtbl.Make.html
 > share/doc/ocaml/html/libref/Hashtbl.S.html
 > share/doc/ocaml/html/libref/Hashtbl.html
 > share/doc/ocaml/html/libref/Int32.html
 > share/doc/ocaml/html/libref/Int64.html
 > share/doc/ocaml/html/libref/Lazy.html
 > share/doc/ocaml/html/libref/Lexing.html
 > share/doc/ocaml/html/libref/List.html
 > share/doc/ocaml/html/libref/ListLabels.html
 > share/doc/ocaml/html/libref/Map.Make.html
 > share/doc/ocaml/html/libref/Map.OrderedType.html
 > share/doc/ocaml/html/libref/Map.S.html
 > share/doc/ocaml/html/libref/Map.html
 > share/doc/ocaml/html/libref/Marshal.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Hashtbl.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.OrderedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Map.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.Make.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.OrderedType.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.S.html
 > share/doc/ocaml/html/libref/MoreLabels.Set.html
 > share/doc/ocaml/html/libref/MoreLabels.html
 > share/doc/ocaml/html/libref/Mutex.html
 > share/doc/ocaml/html/libref/Nativeint.html
 > share/doc/ocaml/html/libref/Num.html
 > share/doc/ocaml/html/libref/Obj.html
 > share/doc/ocaml/html/libref/Oo.html
 > share/doc/ocaml/html/libref/Parsing.html
 > share/doc/ocaml/html/libref/Pervasives.html
 > share/doc/ocaml/html/libref/Printexc.html
 > share/doc/ocaml/html/libref/Printf.html
 > share/doc/ocaml/html/libref/Queue.html
 > share/doc/ocaml/html/libref/Random.html
 > share/doc/ocaml/html/libref/Set.Make.html
 > share/doc/ocaml/html/libref/Set.OrderedType.html
 > share/doc/ocaml/html/libref/Set.S.html
 > share/doc/ocaml/html/libref/Set.html
 > share/doc/ocaml/html/libref/Sort.html
 > share/doc/ocaml/html/libref/Stack.html
 > share/doc/ocaml/html/libref/StdLabels.Array.html
 > share/doc/ocaml/html/libref/StdLabels.List.html
 > share/doc/ocaml/html/libref/StdLabels.String.html
 > share/doc/ocaml/html/libref/StdLabels.html
 > share/doc/ocaml/html/libref/Str.html
 > share/doc/ocaml/html/libref/Stream.html
 > share/doc/ocaml/html/libref/String.html
 > share/doc/ocaml/html/libref/StringLabels.html
 > share/doc/ocaml/html/libref/Sys.html
 > share/doc/ocaml/html/libref/Thread.html
 > share/doc/ocaml/html/libref/ThreadUnix.html
 > share/doc/ocaml/html/libref/Tk.html
 > share/doc/ocaml/html/libref/Unix.html
 > share/doc/ocaml/html/libref/UnixLabels.html
 > share/doc/ocaml/html/libref/Weak.html
 > share/doc/ocaml/html/libref/index.html
 > share/doc/ocaml/html/libref/index_attributes.html
 > share/doc/ocaml/html/libref/index_class_types.html
 > share/doc/ocaml/html/libref/index_classes.html
 > share/doc/ocaml/html/libref/index_exceptions.html
 > share/doc/ocaml/html/libref/index_methods.html
 > share/doc/ocaml/html/libref/index_module_types.html
 > share/doc/ocaml/html/libref/index_modules.html
 > share/doc/ocaml/html/libref/index_types.html
 > share/doc/ocaml/html/libref/index_values.html
 > share/doc/ocaml/html/libref/style.css
 > share/doc/ocaml/html/libref/type_Arg.html
 > share/doc/ocaml/html/libref/type_Arith_status.html
 > share/doc/ocaml/html/libref/type_Array.html
 > share/doc/ocaml/html/libref/type_ArrayLabels.html
 > share/doc/ocaml/html/libref/type_Big_int.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array1.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array2.html
 > share/doc/ocaml/html/libref/type_Bigarray.Array3.html
 > share/doc/ocaml/html/libref/type_Bigarray.Genarray.html
 > share/doc/ocaml/html/libref/type_Bigarray.html
 > share/doc/ocaml/html/libref/type_Buffer.html
 > share/doc/ocaml/html/libref/type_Callback.html
 > share/doc/ocaml/html/libref/type_Char.html
 > share/doc/ocaml/html/libref/type_Condition.html
 > share/doc/ocaml/html/libref/type_Dbm.html
 > share/doc/ocaml/html/libref/type_Digest.html
 > share/doc/ocaml/html/libref/type_Dynlink.html
 > share/doc/ocaml/html/libref/type_Event.html
 > share/doc/ocaml/html/libref/type_Filename.html
 > share/doc/ocaml/html/libref/type_Format.html
 > share/doc/ocaml/html/libref/type_Gc.html
 > share/doc/ocaml/html/libref/type_Genlex.html
 > share/doc/ocaml/html/libref/type_Graphics.html
 > share/doc/ocaml/html/libref/type_GraphicsX11.html
 > share/doc/ocaml/html/libref/type_Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/type_Hashtbl.Make.html
 > share/doc/ocaml/html/libref/type_Hashtbl.S.html
 > share/doc/ocaml/html/libref/type_Hashtbl.html
 > share/doc/ocaml/html/libref/type_Int32.html
 > share/doc/ocaml/html/libref/type_Int64.html
 > share/doc/ocaml/html/libref/type_Lazy.html
 > share/doc/ocaml/html/libref/type_Lexing.html
 > share/doc/ocaml/html/libref/type_List.html
 > share/doc/ocaml/html/libref/type_ListLabels.html
 > share/doc/ocaml/html/libref/type_Map.Make.html
 > share/doc/ocaml/html/libref/type_Map.OrderedType.html
 > share/doc/ocaml/html/libref/type_Map.S.html
 > share/doc/ocaml/html/libref/type_Map.html
 > share/doc/ocaml/html/libref/type_Marshal.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.HashedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.OrderedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Map.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.Make.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.OrderedType.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.S.html
 > share/doc/ocaml/html/libref/type_MoreLabels.Set.html
 > share/doc/ocaml/html/libref/type_MoreLabels.html
 > share/doc/ocaml/html/libref/type_Mutex.html
 > share/doc/ocaml/html/libref/type_Nativeint.html
 > share/doc/ocaml/html/libref/type_Num.html
 > share/doc/ocaml/html/libref/type_Obj.html
 > share/doc/ocaml/html/libref/type_Oo.html
 > share/doc/ocaml/html/libref/type_Parsing.html
 > share/doc/ocaml/html/libref/type_Pervasives.html
 > share/doc/ocaml/html/libref/type_Printexc.html
 > share/doc/ocaml/html/libref/type_Printf.html
 > share/doc/ocaml/html/libref/type_Queue.html
 > share/doc/ocaml/html/libref/type_Random.html
 > share/doc/ocaml/html/libref/type_Set.Make.html
 > share/doc/ocaml/html/libref/type_Set.OrderedType.html
 > share/doc/ocaml/html/libref/type_Set.S.html
 > share/doc/ocaml/html/libref/type_Set.html
 > share/doc/ocaml/html/libref/type_Sort.html
 > share/doc/ocaml/html/libref/type_Stack.html
 > share/doc/ocaml/html/libref/type_StdLabels.Array.html
 > share/doc/ocaml/html/libref/type_StdLabels.List.html
 > share/doc/ocaml/html/libref/type_StdLabels.String.html
 > share/doc/ocaml/html/libref/type_StdLabels.html
 > share/doc/ocaml/html/libref/type_Str.html
 > share/doc/ocaml/html/libref/type_Stream.html
 > share/doc/ocaml/html/libref/type_String.html
 > share/doc/ocaml/html/libref/type_StringLabels.html
 > share/doc/ocaml/html/libref/type_Sys.html
 > share/doc/ocaml/html/libref/type_Thread.html
 > share/doc/ocaml/html/libref/type_ThreadUnix.html
 > share/doc/ocaml/html/libref/type_Tk.html
 > share/doc/ocaml/html/libref/type_Unix.html
 > share/doc/ocaml/html/libref/type_UnixLabels.html
 > share/doc/ocaml/html/libref/type_Weak.html
 > @dirrm share/doc/ocaml/html/libref
 496a793,794
 > @dirrm lib/ocaml/camlp4
 > @dirrm lib/ocaml/shlibs
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sun Feb 10 21:24:53 PST 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33819 
>Unformatted:
