aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-05-09 22:05:24 +0800
committerpgj <pgj@FreeBSD.org>2011-05-09 22:05:24 +0800
commit8e1e270acc448ac09e9d12f548815e6e4a0b2509 (patch)
tree3ca9ffd9c5575c003a61a014452c4ab8318f4378 /math
parent81c01660302271c0631bbed2ba89ed560e155103 (diff)
downloadfreebsd-ports-gnome-8e1e270acc448ac09e9d12f548815e6e4a0b2509.tar.gz
freebsd-ports-gnome-8e1e270acc448ac09e9d12f548815e6e4a0b2509.tar.zst
freebsd-ports-gnome-8e1e270acc448ac09e9d12f548815e6e4a0b2509.zip
- Chase the GHC update
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-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