cvs commit: ports/math Makefile ports/math/hs-probability Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Mon Jan 4 09:13:47 UTC 2010


pgj         2010-01-04 09:13:47 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/hs-probability  Makefile distinfo pkg-descr pkg-plist 
  Log:
  This Haskell library allows exact computation with discrete random variables
  in terms of their distributions by using a monad.
  The monad is similar to the List monad for non-deterministic computations,
  but extends the List monad by a measure of probability.
  Small interface to R plotting.
  
  WWW: http://haskell.org/haskellwiki/Probabilistic_Functional_Programming
  
  PR:             ports/142292
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.628     +1 -0      ports/math/Makefile
  1.1       +85 -0     ports/math/hs-probability/Makefile (new)
  1.1       +3 -0      ports/math/hs-probability/distinfo (new)
  1.1       +7 -0      ports/math/hs-probability/pkg-descr (new)
  1.1       +42 -0     ports/math/hs-probability/pkg-plist (new)


More information about the cvs-all mailing list