head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.12.10.13.24.59;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.58.57;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.07.21.05.02.49;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.13.41.14;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2007.05.19.20.13.56;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2005.02.18.16.07.12;	author hq;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.07.06.05.37;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2002.11.16.22.17.23;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.04.05.46.30;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2002.09.28.22.03.50;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2001.09.16.16.11.45;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2001.04.05.10.17.17;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	2000.07.03.14.24.10;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.12.06.20.51;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.21.08.29.18;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.12.29.07.30.45;	author steve;	state Exp;
branches;
next	;


desc
@@


1.16
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: Jose Marques
# $FreeBSD: head/lang/starlogo/Makefile 308604 2012-12-10 13:18:28Z bapt $

PORTNAME=	starlogo
PORTVERSION=	2.0.2
PORTREVISION=	2
CATEGORIES=	lang java
MASTER_SITES=	http://education.mit.edu/starlogo/download/
DISTNAME=	${PORTNAME}-2.0

MAINTAINER=	java@@FreeBSD.org
COMMENT=	Specialized version of the Logo programming language written in Java

USE_JAVA=	yes
JAVA_VERSION=	1.6+

USE_ZIP=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
DATADIR=	${JAVASHAREDIR}/${PORTNAME}

NO_BUILD=	yes
SUB_FILES=	starlogo.sh

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/starlogo.sh ${PREFIX}/bin/starlogo
	cd ${WRKSRC} \
	  && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \
	  && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    StarLogo
# Date created:		14th November 1999
# Whom:			Jose Marques
#
# $FreeBSD: head/lang/starlogo/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d15 1
a15 1
JAVA_VERSION=	1.5+
@


1.14
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.13
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
@d19 1
a19 1
JAVA_VERSION=	1.2+
@


1.12
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.11
log
@- Update to bsd.java.mk 2.0
- Install in DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Use %%DATADIR%%
- Add $FreeBSD$ tags
- Tweak COMMENT to calm portlint (and remove redundant port name from it)
- Improve launcher shell script (update to javavmwrapper 2.0) and use SUB_FILES
- Minor cosmetic improvements
@
text
@d10 1
@


1.10
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d14 2
a15 2
MAINTAINER=	java@@freebsd.org
COMMENT=	StarLogo is a specialized version of the Logo programming language written in Java
d17 2
a18 1
USE_JAVA=       1.2+
a20 1
USE_REINPLACE=	yes
d22 1
d25 1
d28 4
a31 8
	@@${MKDIR} ${PREFIX}/share/java/starlogo
	@@${INSTALL_SCRIPT} ${FILESDIR}/starlogo ${PREFIX}/bin/starlogo
	@@${REINPLACE_CMD} -e \
		"s|%%PREFIX%%|${PREFIX}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" \
		${PREFIX}/bin/starlogo
	@@${RM} ${PREFIX}/bin/starlogo.bak
	@@(cd ${WRKSRC} && ${TAR} -c -f - .) \
		| (cd ${PREFIX}/share/java/starlogo && ${TAR} --unlink -x -f -)
@


1.9
log
@iMaintainer update to version 2.0.2

PR:		ports/45143
Submitted by:	Jose Marques <noway@@nohow.demon.co.uk>
@
text
@d15 1
@


1.8
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
d11 2
a12 1
MASTER_SITES=	http://el.www.media.mit.edu/groups/el/Projects/starlogo/download/
d14 1
a14 1
MAINTAINER=	noway@@nohow.demon.co.uk
d16 1
a16 2
RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper \
		${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre
d18 1
d20 2
d24 3
a26 1
do-configure:
d29 2
a30 5
		${WRKSRC}/starlogo-unix

do-install:
	@@${MKDIR} ${PREFIX}/share/java/starlogo
	@@${INSTALL_SCRIPT} ${WRKSRC}/starlogo-unix ${PREFIX}/bin/starlogo
@


1.7
log
@Correct syntax error in do-install (&& && -> &&)
@
text
@d18 1
d22 2
a23 1
	@@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" \
@


1.6
log
@Update to version 1.2.2

PR: 30577
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/starlogo/Makefile,v 1.5 2001/04/05 10:17:17 mharo Exp $
d28 1
a28 1
		| (cd ${PREFIX}/share/java/starlogo && && ${TAR} --unlink -x -f -)
@


1.5
log
@update lang/starlogo to 1.2

PR:		26354
Submitted by:	    Jose Marques <jose@@jmcm.org>
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/starlogo/Makefile,v 1.4 2000/07/03 14:24:10 sobomax Exp $
d9 1
a9 1
PORTVERSION=	1.2
@


1.4
log
@Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/starlogo/Makefile,v 1.3 2000/04/12 06:20:51 obrien Exp $
d9 1
a9 1
PORTVERSION=	1.1
@


1.3
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/starlogo/Makefile,v 1.2 2000/03/21 08:29:18 mharo Exp $
d9 1
a9 1
PORTVERSION=	1.0
d11 1
a11 2
MASTER_SITES=	http://el.www.media.mit.edu/starlogo/download/
DISTNAME=	java-starlogo-beta-2
d15 2
a16 2
RUN_DEPENDS=	${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
		${LOCALBASE}/jdk${JDK_VERSION}/lib/i386/green_threads/libtya.so:${PORTSDIR}/java/tya
a17 2
WRKSRC=		${WRKDIR}/starlogo-1.0b2
JDK_VERSION=	1.1.8
d20 3
a22 2
post-patch:
	@@${CAT} ${WRKSRC}/starlogo-unix | ${SED} -e s,@@@@PREFIX@@@@,${PREFIX},g | ${SED} -e s,@@@@JDK_VERSION@@@@,${JDK_VERSION},g > ${WRKSRC}/starlogo
d26 3
a28 8
	@@${MKDIR} ${PREFIX}/share/java/starlogo/projects
	@@${MKDIR} ${PREFIX}/share/java/starlogo/sounds
	@@${INSTALL_SCRIPT} ${WRKSRC}/starlogo ${PREFIX}/bin
	@@${INSTALL_DATA} ${WRKSRC}/starlogo.jar  ${PREFIX}/share/java/starlogo
	@@${INSTALL_DATA} ${WRKSRC}/README        ${PREFIX}/share/java/starlogo
	@@${INSTALL_DATA} ${WRKSRC}/reference.txt ${PREFIX}/share/java/starlogo
	@@${INSTALL_DATA} ${WRKSRC}/projects/*    ${PREFIX}/share/java/starlogo/projects
	@@${INSTALL_DATA} ${WRKSRC}/sounds/*      ${PREFIX}/share/java/starlogo/sounds
@


1.2
log
@PREFIX -> LOCALBASE
@
text
@a1 1
# Version required:	1.0
d5 1
a5 1
# $FreeBSD: ports/lang/starlogo/Makefile,v 1.1 1999/12/29 07:30:45 steve Exp $
d8 2
a9 2
DISTNAME=	java-starlogo-beta-2
PKGNAME=	starlogo-1.0
d12 1
@


1.1
log
@Moving the starlogo port from java to lang.
@
text
@d6 1
a6 1
# $FreeBSD$
d16 2
a17 2
RUN_DEPENDS=	${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
		${PREFIX}/jdk${JDK_VERSION}/lib/i386/green_threads/libtya.so:${PORTSDIR}/java/tya
@

