head	1.4;
access;
symbols
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.01.10.21.18.26;	author linimon;	state dead;
branches;
next	1.3;

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

1.2
date	2003.10.12.22.28.21;	author kris;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Remove lang/fpl.  It has not fetched in some time, and the maintainer's
address now bounces with permanent errors.  It had previously been
scheduled for removal on Feb. 2nd and no one has objected.
@
text
@#
# New ports collection makefile for:	fpl
# Date created:			02/01/2003
# Whom:				Dominic Marks <dom@@cus.org.uk>
#
# $FreeBSD: ports/lang/fpl/Makefile,v 1.3 2003/11/03 03:56:37 kris Exp $
#

PORTNAME=	fpl
PORTVERSION=	14.12
CATEGORIES=	lang
MASTER_SITES=	ftp://ich.bin.kein.hoschi.de/fpl/ \
		http://www.cus.org.uk/~dom/distfiles/fpl/

MAINTAINER=	d.marks@@student.umist.ac.uk
COMMENT=	An interpreted script/macro language

BROKEN=		"Does not fetch; will be removed after Feb 2"

ALL_TARGET=

.include <bsd.port.pre.mk>

pre-build:
	@@${MV} ${WRKSRC}/src/Makefile ${WRKSRC}/src/Makefile.old
	@@${MV} ${WRKSRC}/src/Makefile.FreeBSD ${WRKSRC}/src/Makefile

do-install:
	@@${MKDIR} ${PREFIX}/lib/${PORTNAME}/
	${INSTALL_DATA} -m 0644 \
		${WRKSRC}/src/libfpl.a \
		${WRKSRC}/src/libent.a \
		${WRKSRC}/src/liballoc.a \
			${PREFIX}/lib/${PORTNAME}/

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


1.3
log
@Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@BROKEN: Does not fetch
@
text
@d18 1
a18 1
BROKEN=		Does not fetch
@


1.1
log
@new port: net/fpl

	FPL is a complete script programming language _very_ similar
	to C. If you are a software developer and plans to add any
	kind of macro/script control, consider the FPL alternative!

	FPL library lets the software programmer define functions
	and variables that FPL should accept. The library will call
	a function in the software whenever any of these functions
	are used or variables are read in an FPL program.

PR:		ports/46756
Submitted by:	Dominic Marks <dom@@cus.org.uk>
@
text
@d18 2
@

