cvs commit: ports/math Makefile ports/math/mpexpr Makefile distinfo pkg-descr pkg-plist ports/math/mpexpr/files patch-aa patch-ab

Edwin Groothuis edwin at FreeBSD.org
Sun Oct 5 19:43:48 PDT 2003


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 at GeekDude.com <chein at 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)


More information about the cvs-all mailing list