diff options
author | sergei <sergei@FreeBSD.org> | 2004-02-27 07:51:03 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-02-27 07:51:03 +0000 |
commit | 7f28f09db1fb5ddf924dc783faefcdd2c41f88fc (patch) | |
tree | f7340ea4c3244bb1d811032768fea0ea7585050e | |
parent | d6e5a80b3ab3907c7191c03e624638a00c9f7460 (diff) | |
download | FreeBSD-ports-7f28f09db1fb5ddf924dc783faefcdd2c41f88fc.zip FreeBSD-ports-7f28f09db1fb5ddf924dc783faefcdd2c41f88fc.tar.gz |
Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.
PR: 62293
Submitted by: Eugene Ossintsev <eugos@gmx.net>
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/ocaml-doc/Makefile | 31 | ||||
-rw-r--r-- | lang/ocaml-doc/distinfo | 4 | ||||
-rw-r--r-- | lang/ocaml-doc/pkg-descr | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c6d7aaa..d85f451 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -133,6 +133,7 @@ SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml + SUBDIR += ocaml-doc SUBDIR += ocaml-mode.el SUBDIR += ocaml-nox11 SUBDIR += ohugs diff --git a/lang/ocaml-doc/Makefile b/lang/ocaml-doc/Makefile new file mode 100644 index 0000000..172c3d7 --- /dev/null +++ b/lang/ocaml-doc/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ocaml-doc +# Date created: 2004-02-03 +# Whom: Eugene Ossintsev +# +# $FreeBSD$ +# + +PORTNAME= ocaml +PORTVERSION= 3.07 +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= -doc +DISTFILES= ${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz +EXTRACT_ONLY= ${DISTNAME}-refman.html.tar.gz + +MAINTAINER= eugos@gmx.net +COMMENT= Documentation (HTML, PS) for the Objective Caml + +NO_BUILD= yes + +PORTDOCS= * + +do-install: + @${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} + +.include <bsd.port.mk> diff --git a/lang/ocaml-doc/distinfo b/lang/ocaml-doc/distinfo new file mode 100644 index 0000000..b955ff1 --- /dev/null +++ b/lang/ocaml-doc/distinfo @@ -0,0 +1,4 @@ +MD5 (ocaml-3.07-refman.html.tar.gz) = 9ac1f7e9e381b95504f0e7868d9fbf52 +SIZE (ocaml-3.07-refman.html.tar.gz) = 475879 +MD5 (ocaml-3.07-refman.ps.gz) = 09a9ac4bc1ec90ca4d16743ffbe76c78 +SIZE (ocaml-3.07-refman.ps.gz) = 580036 diff --git a/lang/ocaml-doc/pkg-descr b/lang/ocaml-doc/pkg-descr new file mode 100644 index 0000000..2ab9b88 --- /dev/null +++ b/lang/ocaml-doc/pkg-descr @@ -0,0 +1,4 @@ +Documentation for the Objective Caml compiler and programming environment +in HTML and PostScript formats. + +WWW: http://caml.inria.fr/ocaml/ |