head	1.22;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.19
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.4;
locks; strict;
comment	@# @;


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

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

1.20
date	2011.07.21.05.02.49;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2009.09.02.15.01.42;	author amdmi3;	state Exp;
branches;
next	1.18;

1.18
date	2008.06.06.13.41.14;	author edwin;	state Exp;
branches;
next	1.17;

1.17
date	2007.06.29.16.29.18;	author araujo;	state Exp;
branches;
next	1.16;

1.16
date	2007.05.19.20.13.54;	author flz;	state Exp;
branches;
next	1.15;

1.15
date	2007.04.17.00.04.06;	author itetcu;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.09.20.52.21;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2005.04.06.01.34.17;	author hq;	state Exp;
branches;
next	1.12;

1.12
date	2005.03.26.07.05.09;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2004.04.13.08.01.02;	author krion;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.21.43;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2004.01.31.08.47.19;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.30.02.05.58;	author nork;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.07.23.14.30.29;	author znerd;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.02.01.24.31;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2003.05.18.23.58.28;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.12.20.16.05;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.04.21.33.10;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.04.20.52.05;	author nork;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308604
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308604 | bapt | 2012-12-10 13:18:28 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part2)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Kimura Fuyuki <fuyuki@@hadaly.org>
# $FreeBSD: head/lang/sisc/Makefile 308604 2012-12-10 13:18:28Z bapt $

PORTNAME=	sisc
PORTVERSION=	1.16.6
PORTREVISION=	2
CATEGORIES=	lang scheme java
MASTER_SITES=	SF/${PORTNAME}/SISC/${PORTVERSION}

MAINTAINER=	araujo@@FreeBSD.org
COMMENT=	An extensible Java-based Scheme interpreter

USE_JAVA=	yes
JAVA_VERSION=	1.6+

NO_BUILD=	yes
PORTDOCS=	COPYING README

post-patch:
	${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${DATADIR}|' \
		-e 's|\(JAVA=\)java|\1"${LOCALBASE}/bin/java" ; export JAVA_VERSION="${JAVA_VERSION}"|' \
		${WRKSRC}/sisc
	${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' \
		${WRKSRC}/scheme-src/srfi-22/srfi-22.sh

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/sisc ${PREFIX}/bin
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/*.shp ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/scheme-src/*.scm ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/scheme-src/srfi-22/srfi-22.sh ${PREFIX}/bin
.for i in r4rs r5rs srfi-0 srfi-7 ieee-1178-1900
	${LN} -sf ${PREFIX}/bin/srfi-22.sh ${PREFIX}/bin/scheme-${i}
.endfor

.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}; ${INSTALL_DATA} COPYING README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.21
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	SISC
# Date created:				18 March 2003
# Whom:					Kimura Fuyuki <fuyuki@@hadaly.org>
#
# $FreeBSD: head/lang/sisc/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d14 1
a14 1
JAVA_VERSION=	1.5+
@


1.20
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d18 1
a18 1
JAVA_VERSION=	1.3+
@


1.18
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
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.17
log
@- Change my mail address to araujo@@.

Approved by:	stas (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.16
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d15 1
a15 1
MAINTAINER=	araujo@@bsdmail.org
@


1.15
log
@- Update to 1.16.6
- pass maintainership to submitter

PR:		ports/111212
Submitted by:	Marcelo Araujo
@
text
@d10 1
@


1.14
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d9 1
a9 1
PORTVERSION=	1.9.7
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}
@


1.13
log
@- Update to 1.9.7 [1]
- Also install srfi-22 support scripts (standard ways of invoking
  interpreter) [1]
- Fix substitution in launcher shell script
- Add 'java' category [2]

PR:		59577 [1]
Submitted by:	Sam Lawrance <boris@@brooknet.com.au> [1]
Reported by:	portlint [2]
@
text
@a20 1
USE_REINPLACE=	yes
@


1.12
log
@BROKEN: Size mismatch

Approved by:    portmgr (kris)
@
text
@d9 2
a10 2
PORTVERSION=	1.8.8
CATEGORIES=	lang scheme
a16 2
BROKEN=		Size mismatch

d23 1
a23 1
PORTDOCS=	COPYING README *.html
d27 4
a30 1
		-e "s| java | ${LOCALBASE}/bin/javavm |" ${WRKSRC}/sisc
d37 5
d44 1
a44 1
	cd ${WRKSRC}; ${INSTALL_DATA} COPYING README doc/* ${DOCSDIR}
@


1.11
log
@- Update to 1.8.8

PR:		ports/65475
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@d17 2
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d9 1
a9 2
PORTVERSION=	1.8.7
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
d17 2
a18 1
USE_JAVA=	1.3+
@


1.9
log
@Update to 1.8.7: bugfixes.

PR:		ports/61652
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d10 1
@


1.8
log
@o Update to 1.8.5.
o Patch updated mostly to prepare for later use of SLIB.

PR:		ports/58550
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.8.5
d22 1
d26 1
a26 1
		-e 's|^$$RLWRAP java|$$RLWRAP javavm|' ${WRKSRC}/sisc
d33 1
d35 2
a36 3
.for i in COPYING README
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
@


1.7
log
@Use the new virtual category 'scheme'

	- Add the virtual category 'scheme' to the orphan ports
	- Fix the chicken's csc script
	- Minor portlint cleanups

PR:		ports/55265
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.7.9
a12 1
EXTRACT_SUFX=	.jar
a16 2
BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant

a18 3
EXTRACT_CMD=	${JAR}
EXTRACT_BEFORE_ARGS=	-xf

d21 1
d24 2
a25 5
	${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${JAVAJARDIR}|' \
		-e 's|^java|javavm|' ${WRKSRC}/dist/sisc.sh

do-build:
	cd ${WRKSRC}; ${SETENV} JAVA_HOME=${JAVA_HOME} ant sisc-lib
d28 4
a31 2
	${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/*.shp ${JAVAJARDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/dist/sisc.sh ${PREFIX}/bin/sisc
d34 1
a34 1
	${INSTALL_DATA} ${WRKSRC}/dist/${i} ${DOCSDIR}
@


1.6
log
@Port devel/jakarta-ant was renamed to devel/apache-ant.

Reported by:	kris
Pointy hat to:	me
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.5
log
@Remove MAINTAINER, as per his request:

"I'll be offline for the next few months.  Someone please take care
 of these poor orphans."

Also slip in some minor fixes.

PR:		52831
Submitted by:	Kimura Fuyuki <fuyuki@@mj.0038.net>
@
text
@d18 1
a18 1
BUILD_DEPENDS=	ant:${PORTSDIR}/devel/jakarta-ant
@


1.4
log
@Require at least JDK 1.3

Reported by:	bento
Approved by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	fuyuki@@hadaly.org
@


1.3
log
@Update to 1.7.9

PR:		52040
Submitted by:	maintainer
@
text
@d20 1
a20 1
USE_JAVA=	1.2+
@


1.2
log
@Update to 1.7.8.
I forgot to commit remain PR.

PR:		ports/50155
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.8
d36 1
a36 1
	${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/boot/*.shp ${JAVAJARDIR}
@


1.1
log
@Add sisc 1.7.7, an extensible Java-based Scheme interpreter of
the algorithmic language Scheme.  SISC uses modern interpretation
techniques, and handily outperforms all existing Java interpreters.

PR:		ports/50109
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.7.7
@

