Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 21:13:40 -0700 (PDT)
From:      Christopher Elkins <chrise@scardini.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26632: New port: A desk calculator language
Message-ID:  <200104170413.f3H4Des48448@tlon.scardini.com>

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

>Number:         26632
>Category:       ports
>Synopsis:       New port: A desk calculator language
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 21:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Elkins
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD tlon.scardini.com 4.3-RC FreeBSD 4.3-RC #4: Mon Apr 9 12:47:05 PDT 2001 root@tlon.scardini.com:/usr/src/sys/compile/TLON i386


	
>Description:
Nickle is a desk calculator language that provides the functionality of bc, 
dc and expr in much-improved form.
>How-To-Repeat:
	
>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:
#
#	nickle
#	nickle/pkg-plist
#	nickle/pkg-descr
#	nickle/pkg-comment
#	nickle/distinfo
#	nickle/Makefile
#
echo c - nickle
mkdir -p nickle > /dev/null 2>&1
echo x - nickle/pkg-plist
sed 's/^X//' >nickle/pkg-plist << 'END-of-nickle/pkg-plist'
Xbin/nickle
Xshare/nickle/arc4.5c
Xshare/nickle/builtin.5c
Xshare/nickle/command.5c
Xshare/nickle/math.5c
Xshare/nickle/mutex.5c
Xshare/nickle/prng.5c
Xshare/nickle/scanf.5c
X@dirrm share/nickle
END-of-nickle/pkg-plist
echo x - nickle/pkg-descr
sed 's/^X//' >nickle/pkg-descr << 'END-of-nickle/pkg-descr'
XNickle is a desk calculator language with powerful programming 
Xand scripting capabilities. Nickle supports a variety of datatypes, 
Xespecially arbitrary precision numbers. The input language vaguely 
Xresembles C.
X
XWWW: http://nickle.keithp.com/
END-of-nickle/pkg-descr
echo x - nickle/pkg-comment
sed 's/^X//' >nickle/pkg-comment << 'END-of-nickle/pkg-comment'
XA desk calculator language
END-of-nickle/pkg-comment
echo x - nickle/distinfo
sed 's/^X//' >nickle/distinfo << 'END-of-nickle/distinfo'
XMD5 (nickle-1.99.2.tar.bz2) = 58e8ad7d416ee430bf605319ead623a5
END-of-nickle/distinfo
echo x - nickle/Makefile
sed 's/^X//' >nickle/Makefile << 'END-of-nickle/Makefile'
X# New ports collection makefile for:   nickle
X# Date created:        16 April 2001
X# Whom:                Christopher Elkins <chrise@scardini.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nickle
XPORTVERSION=	1.99.2
XCATEGORIES=	lang
XMASTER_SITES=	http://nickle.keithp.com/release/
X
XMAINTAINER=	ports@FreeBSD.org
X
XMAN1=		nickle.1
XUSE_AUTOCONF=	yes
XUSE_BZIP2=	yes
X
X.include <bsd.port.mk>
END-of-nickle/Makefile
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?200104170413.f3H4Des48448>