head	1.10;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2013.02.05.22.47.11;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.12.16.06.16.56;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.05.58.58;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.08.08.09.36.20;	author pgj;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.03.20.52.19;	author pgj;	state Exp;
branches;
next	1.5;

1.5
date	2011.05.09.15.18.39;	author pgj;	state Exp;
branches;
next	1.4;

1.4
date	2010.04.19.10.43.31;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.13.09.45.53;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.13.58;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.30.20.04.03;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311736
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Li-Lun Wang <llwang@@infor.org>
# $FreeBSD: head/lang/whitespace/Makefile 311736 2013-02-05 22:26:31Z pgj $

PORTNAME=	whitespace
PORTVERSION=	0.3
PORTREVISION=	7
CATEGORIES=	lang
MASTER_SITES=	http://compsoc.dur.ac.uk/whitespace/downloads/
DISTNAME=	wspace-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	llwang@@infor.org
COMMENT=	An interpreter for the Whitespace programming language

LICENSE=	GPLv2

BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
		ffi.6:${PORTSDIR}/devel/libffi
USE_PERL5_BUILD=	5.8+

WRKSRC=	${WRKDIR}/WSpace
USE_GMAKE=	yes
ALL_TARGET=	${TARGET}

OPTIONS_DEFINE=		DOCS EXAMPLES
OPTIONS_DEFAULT=	DOCS EXAMPLES

PORTEXAMPLES=		*
PORTDOCS=		*

.include <bsd.port.options.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wspace ${PREFIX}/bin

post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/tutorial.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	whitespace
# Date created:        18 May 2006
# Whom:                Li-Lun Wang <llwang@@infor.org>
#
# $FreeBSD: head/lang/whitespace/Makefile 308985 2012-12-16 06:12:28Z az $
#
d6 1
a6 1
PORTREVISION=	6
d18 3
a20 2
LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
USE_PERL5_BUILD=	yes
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/whitespace/Makefile 302278 2012-08-08 09:36:20Z pgj $
d23 1
a23 1
USE_PERL5_BUILD=	5.8+
@


1.7
log
@SVN rev 302278 on 2012-08-08 09:36:20Z by pgj

- Use the new options framework

Obtained from:	FreeBSD Haskell
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update The Glorious Glasgow Haskell Compiler to version 7.4.1

Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@@ for the assistance.

Obtained from:	FreeBSD Haskell
@
text
@d10 1
a10 1
PORTREVISION=	5
d29 8
d41 1
a41 1
.if !defined(NOPORTDOCS)
d44 2
@


1.5
log
@- Chase GHC update

Obtained from:	FreeBSD Haskell
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.4
log
@Switch to use newer GMP version.

PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
@
text
@d10 1
a10 1
PORTREVISION=	3
d19 2
d23 1
@


1.3
log
@Chase libgmp and bump PORTREVISION.
@
text
@d10 1
a10 1
PORTREVISION=	2
d20 1
a20 1
LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
@


1.1
log
@Add whitespace 0.3, an interpreter for the Whitespace programming
language.

PR:		ports/97479
Submitted by:	Li-Lun Wang <llwang@@infor.org>
Approved by:	tobez
@
text
@d10 1
@

