Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2011 17:46:17 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ghc bsd.hackage.mk ports/textproc Makefile ports/textproc/hs-double-conversion Makefile distinfo pkg-descr ports/textproc/hs-double-conversion/files patch-double-conversion.cabal
Message-ID:  <201108141746.p7EHkHqM059542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2011-08-14 17:46:17 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    textproc             Makefile 
  Added files:
    textproc/hs-double-conversion Makefile distinfo pkg-descr 
    textproc/hs-double-conversion/files 
                                        patch-double-conversion.cabal 
  Log:
  A library that performs fast, accurate conversion between double
  precision floating point and text.  This library is implemented as
  bindings to the C++ double-conversion library written by Florian Loitsch
  at Google: http://code.google.com/p/double-conversion/.
  
  The Text versions of these functions are about 30 times faster than the
  default show implementation for the Double type. The ByteString versions
  are slower than the Text versions; roughly half the speed. (This seems
  to be due to the cost of allocating ByteString values via malloc.)
  
  As a final note, be aware that the bytestring-show package is about 50%
  slower than simply using show.
  
  WWW:    http://github.com/mailrank/double-conversion
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.67      +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.1636    +1 -0      ports/textproc/Makefile
  1.1       +20 -0     ports/textproc/hs-double-conversion/Makefile (new)
  1.1       +2 -0      ports/textproc/hs-double-conversion/distinfo (new)
  1.1       +11 -0     ports/textproc/hs-double-conversion/files/patch-double-conversion.cabal (new)
  1.1       +14 -0     ports/textproc/hs-double-conversion/pkg-descr (new)



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