- Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc
- Strip 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 now in a separate port PR: ports/62291 Submitted by: maintainer
This commit is contained in:
parent
04bfffd952
commit
96b0c1397b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102261
@ -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,37 @@
|
||||
#
|
||||
|
||||
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
|
||||
|
||||
PLIST_SUB+= DISTNAME=${DISTNAME}
|
||||
MAINTAINER?= eugos@gmx.net
|
||||
COMMENT?= The Objective Caml compiler and programming environment
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
PLIST_SUB+= X11="@comment " TK="@comment "
|
||||
WITHOUT_TK= yes
|
||||
TKSFX= -nox11
|
||||
SFX= -nox11
|
||||
CONFLICTS= ocaml-[0-9]* ocaml-notk-*
|
||||
.else
|
||||
PLIST_SUB+= X11=""
|
||||
USE_XLIB= yes
|
||||
.if defined(WITHOUT_TK)
|
||||
PLIST_SUB+= TK="@comment "
|
||||
TKSFX= -notk
|
||||
SFX= -notk
|
||||
CONFLICTS= ocaml-[0-9]* ocaml-nox11-*
|
||||
.else
|
||||
PLIST_SUB+= TK=""
|
||||
CONFLICTS= ocaml-nox11-* ocaml-notk-*
|
||||
|
||||
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 +79,10 @@ MLINKS= ocamlc.1 ocamlc.opt.1 ocamlopt.1 ocamlopt.opt.1 \
|
||||
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 +90,7 @@ CONFIGURE_ARGS+= -tkdefs "-I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/t
|
||||
.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 +103,9 @@ post-install:
|
||||
@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>
|
||||
|
@ -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
|
||||
|
@ -13,8 +13,7 @@ standalone programs, or as an interactive, toplevel-based system.
|
||||
|
||||
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/
|
||||
|
@ -876,262 +876,6 @@ lib/ocaml/weak.mli
|
||||
%%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 @@ share/doc/ocaml/LICENSE
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user