head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	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.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.58.51;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2010.12.01.12.55.47;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2008.02.05.04.57.09;	author anray;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.22.18.27.37;	author anray;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.13.19.14.42;	author anray;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.04.13.26.43;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.26.08.43.05;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.25.17.50.07;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.26.12.06.07;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.11.19.22.25;	author obraun;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.06.21.53.20;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	haskell-mode.el
# Date created:		5 March 2004
# Whom:			Josh Elsasser <jre@@vineyard.net>
#
# $FreeBSD: head/lang/haskell-mode.el/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	haskell-mode
PORTVERSION=	2.8.0
CATEGORIES=	lang elisp
MASTER_SITES=	http://projects.haskell.org/haskellmode-emacs/

MAINTAINER=	umq@@ueo.co.jp
COMMENT=	An Emacs lisp mode for editing haskell programs

NO_BUILD=	yes

LICENSE=	GPLv3
PORTDOCS=	ChangeLog NEWS fontlock.hs indent.hs README

ELISPDIR=	${PREFIX}/${PLIST_DIRS}
ELISPFILES=	ghc-core.el haskell-c.el haskell-cabal.el haskell-decl-scan.el \
		haskell-doc.el haskell-font-lock.el haskell-ghci.el \
		haskell-hugs.el haskell-indent.el haskell-indentation.el \
		haskell-mode.el haskell-simple-indent.el haskell-site-file.el \
		inf-haskell.el

PLIST_DIRS=	share/emacs/site-lisp/${PORTNAME}/
PLIST_FILES=	${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g}
SUB_FILES=	pkg-message

do-install:
	@@${MKDIR} ${ELISPDIR}
	@@${INSTALL_DATA} ${ELISPFILES:S,^,${WRKSRC}/,} ${ELISPDIR}/

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.10
log
@- Update to 2.8.0

PR:		ports/152726
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 2.4
- Makefile cleanup
- Update pkg-message.

PR:		ports/120279
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	Hirohisa Yamaguchi (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.4
d11 1
a11 1
MASTER_SITES=	http://www.iro.umontreal.ca/~monnier/elisp/
d18 1
d22 1
a22 1
ELISPFILES=	haskell-c.el haskell-cabal.el haskell-decl-scan.el \
d24 3
a26 2
		haskell-hugs.el haskell-indent.el haskell-mode.el \
		haskell-simple-indent.el haskell-site-file.el inf-haskell.el
d30 1
@


1.8
log
@- Update to latest version 2.3

PR:		ports/115685
Submitted by:	KIMURA Yasuhiro <yasu@@utahime.org>
Approved by:	Hirohisa Yamaguchi (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.3
d18 2
d21 4
a24 4
ELISPFILES=	haskell-cabal.el haskell-decl-scan.el haskell-doc.el \
		haskell-font-lock.el haskell-ghci.el haskell-hugs.el \
		haskell-indent.el haskell-mode.el haskell-simple-indent.el \
		haskell-site-file.el inf-haskell.el
a28 5
.if !defined(NOPORTDOCS)
PORTDOCS=	ChangeLog NEWS fontlock.hs indent.hs \
		README
.endif

d30 2
a31 4
	${MKDIR} ${ELISPDIR}
.for i in ${ELISPFILES}
	${INSTALL_DATA} ${WRKSRC}/${i} ${ELISPDIR}
.endfor
d35 2
a36 4
	${MKDIR} ${DOCSDIR}
.  for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.  endfor
@


1.7
log
@Update to 2.2

PR:		ports/109042
Submitted by:	Hirohisa Yamaguchi(maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.2
d19 4
a22 4
ELISPFILES=	haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
		haskell-ghci.el haskell-hugs.el haskell-indent.el \
		haskell-mode.el haskell-simple-indent.el haskell-site-file.el \
		inf-haskell.el
d29 1
a29 1
		README index.html
@


1.6
log
@- Add backup download site

Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp> (maintainer)
Approved by:	portmgr (kris; implicit)
@
text
@d9 1
a9 1
PORTVERSION=	2.1
d11 1
a11 2
MASTER_SITES=	http://www.iro.umontreal.ca/~monnier/elisp/ \
		http://macemacsjp.sourceforge.jp/package/20051117/GPL/
d29 1
a29 1
		index.html installation-guide.html
@


1.5
log
@- Author of last update agreed to take over this port
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.iro.umontreal.ca/~monnier/elisp/
@


1.4
log
@- Update to 2.1
- Drop maintainership

PR:		ports/91934
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp>
Approved by:	Josh Elsasser <joshe@@vineyard.net> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


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

PR:		ports/69481
Submitted by:	Tim Bishop
@
text
@d9 1
a9 1
PORTVERSION=	1.44
d11 1
a11 1
MASTER_SITES=	http://www.haskell.org/haskell-mode/
d13 1
a13 1
MAINTAINER=	jre@@vineyard.net
d21 2
a22 1
		haskell-mode.el haskell-simple-indent.el
d27 5
d39 6
@


1.2
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
@d11 1
a11 2
MASTER_SITES=	http://www.haskell.org/haskell-mode/ \
		http://www.mirror.ac.uk/sites/www.haskell.org/haskell-mode/
@


1.1
log
@Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.

PR:		ports/63813
Submitted by:	Josh Elsasser <jre@@vineyard.net>
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.haskell.org/haskell-mode/
@

