mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.
PR: 62293 Submitted by: Eugene Ossintsev <eugos@gmx.net>
This commit is contained in:
parent
e248e25ea1
commit
53d7785946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102266
@ -133,6 +133,7 @@
|
||||
SUBDIR += o2c
|
||||
SUBDIR += objc
|
||||
SUBDIR += ocaml
|
||||
SUBDIR += ocaml-doc
|
||||
SUBDIR += ocaml-mode.el
|
||||
SUBDIR += ocaml-nox11
|
||||
SUBDIR += ohugs
|
||||
|
31
lang/ocaml-doc/Makefile
Normal file
31
lang/ocaml-doc/Makefile
Normal file
@ -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>
|
4
lang/ocaml-doc/distinfo
Normal file
4
lang/ocaml-doc/distinfo
Normal file
@ -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
|
4
lang/ocaml-doc/pkg-descr
Normal file
4
lang/ocaml-doc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Documentation for the Objective Caml compiler and programming environment
|
||||
in HTML and PostScript formats.
|
||||
|
||||
WWW: http://caml.inria.fr/ocaml/
|
Loading…
Reference in New Issue
Block a user