From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 25 05:40:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61FB916A403 for ; Wed, 25 Apr 2007 05:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4102613C45D for ; Wed, 25 Apr 2007 05:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3P5e5VS093566 for ; Wed, 25 Apr 2007 05:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3P5e5O9093565; Wed, 25 Apr 2007 05:40:05 GMT (envelope-from gnats) Resent-Date: Wed, 25 Apr 2007 05:40:05 GMT Resent-Message-Id: <200704250540.l3P5e5O9093565@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Amarendra Godbole Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB29E16A402 for ; Wed, 25 Apr 2007 05:34:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id A259C13C455 for ; Wed, 25 Apr 2007 05:34:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3P5YcsO004881 for ; Wed, 25 Apr 2007 05:34:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l3P5TaWq004274; Wed, 25 Apr 2007 05:29:36 GMT (envelope-from nobody) Message-Id: <200704250529.l3P5TaWq004274@www.freebsd.org> Date: Wed, 25 Apr 2007 05:29:36 GMT From: Amarendra Godbole To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/112106: New port: math/Wcalc A natural-expression command-line calculator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 05:40:05 -0000 >Number: 112106 >Category: ports >Synopsis: New port: math/Wcalc A natural-expression command-line calculator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 25 05:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Amarendra Godbole >Release: 6.2-RELEASE i386 >Organization: >Environment: FreeBSD zimbu.vxindia.veritas.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Apr 10 21:00:32 IST 2007 root@zimbu.vxindia.veritas.com:/usr/obj/usr/src/sys/GENERIC.AIRCARD i386 >Description: Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ >How-To-Repeat: >Fix: Added Wcalc.shar.txt as attachment 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/distinfo # Wcalc/pkg-descr # Wcalc/Makefile # echo c - Wcalc mkdir -p Wcalc > /dev/null 2>&1 echo x - Wcalc/distinfo sed 's/^X//' >Wcalc/distinfo << 'END-of-Wcalc/distinfo' XMD5 (Wcalc-2.2.2.tar.gz) = 6fc73c15f2b5fe5576f4d2ee70e6c13b XSHA256 (Wcalc-2.2.2.tar.gz) = 77f231efa6831f1229e0a6dc48e02c781060837b4d0caf8cd7eb6c5a6683b8f4 XSIZE (Wcalc-2.2.2.tar.gz) = 285313 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 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 X# X# $FreeBSD$ X# X XPORTNAME= Wcalc XPORTVERSION= 2.2.2 XCATEGORIES= math XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= w-calc X XMAINTAINER= amarendra.godbole@gmail.com XCOMMENT= A natural-expression command-line calculator X XLIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ X mpfr.1:${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 END-of-Wcalc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: