head	1.14;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.12.31.15.58.09;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.09.20.20.43.09;	author johans;	state Exp;
branches;
next	1.11;

1.11
date	2010.02.23.18.05.58;	author johans;	state Exp;
branches;
next	1.10;

1.10
date	2010.02.14.12.40.46;	author johans;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.20.21.16.59;	author johans;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.29.20.18.12;	author itetcu;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.14.21.38.08;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.01.17.29.47;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2005.06.04.22.26.53;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.04.22.20.36;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.07.05.17.16;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.19.21.17.43;	author vs;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.27.07.51.03;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309748
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309748 | johans | 2012-12-31 14:16:12 +0000 (Mon, 31 Dec 2012) | 2 lines
## SVN ##
## SVN ## Update docs for ocaml 3.12.1
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Eugene Ossintsev
# $FreeBSD: head/lang/ocaml-doc/Makefile 309748 2012-12-31 14:16:12Z johans $

PORTNAME=	ocaml
PORTVERSION=	3.12.1
CATEGORIES=	lang
MASTER_SITES=	http://caml.inria.fr/distrib/${DISTNAME:R}/ \
		ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:R}/ \
		ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/
PKGNAMESUFFIX=	-doc
DISTFILES=	${DISTNAME}-refman-html.tar.gz \
		${DISTNAME:R}-refman.ps.gz \
		${DISTNAME:R}-refman.pdf
EXTRACT_ONLY=	${DISTNAME}-refman-html.tar.gz

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	Documentation (HTML, PS) for the Objective Caml

NO_BUILD=	yes

PORTDOCS=	${DISTNAME:R}-refman.ps \
		${DISTNAME:R}-refman.pdf \
		html

.ifdef(NOPORTDOCS)
IGNORE=		installs only documentation and you have NOPORTDOCS defined
.endif

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
	cp ${DISTDIR}/${DISTNAME:R}-refman.ps.gz ${WRKDIR}
	${GUNZIP_CMD} ${WRKDIR}/${DISTNAME:R}-refman.ps.gz
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME:R}-refman.ps ${DOCSDIR}
	${INSTALL_DATA} ${DISTDIR}/${DISTNAME:R}-refman.pdf ${DOCSDIR}

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ocaml-doc
# Date created:		2004-02-03
# Whom:			Eugene Ossintsev
#
# $FreeBSD: head/lang/ocaml-doc/Makefile 304598 2012-09-20 20:43:09Z johans $
#
d5 1
a5 1
PORTVERSION=	3.12
d7 3
a9 3
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}/
d11 4
a14 4
DISTFILES=	${DISTNAME}-refman.html.tar.gz \
		${DISTNAME}-refman.ps.gz \
		${DISTNAME}-refman.pdf
EXTRACT_ONLY=	${DISTNAME}-refman.html.tar.gz
d21 3
a23 1
PORTDOCS=	*
d33 4
a36 2
	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${DOCSDIR}
	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-refman.pdf ${DOCSDIR}
@


1.12
log
@SVN rev 304598 on 2012-09-20 20:43:09Z by johans

Update to match current ocaml version
In the future, this may be included in lang/ocaml instead
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update my mail address to @@FreeBSD.org

Feature safe:   yes
@
text
@d9 1
a9 1
PORTVERSION=	3.11
@


1.10
log
@- Update to 3.11 (matching lang/ocaml)
- Add documentation in PDF format
- Claim maintainership
@
text
@d20 1
a20 1
MAINTAINER=	johans@@stack.nl
@


1.9
log
@Update to 3.10 (matching current ocaml version in ports)
@
text
@d9 1
a9 1
PORTVERSION=	3.10
d15 3
a17 1
DISTFILES=	${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz
d20 1
a20 1
MAINTAINER=	ports@@FreeBSD.org
d36 1
@


1.8
log
@IGNORE with -DNOPORTDOCS

Prompted by:	QA Tindy run
@
text
@d9 1
a9 1
PORTVERSION=	3.09
@


1.7
log
@Reset marwan.burelle@@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:		portmgr
@
text
@d25 4
@


1.6
log
@- Update to 3.09
- Add SHA256

PR:		ports/89807
Submitted by:	maintainer
@
text
@d18 1
a18 1
MAINTAINER=	marwan.burelle@@lri.fr
@


1.5
log
@Forced commit to note submitter's name.

Submitted by:	Marwan Burelle <marwan.burelle (at) lri.fr>
@
text
@d9 1
a9 1
PORTVERSION=	3.08
@


1.4
log
@Take maintainership.

PR:		ports/81869
@
text
@@


1.3
log
@- Reset maintainer

Requested by:	Eugene Ossintsev <eugos@@gmx.net>
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Update to 3.08

PR:		ports/69255
Submitted by:	Eugene Ossintsev (maintainer)
@
text
@d18 1
a18 1
MAINTAINER=	eugos@@gmx.net
@


1.1
log
@Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.

PR:		62293
Submitted by:	Eugene Ossintsev <eugos@@gmx.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.07
@

