Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 1999 22:36:40 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14585: New port: math/rcalc
Message-ID:  <19991029023640.05B6D9B22@pawn.primelocation.net>

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

>Number:         14585
>Category:       ports
>Synopsis:       New port: math/rcalc
>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:   Thu Oct 28 19:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

New port: math/rcalc

Symbolic calculator for GNOME
>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:
#
#	rcalc
#	rcalc/Makefile
#	rcalc/files
#	rcalc/files/md5
#	rcalc/pkg
#	rcalc/pkg/PLIST
#	rcalc/pkg/COMMENT
#	rcalc/pkg/DESCR
#
echo c - rcalc
mkdir -p rcalc > /dev/null 2>&1
echo x - rcalc/Makefile
sed 's/^X//' >rcalc/Makefile << 'END-of-rcalc/Makefile'
X# New ports collection makefile for:	rcalc
X# Version required:			0.1
X# Date created:				28 October 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	rCalc-0.1
XPKGNAME=	rcalc-0.1
XCATEGORIES=	math gnome
XMASTER_SITES=	http://members.xoom.com/ratsoft/download/
X
XMAINTAINER=	jedgar@fxp.org
X
XLIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs
X
XFETCH_BEFORE_ARGS+= -b	# members.xoom.com is broken
X
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-x
XCONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
X		GTK_CONFIG="${GTK_CONFIG}" \
X		LIBS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
END-of-rcalc/Makefile
echo c - rcalc/files
mkdir -p rcalc/files > /dev/null 2>&1
echo x - rcalc/files/md5
sed 's/^X//' >rcalc/files/md5 << 'END-of-rcalc/files/md5'
XMD5 (rCalc-0.1.tar.gz) = 06bad68e9286d03a2598244458437943
END-of-rcalc/files/md5
echo c - rcalc/pkg
mkdir -p rcalc/pkg > /dev/null 2>&1
echo x - rcalc/pkg/PLIST
sed 's/^X//' >rcalc/pkg/PLIST << 'END-of-rcalc/pkg/PLIST'
Xbin/rcalc
END-of-rcalc/pkg/PLIST
echo x - rcalc/pkg/COMMENT
sed 's/^X//' >rcalc/pkg/COMMENT << 'END-of-rcalc/pkg/COMMENT'
XSymbolic calculator for GNOME
END-of-rcalc/pkg/COMMENT
echo x - rcalc/pkg/DESCR
sed 's/^X//' >rcalc/pkg/DESCR << 'END-of-rcalc/pkg/DESCR'
XrCalc is a symbolic calculator for GNOME, featuring: 
X
X  * Standard infix expressions - you type something like
X    1+3*sin(pi) and it will be evaluated for you in the
X    correct order. 
X  * Variables (this is where the `symbolic' comes in).
X    If you enter an expression like a=1+e^2.5, then the
X    result is stored in a variable called a.  You can
X    then use it in future expressions, like b=sqrt(a*5). 
X  * Furthermore, variables are stored between sessions
X    unless you delete them.
X
XWWW: http://rat.spunge.org/rcalc/
X
X- Chris D. Faulhaber
Xjedgar@fxp.org
END-of-rcalc/pkg/DESCR
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?19991029023640.05B6D9B22>