Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Nov 2004 15:11:01 +0100
From:      Nicholas Stallard <snowy@netphile.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73454: New port: math/e a tiny expression evaluator	
Message-ID:  <E1CPLqn-000Crk-Rw@darksun.LF.net>
Resent-Message-ID: <200411031420.iA3EK5S3005700@freefall.freebsd.org>

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

>Number:         73454
>Category:       ports
>Synopsis:       New port: math/e a tiny expression evaluator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 14:20:05 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Stallard
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
none	
>Environment:
System: FreeBSD darksun.LF.net 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Wed Mar 3 14:14:09 CET 2004 root@darksun.LF.net:/usr/obj/usr/src/sys/DARKSUN i386

Here the shar Archive:

# 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:
#
#	e
#	e/Makefile
#	e/pkg-descr
#	e/pkg-plist
#	e/distinfo
#
echo c - e
mkdir -p e > /dev/null 2>&1
echo x - e/Makefile
sed 's/^X//' >e/Makefile << 'END-of-e/Makefile'
X# New ports collection makefile for:  e
X# Date created:        3 November 2004
X# Whom:                snowy
X#
X# $FreeBSD$
X#
X
XPORTNAME=		e
XPORTVERSION=		0.02718
XCATEGORIES=		math
XMASTER_SITES=	http://www.softnet.tuc.gr/~apdim/projects/e/
X
XMAINTAINER=	snowy@netphile.de
XCOMMENT=	A tiny expression evaluator
X
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XMAKEFILE=	makefile
XALL_TARGET=	e
X
Xpost-patch:
X		${RM} ${WRKSRC}/${PORTNAME}
X
Xdo-install:
X		${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in EXAMPLES GRAMMAR README
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-e/Makefile
echo x - e/pkg-descr
sed 's/^X//' >e/pkg-descr << 'END-of-e/pkg-descr'
XThis is the port of e, a tiny expression evaluator.
X
XWWW: http://www.softnet.tuc.gr/~apdim/projects/e/
X
X- Nicholas
Xsnowy@netphile.de
END-of-e/pkg-descr
echo x - e/pkg-plist
sed 's/^X//' >e/pkg-plist << 'END-of-e/pkg-plist'
Xbin/e
X%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
X%%PORTDOCS%%%%DOCSDIR%%/GRAMMAR
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-e/pkg-plist
echo x - e/distinfo
sed 's/^X//' >e/distinfo << 'END-of-e/distinfo'
XMD5 (e-0.02718.tar.gz) = 04b0b7415dd26551a88c1c70ca7bf514
XSIZE (e-0.02718.tar.gz) = 13926
END-of-e/distinfo
exit


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CPLqn-000Crk-Rw>