head	1.20;
access;
symbols
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.20
date	2009.09.02.15.38.41;	author pgj;	state dead;
branches;
next	1.19;

1.19
date	2008.07.18.20.05.16;	author obraun;	state Exp;
branches;
next	1.18;

1.18
date	2008.06.23.02.33.04;	author vs;	state Exp;
branches;
next	1.17;

1.17
date	2007.12.30.12.04.58;	author obraun;	state Exp;
branches;
next	1.16;

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

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

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

1.13
date	2005.10.14.12.33.37;	author vs;	state Exp;
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.20
log
@- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:		ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
   		ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
   		ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
   		ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
   		ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
   		ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
   		ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
   		ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
   		ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
   		ports/137107, ports/137108, ports/137109, ports/137110, ports/137111

Submitted by:	Jacula Modyun (jacula (at) gmail (dot) com),
             	Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by:	wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by:	tabthorpe (mentor), respective maintainers
@
text
@# Ports collection makefile for:	ghc6-doc
# Date created:				19 Jun 2003
# Whom:					olgeni@@FreeBSD.org
#
# $FreeBSD: ports/lang/ghc-doc/Makefile,v 1.19 2008/07/18 20:05:16 obraun Exp $
#

PORTNAME=	ghc
PORTVERSION=	6.8.3
CATEGORIES=	lang haskell
MASTER_SITES=	http://www.haskell.org/ghc/docs/${PORTVERSION}/ \
		http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
PKGNAMESUFFIX=	-doc
DISTFILES=	Cabal.html.tar.gz \
		libraries.html.tar.gz users_guide.html.tar.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
DOCSDIR=	${PREFIX}/share/doc/ghc6
PORTDOCS=	*

do-install:
.if defined(NOPORTDOCS)
	@@${ECHO} NOPORTDOCS set, nothing to do!
.else
	@@${MKDIR} ${DOCSDIR}
.for FILE in index.html
	@@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \
		${DOCSDIR}
.endfor
.for FILE in Cabal.html.tar.gz \
	libraries.html.tar.gz users_guide.html.tar.gz
	@@${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${FILE} \
		-C ${DOCSDIR}
.endfor
	@@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
	@@${FIND} ${DOCSDIR}/ -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
.endif

.include <bsd.port.mk>
@


1.19
log
@Upgrade ghc to 6.8.3.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Fix packaging when NOPORTDOCS is set

Reminded by: QA Tindy
@
text
@d9 1
a9 1
PORTVERSION=	6.8.2
d14 1
a14 1
DISTFILES=	Cabal.ps.gz Cabal.html.tar.gz \
d16 1
a16 1
		users_guide.ps.gz index.html
d32 1
a32 1
.for FILE in Cabal.ps.gz users_guide.ps.gz index.html
@


1.17
log
@Update to 6.8.2.
@
text
@d28 3
d43 1
@


1.16
log
@Update to 6.6.1.
@
text
@d9 1
a9 1
PORTVERSION=	6.6.1
@


1.15
log
@Upgrade to 6.6.
@
text
@d9 1
a9 1
PORTVERSION=	6.6
d14 1
a14 2
DISTFILES=	Cabal.ps.gz Cabal.html.tar.gz building.ps.gz \
		building.html.tar.gz \
d29 1
a29 1
.for FILE in Cabal.ps.gz building.ps.gz users_guide.ps.gz index.html
d33 1
a33 1
.for FILE in Cabal.html.tar.gz building.html.tar.gz \
@


1.14
log
@- Update to 6.4.2
- Fix permissions and cleanup [1]

PR:		ports/100959 [1]
Submitted by:	Stanislav Sedov
@
text
@d9 1
a9 1
PORTVERSION=	6.4.2
d15 2
a16 2
		building.html.tar.gz hslibs.html.tar.gz \
		hslibs.ps.gz libraries.html.tar.gz users_guide.html.tar.gz \
d30 1
a30 1
.for FILE in Cabal.ps.gz building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html
d34 1
a34 1
.for FILE in Cabal.html.tar.gz building.html.tar.gz hslibs.html.tar.gz \
@


1.13
log
@Update to 6.4.1
@
text
@d8 2
a9 2
PORTNAME=	ghc-doc
PORTVERSION=	6.4.1
d13 1
d26 1
d39 2
@


1.12
log
@Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
@
text
@d9 1
a9 1
PORTVERSION=	6.4
@


1.11
log
@Looks like this belongs to haskell@@.
@
text
@d1 2
a2 2
# Ports collection makefile for:	ghc-doc
# Date created:				26 Jul 2002
d9 1
a9 1
PORTVERSION=	5.04.3
d13 2
a14 1
DISTFILES=      building.html.tar.gz building.ps.gz hslibs.html.tar.gz \
d17 1
a17 1
DIST_SUBDIR=	ghc
d24 1
d27 2
a28 2
	@@${MKDIR} ${LOCALBASE}/share/doc/ghc
.for FILE in building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html
d30 1
a30 1
		${LOCALBASE}/share/doc/ghc
d32 1
a32 1
.for FILE in building.html.tar.gz hslibs.html.tar.gz \
d35 1
a35 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
@

