Bug 142292

Summary: [new port]: haskell port math/hs-probability
Product: Ports & Packages Reporter: Jacula Modyun <jacula>
Component: Individual Port(s)Assignee: freebsd-haskell (Nobody) <haskell>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hs-probability.shar none

Description Jacula Modyun 2010-01-03 23:50:03 UTC
The 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.

http://haskell.org/haskellwiki/Probabilistic_Functional_Programming
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-04 09:14:01 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-04 09:22:10 UTC
State Changed
From-To: open->closed

Your port has been committed.  Thank you for submitting it!