Date: Tue, 18 Sep 2007 13:18:10 GMT From: Amarendra Godbole <amarendra.godbole@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/116438: [UPDATE] math/wcalc to 2.3 (numerous bug-fixes, and new features) Message-ID: <200709181318.l8IDIAVt060896@www.freebsd.org> Resent-Message-ID: <200709181320.l8IDK8hM051209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116438 >Category: misc >Synopsis: [UPDATE] math/wcalc to 2.3 (numerous bug-fixes, and new features) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 13:20:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Amarendra Godbole >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD zimbu.domain 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: wcalc author has released a new version, 2.3 with numerous bug-fixes, and some new features. This PR is about updating to this new version. >How-To-Repeat: >Fix: sh wcalc.shar.txt will re-create the wcalc directory with required files. Kindly submit them to the repository. wcalc.shar.txt is attached. Patch attached with submission follows: # 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: # # wcalc # wcalc/Makefile # wcalc/distinfo # wcalc/pkg-descr # echo c - wcalc mkdir -p wcalc > /dev/null 2>&1 echo x - wcalc/Makefile sed 's/^X//' >wcalc/Makefile << 'END-of-wcalc/Makefile' X# New ports collection makefile for: wcalc X# Date created: 25-Apr-2007 X# Whom: Amarendra Godbole <amarendra.godbole@gmail.com> X# X# $FreeBSD: ports/math/wcalc/Makefile,v 1.3 2007/08/30 09:56:05 ale Exp $ X# X XPORTNAME= wcalc XPORTVERSION= 2.3 XPORTREVISION= 0 XCATEGORIES= math XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= w-calc XDISTNAME= Wcalc-${PORTVERSION} X XMAINTAINER= amarendra.godbole@gmail.com XCOMMENT= A natural-expression command-line calculator X XLIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ X mpfr.2:${PORTSDIR}/math/mpfr X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" X XMAN1= wcalc.1 X XPLIST_FILES= bin/wcalc X X.include <bsd.port.mk> END-of-wcalc/Makefile echo x - wcalc/distinfo sed 's/^X//' >wcalc/distinfo << 'END-of-wcalc/distinfo' XMD5 (Wcalc-2.3.tar.gz) = e5144779a5906285f11cc452e2d529e9 XSHA256 (Wcalc-2.3.tar.gz) = b33245818d86aa258abefe6c715ac0eb3938aeb479f0854e5e6812c8b88382bd XSIZE (Wcalc-2.3.tar.gz) = 322720 END-of-wcalc/distinfo echo x - wcalc/pkg-descr sed 's/^X//' >wcalc/pkg-descr << 'END-of-wcalc/pkg-descr' XWcalc is a powerful arbitrary-precision calculator. It has standard functions X(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), Xvariables, "active" variables, command history, and hex/octal/binary i/o, Xconversions, and more. X XWWW: http://w-calc.sourceforge.net/ X X-Amarendra Godbole Xamarendra.godbole@gmail.com END-of-wcalc/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709181318.l8IDIAVt060896>