From eugos@gmx.net  Mon Feb  2 17:50:01 2004
Return-Path: <eugos@gmx.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBFBE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 17:50:01 -0800 (PST)
Received: from mail.gmx.net (pop.gmx.de [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id CB3B343D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 17:49:56 -0800 (PST)
	(envelope-from eugos@gmx.net)
Received: (qmail 28567 invoked by uid 65534); 3 Feb 2004 01:49:54 -0000
Received: from pD9E539E3.dip.t-dialin.net (EHLO badger.home) (217.229.57.227)
  by mail.gmx.net (mp014) with SMTP; 03 Feb 2004 02:49:54 +0100
Received: by badger.home (Postfix, from userid 1001)
	id ADCBC48B; Tue,  3 Feb 2004 02:50:39 +0100 (CET)
Message-Id: <20040203015039.ADCBC48B@badger.home>
Date: Tue,  3 Feb 2004 02:50:39 +0100 (CET)
From: Eugene Ossintsev <eugos@gmx.net>
Reply-To: Eugene Ossintsev <eugos@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sergei@freebsd.org
Subject: [maintainer update] lang/ocaml: splitted to itself, ocaml-nox11, and ocaml-doc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62291
>Category:       ports
>Synopsis:       [maintainer update] lang/ocaml: splitted to itself, ocaml-nox11, and ocaml-doc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 18:00:35 PST 2004
>Closed-Date:    Thu Feb 26 23:27:20 PST 2004
>Last-Modified:  Thu Feb 26 23:27:20 PST 2004
>Originator:     Eugene Ossintsev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD badger.home 4.9-STABLE FreeBSD 4.9-STABLE #5: Sat Jan 3 23:47:24 CET 2004 root@badger.home:/usr/obj/usr/src/sys/BADGER i386
>Description:
The port is splitted to itself, ocaml-nox11, and ocaml-doc.

Stripped all the executables which are allowed to be stripped according to the
OCaml documentation.

PORTVERSION looks now more correct because the documentation (which has the
other version number, without the patch level prefix) is in a separate port.
>How-To-Repeat:
	
>Fix:
diff -ruN ocaml.orig/Makefile ocaml/Makefile
--- ocaml.orig/Makefile	Tue Feb  3 02:29:14 2004
+++ ocaml/Makefile	Tue Feb  3 02:11:12 2004
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	Objective Caml
+# New ports collection makefile for:	ocaml
 # Date created:		24 December 1996
 # Whom:			Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
 #
@@ -6,38 +6,36 @@
 #
 
 PORTNAME=	ocaml
-PORTVERSION=	3.07
-PORTREVISION=	1
+PORTVERSION=	3.07.2
 CATEGORIES=	lang
 MASTER_SITES=	http://caml.inria.fr/distrib/${DISTNAME}/ \
 		ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME}/ \
 		ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME}/
-PKGNAMESUFFIX=	${TKSFX}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} \
-		${DISTNAME}-refman.html${EXTRACT_SUFX}
+PKGNAMESUFFIX=	${SFX}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.2$//}
 
 PATCH_SITES=	${MASTER_SITES}
 PATCHFILES=	${DISTNAME}-patch2.diffs
 PATCH_DIST_STRIP=-p1
 
-MAINTAINER=	eugos@gmx.net
-COMMENT=	An ML language based on a complete class-based objective system
+MAINTAINER?=	eugos@gmx.net
+COMMENT?=	The Objective Caml compiler and programming environment
 
-PLIST_SUB+=	DISTNAME=${DISTNAME}
+CONFLICTS=	ocaml-nox11-*
 
 .if defined(WITHOUT_X11)
 PLIST_SUB+=	X11="@comment " TK="@comment "
 WITHOUT_TK=	yes
-TKSFX=		-nox11
+SFX=		-nox11
 .else
 PLIST_SUB+=	X11=""
 USE_XLIB=	yes
 .if defined(WITHOUT_TK)
 PLIST_SUB+=	TK="@comment "
