head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.58.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.26.05.43.28;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2011.08.08.16.03.01;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.04.13.49.11;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.30.12.28.24;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2008.06.06.13.41.09;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2007.08.08.15.52.47;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.19.20.13.39;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.30.05.46.10;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2007.01.31.18.18.04;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.13.03.57.20;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.18.09.55.59;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# $FreeBSD: head/lang/gscheme/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	gscheme
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	lang gnustep
MASTER_SITES=	http://www.gnustep.it/marko/GScheme/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex
DISTNAME=	GScheme
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	repacked

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	GNUstep-aware scheme interpreter

LICENSE=	GPLv2

USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

post-patch:
	${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
		${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m

post-install:
	${RM} -f ${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~

.include <bsd.port.mk>
@


1.12
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.11
log
@- reset MAINTAINER
@
text
@a0 4
# New ports collection makefile for:    gscheme
# Date created:         17 Nov 2006
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.10
log
@- MASTER_SITE_LOCAL
@
text
@d19 1
a19 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.9
log
@LICENSE GPLv2
@
text
@d12 3
a14 1
MASTER_SITES=	http://www.gnustep.it/marko/GScheme/
@


1.8
log
@- drop USE_GNUSTEP_PREFIX
@
text
@d20 2
@


1.7
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@a20 1
USE_GNUSTEP_PREFIX=	yes
@


1.6
log
@- update to 0.6
@
text
@d10 1
@


1.5
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 2
PORTVERSION=	0.5
PORTREVISION=	1
d14 1
@


1.4
log
@- fix build for gnustep-gui-0.12
@
text
@d10 1
@


1.3
log
@- add category gnustep
PR:		103931
Approved by:	pav
@
text
@d24 4
@


1.2
log
@- update to use new bsd.gnustep.mk
Approved by:	gurkan@@linuks.mine.nu
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.1
log
@A GNUstep-aware scheme interpreter. You need libflex installed on your system.
Includes many examples, e.g. the sieve of Erathostenes to compute primes,
a Koch curve plotter, mandelbrot set, graphs of various functions etc.
GScheme is fully tail recursive. The garbage collector bypasses GNUstep's
retain/release mechanism in order to deal with circular data structures.
GScheme is document-based and you can edit more than one file at the same time.

WWW: http://www.gnustep.it/marko/GScheme/index.html
@
text
@a17 2
#WRKSRC=		${WRKDIR}/X
USE_GMAKE=	yes
a22 2
MAKEFILE=
ALL_TARGET=
@

