head	1.17;
access;
symbols
	RELEASE_6_0_0:1.16
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.10
	old_RELEASE_5_2_0:1.7
	old_RELEASE_4_9_0:1.7
	old_RELEASE_5_1_0:1.7
	old_RELEASE_4_8_0:1.6
	old_RELEASE_5_0_0:1.3
	old_RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2005.09.12.10.19.16;	author vs;	state dead;
branches;
next	1.16;

1.16
date	2005.04.03.08.18.59;	author obraun;	state Exp;
branches;
next	1.15;

1.15
date	2004.10.17.09.24.59;	author obraun;	state Exp;
branches;
next	1.14;

1.14
date	2004.07.26.12.06.07;	author vs;	state Exp;
branches;
next	1.13;

1.13
date	2004.06.27.18.32.33;	author vs;	state Exp;
branches;
next	1.12;

1.12
date	2004.05.22.21.55.58;	author olgeni;	state Exp;
branches;
next	1.11;

1.11
date	2004.05.11.19.22.25;	author obraun;	state Exp;
branches;
next	1.10;

1.10
date	2004.04.05.22.43.29;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.01.15.22.25.50;	author olgeni;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.09.19.37.17;	author olgeni;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.28.20.30.40;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.08.11.58.45;	author olgeni;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.23.10.51.22;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2003.01.07.12.17.58;	author olgeni;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.20.09.10.55;	author obraun;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.17.20.59.56;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.26.13.38.27;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
@
text
@# Ports collection makefile for:	ghc6-doc
# Date created:				19 Jun 2003
# Whom:					olgeni@@FreeBSD.org
#
# $FreeBSD: ports/lang/ghc6-doc/Makefile,v 1.16 2005/04/03 08:18:59 obraun Exp $
#

PORTNAME=	ghc6-doc
PORTVERSION=	6.4
CATEGORIES=	lang haskell
MASTER_SITES=	http://www.haskell.org/ghc/docs/${PORTVERSION}/ \
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
DISTFILES=	Cabal.ps.gz Cabal.html.tar.gz building.ps.gz \
		building.html.tar.gz hslibs.html.tar.gz \
		hslibs.ps.gz libraries.html.tar.gz users_guide.html.tar.gz \
		users_guide.ps.gz index.html
DIST_SUBDIR=	ghc-${PORTVERSION}
EXTRACT_ONLY=

MAINTAINER=	haskell@@FreeBSD.org
COMMENT=	Documentation (HTML, PS) for the Glasgow Haskell Compiler

NO_BUILD=	yes

do-install:
	@@${MKDIR} ${LOCALBASE}/share/doc/ghc6
.for FILE in Cabal.ps.gz building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html
	@@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \
		${LOCALBASE}/share/doc/ghc6
.endfor
.for FILE in Cabal.html.tar.gz building.html.tar.gz hslibs.html.tar.gz \
	libraries.html.tar.gz users_guide.html.tar.gz
	@@${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${FILE} \
		-C ${LOCALBASE}/share/doc/ghc6
.endfor

.include <bsd.port.mk>
@


1.16
log
@Upgrade 6.4.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@Upgrade ghc to 6.2.2, remove BROKEN, make portlint a little bit happier.
@
text
@d9 1
a9 1
PORTVERSION=	6.2.2
d13 2
a14 1
DISTFILES=	building.ps.gz building.html.tar.gz hslibs.html.tar.gz \
d27 1
a27 1
.for FILE in building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html
d31 1
a31 1
.for FILE in building.html.tar.gz hslibs.html.tar.gz \
@


1.14
log
@Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.

PR:		ports/69481
Submitted by:	Tim Bishop
@
text
@d9 1
a9 1
PORTVERSION=	6.2.1
d13 1
a13 1
DISTFILES=      building.html.tar.gz building.ps.gz hslibs.html.tar.gz \
@


1.13
log
@- Make fetchable
- Assign to haskell@@ (approved by olgeni@@)
@
text
@d12 1
a12 3
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ \
		http://www.mirror.ac.uk/sites/www.haskell.org/ghc/docs/${PORTVERSION}/ \
		http://www.mirror.ac.uk/sites/www.haskell.org/ghc/docs/${PORTVERSION}/html/
@


1.12
log
@Unbreak: fix documentation checksum.
@
text
@d9 1
a9 1
PORTVERSION=	6.2
d21 1
a21 1
MAINTAINER=	olgeni@@FreeBSD.org
@


1.11
log
@Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.

Pointed out by: Simon Marlow <simonmar@@microsoft.com>
@
text
@a23 2
BROKEN=		"Checksum mismatch"

@


1.10
log
@BROKEN: Checksum mismatch
@
text
@d12 3
a14 1
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
@


1.9
log
@Upgrade to version 6.2. Add PORTVERSION to DIST_SUBDIR as the tarballs do
not have a version number. Also install under ${LOCALBASE}/share/doc/ghc6
to avoid conflicts with ghc-doc.
@
text
@d22 2
@


1.8
log
@Upgrade to version 6.0.1 after repocopy.
@
text
@d9 1
a9 1
PORTVERSION=	6.0.1
d16 1
a16 1
DIST_SUBDIR=	ghc6
d25 1
a25 1
	@@${MKDIR} ${LOCALBASE}/share/doc/ghc
d28 1
a28 1
		${LOCALBASE}/share/doc/ghc
d33 1
a33 1
		-C ${LOCALBASE}/share/doc/ghc
@


1.7
log
@Update to 5.04.3.
@
text
@d1 2
a2 2
# Ports collection makefile for:	ghc-doc
# Date created:				26 Jul 2002
d8 2
a9 2
PORTNAME=	ghc-doc
PORTVERSION=	5.04.3
d16 1
a16 1
DIST_SUBDIR=	ghc
@


1.6
log
@Fixes for supporting compressed postscript documentation.

Approved by:	kris
@
text
@d9 1
a9 1
PORTVERSION=	5.04.2
@


1.5
log
@De-pkg-comment my ports + some more.
@
text
@d13 3
a15 3
DISTFILES=      building.html.tar.gz building.ps hslibs.html.tar.gz \
		hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \
		users_guide.ps index.html
d26 1
a26 1
.for FILE in building.ps hslibs.ps users_guide.ps index.html
@


1.4
log
@Update to version 5.04.2.
@
text
@d20 1
@


1.3
log
@Add the new virtual category haskell.
@
text
@d9 1
a9 1
PORTVERSION=	5.04.1
@


1.2
log
@Update to version 5.04.1.
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.1
log
@Add html and postscript documentation for the Glasgow Haskell Compiler.
@
text
@d9 1
a9 1
PORTVERSION=	5.04
@

