Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 16:26:14 +0100 (CET)
From:      Dominic Marks <dom@cus.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46756: ports
Message-ID:  <200301041526.h04FQE8T095960@dns1.zerouptime.ch>

next in thread | raw e-mail | index | archive | help

>Number:         46756
>Category:       ports
>Synopsis:       ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 07:30:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
UMIST
>Environment:
System: FreeBSD www.zerouptime.ch 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Mon Nov 18 18:22:22 CET 2002 root@www.zerouptime.ch:/usr/obj/usr/src/sys/WWW i386

	
>Description:

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.

WWW: http://ich.bin.kein.hoschi.de/fpl/

	
>How-To-Repeat:
	NA.

	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	fpl
#	fpl/Makefile
#	fpl/distinfo
#	fpl/files
#	fpl/files/patch-aa
#	fpl/pkg-plist
#	fpl/pkg-descr
#	fpl/pkg-comment
#
echo c - fpl
mkdir -p fpl > /dev/null 2>&1
echo x - fpl/Makefile
sed 's/^X//' >fpl/Makefile << 'END-of-fpl/Makefile'
X# 
X# Port Makefile for:		fpl
X# Date created:			02/01/2003
X# Whom:				Dominic Marks <dom@cus.org.uk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fpl
XPORTVERSION=	14.12
XCATEGORIES=	lang
XMASTER_SITES=	ftp://ich.bin.kein.hoschi.de/fpl/ \
X	http://www.cus.org.uk/~dom/distfiles/fpl/
X
XALL_TARGET=	
X
XMAINTAINER=	d.marks@student.umist.ac.uk
X
X.include <bsd.port.pre.mk>
X
Xpre-build:
X	@${MV} ${WRKSRC}/src/Makefile ${WRKSRC}/src/Makefile.old
X	@${MV} ${WRKSRC}/src/Makefile.FreeBSD ${WRKSRC}/src/Makefile
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/lib/${PORTNAME}/
X	${INSTALL_DATA} -m 0644 \
X		${WRKSRC}/src/libfpl.a \
X		${WRKSRC}/src/libent.a \
X		${WRKSRC}/src/liballoc.a \
X			${PREFIX}/lib/${PORTNAME}/
X
X.include <bsd.port.post.mk>
END-of-fpl/Makefile
echo x - fpl/distinfo
sed 's/^X//' >fpl/distinfo << 'END-of-fpl/distinfo'
XMD5 (fpl-14.12.tar.gz) = 32c61fbda45c1a229c283a3e74c3722c
END-of-fpl/distinfo
echo c - fpl/files
mkdir -p fpl/files > /dev/null 2>&1
echo x - fpl/files/patch-aa
sed 's/^X//' >fpl/files/patch-aa << 'END-of-fpl/files/patch-aa'
X--- Makefile	Thu May 14 10:00:39 1998
X+++ Makefile.new	Sat Jan  4 15:53:08 2003
X@@ -13,7 +13,7 @@
X ########################################################################
X 
X all:
X-	@echo "no default action"
X+	@(cd src; make)
X 
X tgz:
X 	@(dir=`pwd`;name=`basename $$dir`;echo Creates $$name.tar.gz; cd .. ; \
END-of-fpl/files/patch-aa
echo x - fpl/pkg-plist
sed 's/^X//' >fpl/pkg-plist << 'END-of-fpl/pkg-plist'
Xlib/fpl/libfpl.a
Xlib/fpl/libent.a
Xlib/fpl/ilballoc.a
X@dirrm lib/fpl/
END-of-fpl/pkg-plist
echo x - fpl/pkg-descr
sed 's/^X//' >fpl/pkg-descr << 'END-of-fpl/pkg-descr'
XFPL is a complete script programming language _very_ similar to C. If
Xyou are a software developer and plans to add any kind of macro/script
Xcontrol, consider the FPL alternative!
X
XFPL library lets the software programmer define functions and variables
Xthat FPL should accept. The library will call a function in the software
Xwhenever any of these functions are used or variables are read in an FPL
Xprogram.
X
XWWW: http://ich.bin.kein.hoschi.de/fpl/
END-of-fpl/pkg-descr
echo x - fpl/pkg-comment
sed 's/^X//' >fpl/pkg-comment << 'END-of-fpl/pkg-comment'
XAn interpreted script/macro language
END-of-fpl/pkg-comment
exit


	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301041526.h04FQE8T095960>