head	1.8;
access;
symbols
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2007.09.18.15.55.02;	author miwi;	state dead;
branches;
next	1.7;

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

1.6
date	2004.04.05.06.59.31;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.11.23.54.38;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.13.13.30.38;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.35.01;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.16.01.54.06;	author glewis;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.24.18.05.29;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.8
log
@2007-08-22 lang/fesi: Depends on obsolete version of jdk
2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded into mono
2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later versions and is no longer needed
2007-09-01 devel/hs-green-card: "Does not build with latest GHC"
2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions
@
text
@# New ports collection makefile for:	fesi
# Date created:		5 August 2000
# Whom:			Leo Kim <leo@@florida.sarang.net>
#
# $FreeBSD: ports/lang/fesi/Makefile,v 1.7 2007/07/22 00:59:42 pav Exp $
#

PORTNAME=	fesi
PORTVERSION=	1.1.5
CATEGORIES=	lang java
MASTER_SITES=	http://www.lugrin.ch/fesi/
DISTNAME=	fesikit-${PORTVERSION}
EXTRACT_SUFX=	.zip

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Free EcmaScript Interpreter written in Java

RUN_DEPENDS=	${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk11

NO_BUILD=	yes
USE_ZIP=	yes

JDK_VERSION=	1.1.8
WRKSRC=		${WRKDIR}/${PORTNAME}

DEPRECATED=	Depends on obsolete version of jdk
EXPIRATION_DATE=2007-08-22

post-extract:
	@@(cd ${WRKSRC} && ${FIND} * -type d -exec ${CHMOD} 755 {} \;)

do-install:
	@@${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/fesi
	@@${MKDIR} ${PREFIX}/share/java/fesi/docs ${PREFIX}/share/java/fesi/examples
	@@(cd ${WRKSRC} && \
	 ${INSTALL_DATA} fesi.jar ${PREFIX}/share/java/classes; \
	 ${CP} [CR]* ${PREFIX}/share/java/fesi; \
	 ${CP} -R doc/html/* ${PREFIX}/share/java/fesi/docs; \
	 ${CP} -R examples/* ${PREFIX}/share/java/fesi/examples; \
	)
	@@${RMDIR} ${PREFIX}/share/java/fesi/examples/Fesi*/classes

.include <bsd.port.mk>
@


1.7
log
@- Mark jdk11 / jdk12 ports for removal in 1 month

Inspired by:	glewis
With hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Per distfile survey, chase mastersite.  The distfile was renamed, but
not changed (same MD5).
@
text
@d26 3
@


1.5
log
@mat@@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too.  His last
approved update was 16 months ago.

Maintainer, if this is in error, please contact me directly.
@
text
@d11 2
a12 2
MASTER_SITES=	http://home.worldcom.ch/jmlugrin/fesi/
DISTNAME=	fesikit
@


1.4
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d15 1
a15 1
MAINTAINER=	leo@@florida.sarang.net
d38 1
a38 1
	@@rmdir ${PREFIX}/share/java/fesi/examples/Fesi*/classes
@


1.3
log
@De-pkg-comment.
@
text
@d27 1
a27 1
	@@(cd ${WRKSRC} && find * -type d -exec ${CHMOD} 755 {} \;)
@


1.2
log
@Fix dependencies to be in sync with the recent JDK ports renaming.

Forgotten by:	znerd
@
text
@d16 1
@


1.1
log
@Add New Port: lang/fesi
FESI is a free EcmaScript interpreter written in 100% Java

PR:		20435
Submitted by:	Leo Kim <leo@@florida.sarang.net>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk
@

