head	1.23;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2013.03.02.13.44.44;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.10.06.17.42.14;	author cs;	state Exp;
branches;
next	1.20;

1.20
date	2012.07.24.15.41.01;	author scheidell;	state Exp;
branches;
next	1.19;

1.19
date	2011.11.17.09.12.05;	author danfe;	state Exp;
branches;
next	1.18;

1.18
date	2011.11.16.16.07.55;	author danfe;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.16.03.21.34;	author eadler;	state Exp;
branches;
next	1.16;

1.16
date	2010.10.09.00.30.33;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2010.10.08.02.26.11;	author wen;	state Exp;
branches;
next	1.14;

1.14
date	2010.09.11.19.40.17;	author makc;	state Exp;
branches;
next	1.13;

1.13
date	2010.08.04.07.21.20;	author lwhsu;	state Exp;
branches;
next	1.12;

1.12
date	2010.08.01.15.18.36;	author makc;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.25.22.22.23;	author makc;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.29.12.54.01;	author sylvio;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.09.09.29.23;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.10.17.41.31;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.08.13.05.06;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.05.00.12.58;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.25.18.57.10;	author dhn;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.15.10.38.37;	author beat;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.01.13.36.39;	author miwi;	state Exp;
branches;
next	1.2;

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

1.1
date	2009.03.14.12.31.05;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313182
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	s9fes
# Date created:				23 February 2009
# Whom:					Nils M Holm <nmh@@t3x.org>
#
# $FreeBSD: head/lang/s9fes/Makefile 313182 2013-03-02 03:55:25Z eadler $
#

PORTNAME=	s9fes
PORTVERSION=	20121005
CATEGORIES=	lang scheme
MASTER_SITES=	http://www.t3x.org/s9fes/

MAINTAINER=	nmh@@t3x.org
COMMENT=	Portable Scheme interpreter with a Unix interface

LICENSE=	public
LICENSE_NAME=	Public Domain
LICENSE_FILE=	${WRKSRC}/LICENSE
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIBDIR=		${DATADIR}
MAKE_ARGS=	${MAKE_ENV}
WRKSRC=		${WRKDIR}/s9

MAN1=		s9.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>
@


1.22
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/s9fes/Makefile 305390 2012-10-06 17:42:14Z cs $
d19 1
a19 1
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
@


1.21
log
@SVN rev 305390 on 2012-10-06 17:42:14Z by cs

- Update to version 2012-10-05
- Remove indefinite article from COMMENT
- Improve pkg-descr

PR:		ports/172381
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@SVN rev 301471 on 2012-07-24 15:41:01Z by scheidell

- Update to version 20120710.
- Add license.

PR:		ports/169761
Submitted by:	"Nils M Holm" <nmh@@t3x.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20120713
d14 1
a14 1
COMMENT=	A portable Scheme interpreter with a Unix interface
@


1.19
log
@Improve previous approach for upholding CC, CFLAGS, PREFIX, and LIBDIR: just
pass everything from MAKE_ENV.  It does not cause any side effects, and has
slight advantage of proper quoting, e.g. when ${CC} contains distcc/ccache +
compiler separated by space.

Submitted by:	Jan Beich
Approved by:	maintainer (implicit)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	20101004
d11 1
a11 1
MASTER_SITES=	http://www.t3x.org/misc/
d16 5
a27 4
post-patch:
# Fix parallel (-jX) build: add missing target prerequisite
	@@${REINPLACE_CMD} -e '/^arse-core.image/s,:,: s9,' ${WRKSRC}/Makefile

@


1.18
log
@Instead of marking this port as make jobs (-jX) unsafe, apply a trivial fix
and also properly respect CC, CFLAGS, PREFIX, and LIBDIR.

Approved by:	maintainer, eadler@@
Feature safe:	yes
@
text
@d16 2
a17 1
MAKE_ARGS=	CC=${CC} CFLAGS="${CFLAGS}" PREFIX=${PREFIX} LIBDIR=${DATADIR}
@


1.17
log
@- mark port unsafe with -j

PR:		ports/162541
Submitted by:	Jan Beich <jbeich@@tormail.net>
Approved by:	"Nils M Holm" <nmh@@t3x.org> (maintainer)
Feature safe:	yes
@
text
@d16 1
a20 1
MAKE_JOBS_UNSAFE=	yes
d23 2
a24 2
	${REINPLACE_CMD} -e "s,PREFIX=.*,PREFIX=${PREFIX}," ${WRKSRC}/Makefile
	${REINPLACE_CMD} -e "s,LIBDIR=.*,LIBDIR=${DATADIR}," ${WRKSRC}/Makefile
@


1.16
log
@- Remove the LICENSE line to unbreak it

Reviewed by:	delphij@@
@
text
@d20 1
@


1.15
log
@- Update to 20101004
- Add LICENSE to port Makefile

PR:		ports/151188
Submitted by:	"Nils M Holm" <nmh@@t3x.org> (maintainer)
@
text
@a15 2
LICENSE=	public-domain

@


1.14
log
@Update to 20100911

PR:		ports/150426
Submitted by:	Nils M Holm (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20100911
d16 2
@


1.13
log
@- Update to 2010-08-03

PR:		ports/149255
Submitted by:	"Nils M Holm" <nmh AT t3x.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20100803
@


1.12
log
@Update to 20100731

PR:		ports/149138
Submitted by:	Nils M Holm (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20100731
@


1.11
log
@Update to 20100625

PR:		ports/148031
Submitted by:	Nils M Holm (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	20100625
d14 1
a14 1
COMMENT=	A comprehensible Scheme interpreter with a Unix interface
@


1.10
log
@- Update to 20100524

PR:		ports/146765
Submitted by: 	Nils M Holm <nmh@@noself.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20100524
@


1.9
log
@- Update to 2009-09-06

PR:		138566
Submitted by:	Nils M Holm <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090906
d11 1
a11 1
MASTER_SITES=	http://www.t3x.org/s9fes/
d14 3
a16 1
COMMENT=	A simple and comprehensible Scheme interpreter
@


1.8
log
@- Update to 20090808

PR:		137561
Submitted by:	"Nils M Holm" <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090808
@


1.7
log
@- Update to 2009-07-08

PR:		ports/136454
Submitted by:	Nils M Holm <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090708
@


1.6
log
@- Update to 2009-07-04

PR:		136309
Submitted by:	"Nils M Holm" <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090704
@


1.5
log
@- Update to 20090625

PR:		ports/136038
Submitted by:	Nils M Holm <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090625
@


1.4
log
@- Update to 20090615

PR:		ports/135590
Submitted by:	Nils M Holm <nmh AT t3x.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090615
@


1.3
log
@- Update to 2009-04-29

PR:		134088
Submitted by:	"Nils M Holm" <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090429
a15 2
WRKSRC=		${WRKDIR}/s9fes

@


1.2
log
@- Update to 20090329

PR:		133177
Submitted by:	"Nils M Holm" <nmh@@T3X.ORG> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20090329
@


1.1
log
@Add s9fes 20090311, a simple and comprehensible Scheme interpreter.

PR:		ports/131998
Submitted by:	Nils M Holm <nmh at t3x.org>
@
text
@d9 1
a9 1
PORTVERSION=	20090311
d22 2
a23 2
	${REINPLACE_CMD} -e "s,PREFIX=.*,PREFIX=${PREFIX},"  ${WRKSRC}/Makefile
	${REINPLACE_CMD} -e "s,LIBDIR=.*,LIBDIR=${DATADIR},"  ${WRKSRC}/Makefile
@

