head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.05.58.51;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.17.15.48.44;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.19.02.54.50;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2007.08.18.01.06.59;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.18.08.38.15;	author lev;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.22.09.28.07;	author lev;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.21.21.22.58;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.21.38;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.12.08.10.53.27;	author lev;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.17.13.53.44;	author lev;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.04.22.43.30;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.18.09.31.19;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.12.35.03;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.17.18.21.24;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	hope
# Date created:				24 September 2001
# Whom:					Lev Serebryakov <lev@@serebryakov.spb.ru>
#
# $FreeBSD: head/lang/hope/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	hope
PORTVERSION=	1.1
CATEGORIES=	lang
MASTER_SITES=	http://www.soi.city.ac.uk/~ross/Hope/
DISTNAME=	${PORTNAME}

MAINTAINER=	lev@@FreeBSD.org
COMMENT=	Hope is lazy interpreter for HOPE applicative language

.if defined(WITH_DOCS)
BUILD_DEPENDS+=	latex:${PORTSDIR}/print/teTeX \
		latex2html:${PORTSDIR}/textproc/latex2html
MAKE_ARGS+=	WITH_DOCS=yes
.else
NOPORTDOCS=	yes
.endif

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=		hope.1

.include <bsd.port.pre.mk>

pre-fetch:
.if !defined(WITH_DOCS)
	@@${ECHO} ""
	@@${ECHO} "      If you want to build and install documentation"
	@@${ECHO} "      you should use WITH_DOCS build option"
	@@${ECHO} ""
	@@${ECHO} "      Documentation is not builded by default because"
	@@${ECHO} "      it needs latex and latex2html"
	@@${ECHO} ""
.endif

.include <bsd.port.post.mk>
@


1.14
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Unbreak, undeprecate

PR:		ports/127449
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
Approved by:	maintainer timeout (lev; 3 months)
@
text
@d15 1
a15 1
COMMENT=	Hope is lazy interpriter for HOPE applicative language
@


1.12
log
@- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:	portmgr
@
text
@a16 4
BROKEN=		Patch fails
DEPRECATED=	Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19

@


1.11
log
@BROKEN: Patch fails
@
text
@d18 2
@


1.10
log
@  Source tarball was replaced by author.
  Changes are: new makedepend.sh, some clean-ups in makefiles.
@
text
@d17 2
@


1.9
log
@   Author releases new version without changing file name.
   DIFF review:
     (1) Some script-generated files in documentation ommited.
     (2) One bug in sources fixed.
     (3) Makefile regenerated.
     (4) Documentation cleaning targed fixed.
     (5) bison-based parser regenerated with new bison version.

   DIFF could be found at http://lev.serebryakov.spb.ru/download/hope.diff.bz2
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.8
log
@BROKEN: Checksum mismatch
@
text
@d9 1
a9 2
PORTVERSION=	0.0
PORTREVISION=	2
a15 2

BROKEN=		"Checksum mismatch"
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d18 2
@


1.6
log
@  Fix building on 5-CURRENT

PR:		ports/60018
Submitted by:	FreeBSD-gnats-submit@@freebsd.org
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.5
log
@Change MAINTAINER field of my ports to lev@@FReeBSD.org, my brand-new
committer's e-mail

Approved by:	sobomax
@
text
@d10 1
a31 4

.if ${OSVERSION} >= 500113
BROKEN=         "Does not install"
.endif
@


1.4
log
@Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
@
text
@d14 1
a14 1
MAINTAINER=	lev@@serebryakov.spb.ru
@


1.3
log
@BROKEN on 5.1: does not install
@
text
@a16 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not install"
.endif

d29 6
@


1.2
log
@De-pkg-comment.
@
text
@d17 6
d47 1
a47 1
.include <bsd.port.mk>
@


1.1
log
@add hope
Hope is lazy interpriter for HOPE applicative language

PR:		30799
Submitted by:	Lev Serebryakov <lev@@serebryakov.spb.ru>
@
text
@d15 1
@

