aboutsummaryrefslogtreecommitdiff
path: root/math/hs-probability
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-09 14:05:24 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-09 14:05:24 +0000
commitbdcd4012c3d2d398b7b5842e2505cb840ea1c1fa (patch)
treebacc94f28efe339e3f54014fccc1566a0a672eed /math/hs-probability
parent09a130078d9d0486b44b119ef852008db99fc6f7 (diff)
downloadports-bdcd4012c3d2d398b7b5842e2505cb840ea1c1fa.tar.gz
ports-bdcd4012c3d2d398b7b5842e2505cb840ea1c1fa.zip
Notes
Diffstat (limited to 'math/hs-probability')
-rw-r--r--math/hs-probability/Makefile6
-rw-r--r--math/hs-probability/pkg-descr7
-rw-r--r--math/hs-probability/pkg-plist42
3 files changed, 8 insertions, 47 deletions
diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile
index 334fedcfab49..fb1268aed1b1 100644
--- a/math/hs-probability/Makefile
+++ b/math/hs-probability/Makefile
@@ -7,12 +7,16 @@
PORTNAME= probability
PORTVERSION= 0.2.2.1
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Probabilistic Functional Programming in Haskell
-USE_HACKAGE= transformers>=0.0.1
+LICENSE= BSD
+FILE_LICENSE= COPYRIGHT
+
+USE_CABAL= transformers>=0.0.1
PORTDATA= *
diff --git a/math/hs-probability/pkg-descr b/math/hs-probability/pkg-descr
index 55d41dff84e5..b32420575780 100644
--- a/math/hs-probability/pkg-descr
+++ b/math/hs-probability/pkg-descr
@@ -1,7 +1,6 @@
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.
+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
diff --git a/math/hs-probability/pkg-plist b/math/hs-probability/pkg-plist
deleted file mode 100644
index 5d2ccf03d968..000000000000
--- a/math/hs-probability/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-@comment $FreeBSD$
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Distribution.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Alarm.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Barber.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Bayesian.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Boys.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Collection.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Diagnosis.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Dice.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/DiceAccum.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/MontyHall.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/NBoys.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Predator.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Profession.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/Queuing.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example/TreeGrowth.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Expectation.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Monad.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Object.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Percentage.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/PrintList.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Random.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Shape.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Show.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Simulation.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Trace.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Transition.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Visualize.hi
-%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
-%%LIBDIR_REL%%/register.sh
-%%NOPORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability/Example
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric/Probability
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Numeric
-@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
-@dirrm %%LIBDIR_REL%%
-@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
-@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
-@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
-@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old