head	1.13;
access;
symbols
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	old_RELEASE_6_0_0:1.11
	old_RELEASE_5_4_0:1.10
	old_RELEASE_4_11_0:1.10
	old_RELEASE_5_3_0:1.9
	old_RELEASE_4_10_0:1.7
	old_RELEASE_5_2_1:1.7
	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.13
date	2007.06.11.07.41.08;	author vs;	state dead;
branches;
next	1.12;

1.12
date	2005.09.12.10.19.16;	author vs;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.03.14.58.09;	author olgeni;	state Exp;
branches;
next	1.10;

1.10
date	2004.10.12.09.43.07;	author olgeni;	state Exp;
branches;
next	1.9;

1.9
date	2004.07.26.12.06.07;	author vs;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.11.19.22.25;	author obraun;	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.13
log
@Remove outdated lang/ghc5 on upstream's request, devel/hs-popenhs which depends on it, and make x11-toolkits/hs-frantk use lang/hugs
@
text
@# Ports collection makefile for:	ghc-doc
# Date created:				26 Jul 2002
# Whom:					olgeni@@FreeBSD.org
#
# $FreeBSD: ports/lang/ghc5-doc/Makefile,v 1.12 2005/09/12 10:19:16 vs Exp $
#

PORTNAME=	ghc5-doc
PORTVERSION=	5.04.3
CATEGORIES=	lang haskell
MASTER_SITES=	http://www.haskell.org/ghc/docs/${PORTVERSION}/ \
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
DISTFILES=      building.html.tar.gz building.ps.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
EXTRACT_ONLY=

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

NO_BUILD=	yes
DOCSDIR=	${PREFIX}/share/doc/ghc5

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

.include <bsd.port.mk>
@


1.12
log
@Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Looks like this belongs to haskell@@.
@
text
@d8 1
a8 1
PORTNAME=	ghc-doc
d23 1
d26 1
a26 1
	@@${MKDIR} ${LOCALBASE}/share/doc/ghc
d29 1
a29 1
		${LOCALBASE}/share/doc/ghc
d34 1
a34 1
		-C ${LOCALBASE}/share/doc/ghc
@


1.10
log
@Drop maintainership.
@
text
@d19 1
a19 1
MAINTAINER=	ports@@FreeBSD.org
@


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

PR:		ports/69481
Submitted by:	Tim Bishop
@
text
@d19 1
a19 1
MAINTAINER=	olgeni@@FreeBSD.org
@


1.8
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
@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.7
log
@Update to 5.04.3.
@
text
@d12 3
a14 1
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
@


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
@

