Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 19:43:46 -0700 (PDT)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math Makefile ports/math/mpexpr Makefile distinfo pkg-descr pkg-plist ports/math/mpexpr/files patch-aa patch-ab
Message-ID:  <200310060243.h962hkJX073075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2003/10/05 19:43:46 PDT

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/mpexpr          Makefile distinfo pkg-descr pkg-plist 
    math/mpexpr/files    patch-aa patch-ab 
  Log:
  new port for mpexpr
  
          Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'.
          Mpexpr works much like Tcl's  native 'expr', but does all
          calculations using an arbitrary precision math package.
          Mpexpr numbers can be any number of digits, with any decimal
          precision.  Final precision is controlled by a Tcl variable
          'mp_precision', which can be any reasonable integer, limiting
          only the number of digits to the right of the decimal point.
  
  PR:             ports/48764
  Submitted by:   chein@GeekDude.com <chein@GeekDude.Com>
  
  Revision  Changes    Path
  1.230     +1 -0      ports/math/Makefile
  1.1       +28 -0     ports/math/mpexpr/Makefile (new)
  1.1       +1 -0      ports/math/mpexpr/distinfo (new)
  1.1       +51 -0     ports/math/mpexpr/files/patch-aa (new)
  1.1       +100 -0    ports/math/mpexpr/files/patch-ab (new)
  1.1       +15 -0     ports/math/mpexpr/pkg-descr (new)
  1.1       +3 -0      ports/math/mpexpr/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310060243.h962hkJX073075>