-TKSFX=		-notk
+SFX=		-notk
 .else
 PLIST_SUB+=	TK=""
+
 BUILD_DEPENDS+=	${LOCALBASE}/include/tcl8.4:${PORTSDIR}/lang/tcl84 \
 		${LOCALBASE}/include/tk8.4:${PORTSDIR}/x11-toolkits/tk84
 LIB_DEPENDS+=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
@@ -80,12 +78,10 @@
 		camlp4.1 camlp4o.opt.1 camlp4.1 camlp4r.opt.1 \
 		camlp4.1 ocpp.1 camlp4.1 camlp4sch.1
 
-CONFIGURE_ARGS=	-prefix ${PREFIX} \
-		-with-pthread
+CONFIGURE_ARGS=	-prefix ${PREFIX} -with-pthread
 
 .if !defined(WITHOUT_X11)
-CONFIGURE_ARGS+=	-x11include ${X11BASE}/include \
-			-x11lib ${X11BASE}/lib
+CONFIGURE_ARGS+=	-x11include ${X11BASE}/include -x11lib ${X11BASE}/lib
 .if defined(WITHOUT_TK)
 CONFIGURE_ARGS+=	-no-tk
 .else
@@ -93,22 +89,7 @@
 .endif
 .endif
 
-.if !defined(NOPORTDOCS)
-DOCFILES=	${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz \
-		${DISTNAME}-refman.pdf
-.endif
-
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}/html
-	@${MKDIR} ${DOCSDIR}/html/libref
-	@cd ${WRKDIR}/htmlman/libref; ${INSTALL_DATA} * ${DOCSDIR}/html/libref
-	@cd ${WRKDIR}/htmlman; ${INSTALL_DATA} [a-km-z]* libg* ${DOCSDIR}/html
-	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${DOCSDIR}
-	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-refman.pdf ${DOCSDIR}
-.endif
 .if !defined(WITHOUT_TK)
 	@${MKDIR} ${EXAMPLESDIR}
 	@${MKDIR} ${EXAMPLESDIR}/labltk
@@ -121,6 +102,9 @@
 	@cd ${WRKSRC}/otherlibs/labltk/examples_camltk; \
 		${INSTALL_DATA} [A-Za-hj-z]* ${EXAMPLESDIR}/camltk
 .endif
-	@${STRIP_CMD} ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
+.for prog in camlp4o.opt camlp4r.opt ocamlc.opt ocamldep.opt ocamldoc.opt \
+		ocamllex.opt ocamlopt.opt ocamlrun ocamlyacc
+	@${STRIP_CMD} ${PREFIX}/bin/${prog}
+.endfor
 
 .include <bsd.port.mk>
diff -ruN ocaml.orig/distinfo ocaml/distinfo
--- ocaml.orig/distinfo	Tue Feb  3 02:29:14 2004
+++ ocaml/distinfo	Tue Feb  3 02:12:29 2004
@@ -1,5 +1,2 @@
 MD5 (ocaml-3.07.tar.gz) = 2dd038055f5e1350078ad81270411b78
-MD5 (ocaml-3.07-refman.html.tar.gz) = 9ac1f7e9e381b95504f0e7868d9fbf52
-MD5 (ocaml-3.07-refman.ps.gz) = 09a9ac4bc1ec90ca4d16743ffbe76c78
-MD5 (ocaml-3.07-refman.pdf) = 462d6ed15dd6fdd659413ea3956a2403
 MD5 (ocaml-3.07-patch2.diffs) = f91d1f1e531f77011bd554817dbbc12a
diff -ruN ocaml.orig/pkg-descr ocaml/pkg-descr
--- ocaml.orig/pkg-descr	Tue Feb  3 02:29:14 2004
+++ ocaml/pkg-descr	Mon Jan 12 23:33:59 2004
@@ -13,8 +13,7 @@
 
 The other compiler generates high-performance native code for a number
 of processors. Compilation takes longer and generates bigger code, but
-the generated programs deliver excellent performance (better than
-Standard ML of New Jersey 1.09 on our tests), while retaining the
-moderate memory requirements of the bytecode compiler.
+the generated programs deliver excellent performance, while retaining
+the moderate memory requirements of the bytecode compiler.
 
 WWW: http://caml.inria.fr/ocaml/
diff -ruN ocaml.orig/pkg-plist ocaml/pkg-plist
--- ocaml.orig/pkg-plist	Tue Feb  3 02:29:14 2004
+++ ocaml/pkg-plist	Tue Feb  3 02:11:57 2004
@@ -876,262 +876,6 @@
 %%TK%%share/examples/ocaml/labltk/lang.ml
 %%TK%%share/examples/ocaml/labltk/taquin.ml
 %%TK%%share/examples/ocaml/labltk/tetris.ml
-share/doc/ocaml/LICENSE
-%%PORTDOCS%%share/doc/ocaml/html/libref/Arg.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Arith_status.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Array.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/ArrayLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Big_int.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.Array1.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.Array2.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.Array3.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Bigarray.Genarray.html
-%%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
-%%PORTDOCS%%share/doc/ocaml/html/libref/Dynlink.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Event.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Filename.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Format.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Gc.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Genlex.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Graphics.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/GraphicsX11.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Hashtbl.HashedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Hashtbl.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Hashtbl.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Hashtbl.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Int32.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Int64.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Lazy.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Lexing.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/List.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/ListLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Map.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Map.OrderedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Map.S.html
-%%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.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
-%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.Set.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/MoreLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Mutex.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Nativeint.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Num.html
-%%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.State.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
-%%PORTDOCS%%share/doc/ocaml/html/libref/Set.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Sort.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Stack.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/StdLabels.Array.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/StdLabels.List.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/StdLabels.String.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/StdLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Str.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Stream.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/String.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/StringLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/Sys.html
-%%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
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_class_types.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_classes.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_exceptions.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_methods.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_module_types.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_modules.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_types.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/index_values.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/style.css
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Arg.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Arith_status.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Array.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_ArrayLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Big_int.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.Array1.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.Array2.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.Array3.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Bigarray.Genarray.html
-%%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
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Dynlink.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Event.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Filename.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Format.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Gc.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Genlex.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Graphics.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_GraphicsX11.html
-%%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_Int64.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Lazy.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Lexing.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_List.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_ListLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Map.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Map.OrderedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Map.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Map.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Marshal.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.HashedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Hashtbl.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Map.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Map.OrderedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Map.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Map.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Set.Make.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Set.OrderedType.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Set.S.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.Set.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_MoreLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Mutex.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Nativeint.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Num.html
-%%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.State.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.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
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_StringLabels.html
-%%PORTDOCS%%share/doc/ocaml/html/libref/type_Sys.html
-%%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/manual.haux
-%%PORTDOCS%%share/doc/ocaml/html/manual.hmanual
-%%PORTDOCS%%share/doc/ocaml/html/manual.hmanual.hind
-%%PORTDOCS%%share/doc/ocaml/html/manual.hmanual.kwd.hind
-%%PORTDOCS%%share/doc/ocaml/html/manual.htoc
-%%PORTDOCS%%share/doc/ocaml/html/manual001.html
-%%PORTDOCS%%share/doc/ocaml/html/manual002.html
-%%PORTDOCS%%share/doc/ocaml/html/manual003.html
-%%PORTDOCS%%share/doc/ocaml/html/manual004.html
-%%PORTDOCS%%share/doc/ocaml/html/manual005.html
-%%PORTDOCS%%share/doc/ocaml/html/manual006.html
-%%PORTDOCS%%share/doc/ocaml/html/manual007.html
-%%PORTDOCS%%share/doc/ocaml/html/manual008.html
-%%PORTDOCS%%share/doc/ocaml/html/manual009.html
-%%PORTDOCS%%share/doc/ocaml/html/manual010.html
-%%PORTDOCS%%share/doc/ocaml/html/manual011.html
-%%PORTDOCS%%share/doc/ocaml/html/manual012.html
-%%PORTDOCS%%share/doc/ocaml/html/manual013.html
-%%PORTDOCS%%share/doc/ocaml/html/manual014.html
-%%PORTDOCS%%share/doc/ocaml/html/manual015.html
-%%PORTDOCS%%share/doc/ocaml/html/manual016.html
-%%PORTDOCS%%share/doc/ocaml/html/manual017.html
-%%PORTDOCS%%share/doc/ocaml/html/manual018.html
-%%PORTDOCS%%share/doc/ocaml/html/manual019.html
-%%PORTDOCS%%share/doc/ocaml/html/manual020.html
-%%PORTDOCS%%share/doc/ocaml/html/manual021.html
-%%PORTDOCS%%share/doc/ocaml/html/manual022.html
-%%PORTDOCS%%share/doc/ocaml/html/manual023.html
-%%PORTDOCS%%share/doc/ocaml/html/manual024.html
-%%PORTDOCS%%share/doc/ocaml/html/manual025.html
-%%PORTDOCS%%share/doc/ocaml/html/manual026.html
-%%PORTDOCS%%share/doc/ocaml/html/manual027.html
-%%PORTDOCS%%share/doc/ocaml/html/manual028.html
-%%PORTDOCS%%share/doc/ocaml/html/manual029.html
-%%PORTDOCS%%share/doc/ocaml/html/manual030.html
-%%PORTDOCS%%share/doc/ocaml/html/manual031.html
-%%PORTDOCS%%share/doc/ocaml/html/manual032.html
-%%PORTDOCS%%share/doc/ocaml/html/manual033.html
-%%PORTDOCS%%share/doc/ocaml/html/manual034.html
-%%PORTDOCS%%share/doc/ocaml/html/manual035.html
-%%PORTDOCS%%share/doc/ocaml/html/manual036.html
-%%PORTDOCS%%share/doc/ocaml/html/manual037.html
-%%PORTDOCS%%share/doc/ocaml/html/manual038.html
-%%PORTDOCS%%share/doc/ocaml/html/manual039.html
-%%PORTDOCS%%share/doc/ocaml/html/manual040.html
-%%PORTDOCS%%share/doc/ocaml/html/manual041.html
-%%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/next_motif.gif
-%%PORTDOCS%%share/doc/ocaml/html/previous_motif.gif
-%%PORTDOCS%%share/doc/ocaml/html/libgraph.gif
-%%PORTDOCS%%share/doc/ocaml/%%DISTNAME%%-refman.ps.gz
-%%PORTDOCS%%share/doc/ocaml/%%DISTNAME%%-refman.pdf
 @dirrm lib/ocaml/caml
 @dirrm lib/ocaml/camlp4
 %%TK%%@dirrm lib/ocaml/labltk
@@ -1140,9 +884,6 @@
 @dirrm lib/ocaml/threads
 @dirrm lib/ocaml/vmthreads
 @dirrm lib/ocaml
-%%PORTDOCS%%@dirrm share/doc/ocaml/html/libref
-%%PORTDOCS%%@dirrm share/doc/ocaml/html
-@dirrm share/doc/ocaml
 %%TK%%@dirrm share/examples/ocaml/camltk/images
 %%TK%%@dirrm share/examples/ocaml/camltk
 %%TK%%@dirrm share/examples/ocaml/labltk

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Tue Feb 3 05:04:29 PST 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62291 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Thu Feb 26 23:26:36 PST 2004 
State-Changed-Why:  
Committed (finally), thanks! 
Sorry for the delay. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62291 
>Unformatted:
