From owner-freebsd-ports Thu Oct 28 19:40:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E83514E8A for ; Thu, 28 Oct 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA58706; Thu, 28 Oct 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id F06B514D96 for ; Thu, 28 Oct 1999 19:36:41 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 05B6D9B22; Thu, 28 Oct 1999 22:36:40 -0400 (EDT) Message-Id: <19991029023640.05B6D9B22@pawn.primelocation.net> Date: Thu, 28 Oct 1999 22:36:40 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14585: New port: math/rcalc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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