head	1.12;
access;
symbols
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2004.05.08.06.09.01;	author kris;	state dead;
branches;
next	1.11;

1.11
date	2004.04.05.06.12.24;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.23.05.14.35;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.17.13.32.54;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.37.28;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.21.32;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.20.19.09.22;	author krion;	state Exp;
branches;
next	1.5;

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

1.4
date	2003.03.07.06.05.29;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.12.02.00.26.09;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.27.04.56.23;	author steve;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@As previously announced, remove these broken or obsolete ports.
@
text
@# New ports collection makefile for:   cel
# Date created:        1 January 2001
# Whom:                George Reid <greid@@ukug.uk.freebsd.org>
#
# $FreeBSD: ports/lang/cel/Makefile,v 1.11 2004/04/05 06:12:24 linimon Exp $
#

PORTNAME=	cel
PORTVERSION=	0.8.5
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	# none
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A small, simple prototype-based OO language

DEPRECATED=	"probable abandonware: mastersite disappeared Jan 2004\; only works on i386"
EXPIRATION_DATE=	"May 5, 2004"

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_GMAKE=	yes
USE_REINPLACE=	yes

PORTDOCS=	CoreArchitecture.html DefaultProtos Linker.html \
		Logs.html ProtoLanguage.html README SimpleDataFormat.html \
		Threads activation.html stackframe structure.html todo.html
PLIST_FILES=	bin/cel

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		"Does not compile on !i386"
.endif

post-patch:
	${REINPLACE_CMD} -e "s,-fno-omit-frame-pointer,${CFLAGS}," \
		${WRKSRC}/hash/Makefile ${WRKSRC}/kits/Makefile.unix \
		${WRKSRC}/vm/Makefile.unix

do-configure:
	@@cd ${WRKSRC}; ${SH} ./config.unix

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/cel
.for F in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/$F ${PREFIX}/share/doc/cel
.endfor
.endif

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


1.11
log
@Per distfile survey, remove (sole) mastersite that disappeared in Jan 2004.
Since this port has not been updated since 2001, and it only works on i386,
mark it as DEPRECATED as probable abandoneware.  If anyone is using it,
they should speak up now.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@BROKEN on !i386: does not compile
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.redwoodsoft.com/cel/
d17 3
@


1.9
log
@Respect CFLAGS
@
text
@d30 4
@


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d21 1
d29 5
@


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

(Part 2)
@
text
@d25 1
@


1.6
log
@- Update to 0.8.5
- Unbreak this port
- Use PORTDOCS macro

PR:		59523
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d10 1
@


1.5
log
@Reset maintainer to ports@@FreeBSD.org.  Requested by: kris.
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d21 1
a21 1
DOCFILES=	CoreArchitecture.html DefaultProtos Linker.html \
d27 2
a28 3
.if ${OSVERSION} > 500000
BROKEN=		"Does not compile"
.endif
d34 1
a34 1
.for F in ${DOCFILES}
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d14 1
a14 1
MAINTAINER=	greid@@ukug.uk.freebsd.org
@


1.3
log
@BROKEN on 5.0: does not compile
@
text
@d15 1
@


1.2
log
@Update to version 0.6.

PR:		25398
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/cel/Makefile,v 1.1 2001/02/14 13:22:36 jeh Exp $
d24 6
d39 1
a39 1
.include <bsd.port.mk>
@


1.1
log
@New Port: lang/cel
Cel is a computer language. In particular it is of the
prototype-based, object oriented variety.

PR:		23996
Submitted by:	George Reid <greid@@ukug.uk.freebsd.org>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.5
d20 3
a22 4
DOCFILES=	CoreArchitecture.html Credits DefaultProtos \
		Linker.html Logs.html ProtoLanguage.html README \
		SimpleDataFormat.html Threads activation.html \
		stackframe structure.html todo.html
d25 1
a25 1
	${INSTALL_PROGRAM} ${WRKSRC}/vm/aq ${PREFIX}/bin
@

