head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	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.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.02.01.15.41.56;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.05.58.58;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.08.21.27.42;	author sylvio;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.26.13.30.44;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.23.16.27.44;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.28.11.47.49;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.05.15.19.13;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311381
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	ypsilon
# Date created:		27 July 2008
# Whom:			Vitaly Magerya <vmagerya@@gmail.com>
#
# $FreeBSD: head/lang/ypsilon/Makefile 311381 2013-02-01 15:04:00Z ak $
#

PORTNAME=	ypsilon
PORTVERSION=	0.9.6.3
PORTREVISION=	2
CATEGORIES=	lang scheme
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DISTNAME=	${PORTNAME}-0.9.6.update3

MAINTAINER=	vmagerya@@gmail.com
COMMENT=	Scheme implementation for real-time applications

USE_GMAKE=	yes
MAKE_ARGS=	DATADIR="${DATADIR}" \
		PTHREAD_LIBS="${PTHREAD_LIBS}"

MAN1=		ypsilon.1

ONLY_FOR_ARCHS=	i386 amd64

.include <bsd.port.pre.mk>

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	@@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
	@@${MKDIR} ${DATADIR}
	(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "sitelib stdlib" ${DATADIR})
.if ${PORT_OPTIONS:MEXAMPLES}
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/example/*.scm ${EXAMPLESDIR}
.endif

regression-test: build
	cd ${WRKSRC} && ${GMAKE} check

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


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/ypsilon/Makefile 300896 2012-07-14 13:54:48Z beat $
d41 1
a41 1
.include <bsd.port.post.mk>@


1.5
log
@- Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNG
equivalents for devel/premake4, lang/ikarus, lang/stklos
and lang/ypsilon.

- Add mutual conflicts to lang/ikarus and lang/petite-chez
as they both install bin/scheme-script (reported by
Sulev-Madis Silber with his ports conflicts checker).

- Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING
is set (i.e. on the pointyhat cluster).

- Add regression-test target to lang/ypsilon.

PR:		ports/168715
Submitted by:	Vitaly Magerya <vmagerya@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Maintainer says lang/ypsilon doesn't require libglut, so backout last
change.

Reported by:	maintainer
@
text
@d26 1
a26 1
post-patch:
d33 1
a33 1
.ifndef (NOPORTEXAMPLES)
d38 4
a41 1
.include <bsd.port.mk>
@


1.3
log
@- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
@
text
@d10 1
a10 1
PORTREVISION=	1
a17 1
USE_GL=		glut
@


1.2
log
@- Update to 0.9.6-update3

Notable changes:
- support for FreeBSD/amd64
- a bunch of new libraries
- several bugs are fixed

PR:		129974
Submitted by:	Vitaly Magerya <vmagerya@@gmail.com>
@
text
@d10 1
d18 1
@


1.1
log
@Ypsilon is an implementation of Scheme programming language for real-time
applications, which conforms to the latest standard R^6RS.
Ypsilon features mostly concurrent garbage collector optimized for systems
with multiple CPUs, and an easy to use FFI.

WWW: http://code.google.com/p/ypsilon/

PR:		ports/126015
Submitted by:	Vitaly Magerya <vmagerya@@gmail.com>
Approved by:	gabor (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.6
d12 1
d18 1
a18 2
MAKE_ARGS=	PROG="${PORTNAME}" \
		DATADIR="${DATADIR}" \
d23 1
a23 1
ONLY_FOR_ARCHS=	i386
a25 1
	${RM} ${WRKSRC}/sitelib/*.orig
@

