head	1.9;
access;
symbols
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2008.12.07.20.36.42;	author miwi;	state dead;
branches;
next	1.8;

1.8
date	2008.09.03.02.57.44;	author linimon;	state Exp;
branches;
next	1.7;

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

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

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

1.4
date	2005.11.26.04.11.24;	author fenner;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.19.13.06.13;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.12.35.07;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.19.13.12.02;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
@
text
@# New ports collection makefile for:	screamer
# Date created:				Jun 26 2002
# Whom:					Scott Flatman <sf@@dsinw.com>
#
# $FreeBSD: ports/lang/screamer/Makefile,v 1.8 2008/09/03 02:57:44 linimon Exp $
#

PORTNAME=	screamer
PORTVERSION=	3.20
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.cis.upenn.edu/pub/
DISTNAME=	screamer.tar
EXTRACT_SUFX=	.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Extension of Common Lisp for nondeterministic programming

BUILD_DEPENDS=	lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS=	${LOCALBASE}/bin/lisp:${PORTSDIR}/lang/cmucl

NO_BUILD=	yes

BROKEN=		Does not compile (dumps core)
DEPRECATED=	Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19

pre-install:
	(cd ${WRKDIR}/screamer && ${LOCALBASE}/bin/lisp -eval '(load "${FILESDIR}/build.lisp")')

do-install:
	(cd ${WRKDIR}/screamer ; ${MV} screamer.x86f ${PREFIX}/lib/cmucl/lib/subsystems/screamer-library.x86f)
	${CHMOD} 644 ${PREFIX}/lib/cmucl/lib/subsystems/screamer-library.x86f
	-${MKDIR} ${PREFIX}/share/screamer
	(cd ${WRKDIR} && tar fc - screamer) | (cd ${PREFIX}/share && tar fx -)
	(cd ${PREFIX}/share/screamer ; ${CHMOD} 644 *)

post-install:
	@@echo "To load screamer into a lisp session:"
	@@echo "  (1) invoke lisp"
	@@echo "  (2) (require 'screamer)"
	@@echo "${PREFIX}/share/screamer constains source and documentation."

.include <bsd.port.mk>
@


1.8
log
@Reset sf@@slappy.org due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	sf@@slappy.org
@


1.6
log
@This is now failing to build everywhere on the cluster.

Approved by:	portmgr (self)
@
text
@d24 2
@


1.5
log
@Mark as broken on amd64.
@
text
@d23 2
d41 1
a41 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
BROKEN=		Does not compile with GCC 4.2
.endif

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


1.4
log
@Remove ${MASTER_SITE_LOCAL}, since there is no MASTER_SITE_SUBDIR
 and the distfile isn't in anyone's local directory.  The backup
 FreeBSD distfile sites will still be used in ${MASTER_SITE_BACKUP}.
@
text
@d39 7
a45 1
.include <bsd.port.mk>
@


1.3
log
@Change MAINTAINER to new address.

PR:		ports/51141, ports/51142, ports/51143, ports/51144
Submitted by:	Scott Flatman <sf@@slappy.org> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	ftp://ftp.cis.upenn.edu/pub/ \
		${MASTER_SITE_LOCAL}
@


1.2
log
@De-pkg-comment.
@
text
@d16 1
a16 1
MAINTAINER=	sf@@dsinw.com
@


1.1
log
@New Port: ports/lang/screamer

	Screamer is an extension of Common Lisp that adds support
	for nondeterministic programming.

PR:		ports/39895
Submitted by:	Scott Flatman <sf@@dsinw.com>
@
text
@d17 1
@

