head	1.5;
access;
symbols
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2008.07.25.03.27.57;	author wxs;	state dead;
branches;
next	1.4;

1.4
date	2008.06.05.12.11.54;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.16.15.23.13;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.16.01.31.12;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.19.22.08.32;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Remove lang/gambc after it's been repocopied to lang/gambit-c

PR:		ports/124087
Submitted by:	Timothy Beyer <beyert@@cs.ucr.edu>
Approved by:	Captain Fourier <rzinkov@@gmail.com> (old maintainer)
@
text
@# New ports collection makefile for:	gambc
# Date created:        			28 December 2006
# Whom:					Rob Zinkov
#
# $FreeBSD: ports/lang/gambc/Makefile,v 1.4 2008/06/05 12:11:54 miwi Exp $
#

PORTNAME=	gambc
DISTVERSION=	4.0b20
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/

MAINTAINER=	pmn@@bakarika.net
COMMENT=	Gambit programming system where the compiler generates portable C code

CONFLICTS=	ghostscript-gpl-* ghostscript-gnu-*

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--enable-single-host --enable-gcc-opts

INFO=	gambit-c

pre-configure:
	@@${REINPLACE_CMD} -e 's|/4.0b20||' ${WRKSRC}/configure

post-configure:
	@@${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.4
log
@- Pass maintainership to submitter

PR:		124252
Submitted by:	Adrien Pirard <pmn@@bakarika.net>
Approved by:	Captain Fourier <rzinkov@@gmail.com> (old_maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Bump PORTREVISION for CONFLICTS changed

Noticed by:	flz
@
text
@d14 1
a14 1
MAINTAINER=	rzinkov@@gmail.com
@


1.2
log
@- lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all install
  bin/gsc, so make they conflict to each others

PR:		ports/122792
Reported by:	Anatoly Borodin <anatoly.borodin at gmail.com>
Approved by:	Rob Zinkov <rzinkov@@eden.rutgers.edu> (maintainer of lang/gambc)
@
text
@d10 1
@


1.1
log
@The Gambit programming system is a full implementation of the Scheme
language which conforms to the R4RS and IEEE Scheme standards. It
consists of two main programs: gsi, the Gambit Scheme interpreter, and
gsc, the Gambit Scheme compiler.

Gambit-C is a version of the Gambit programming system in which the
compiler generates portable C code, making the whole Gambit-C system
and the programs compiled with it easily portable to many computer
architectures for which a C compiler is available. With appropriate
declarations in the source code the executable programs generated by
the compiler run roughly as fast as equivalent C programs.

WWW: http://www.iro.umontreal.ca/~gambit/

PR:		ports/107405
Submitted by:	Rob Zinkov
@
text
@d16 2
@

