diff options
Diffstat (limited to 'math')
29 files changed, 48 insertions, 48 deletions
diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 9de5448ab600..31b426771dd0 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -3,15 +3,13 @@ PORTNAME= Agda PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Dependently typed functional programming language and proof assistant -CABAL_SETUP= Setup.hs - -USE_CABAL= geniplate>=0.6.0.3 hashable>=1.2 hashtables \ +USE_CABAL= geniplate>=0.6.0.3 hashable>=1.1 hashtables \ haskeline>=0.6.3.2 haskell-src-exts>=1.9.6 mtl \ QuickCheck>=2.3 parallel syb>=0.1 unordered-containers>=0.2 \ xhtml zlib>=0.4.0.1 diff --git a/math/hs-Agda/files/patch-Agda.cabal b/math/hs-Agda/files/patch-Agda.cabal index 208d469dd4d5..42b95170d46e 100644 --- a/math/hs-Agda/files/patch-Agda.cabal +++ b/math/hs-Agda/files/patch-Agda.cabal @@ -1,12 +1,19 @@ --- ./Agda.cabal.orig 2012-11-12 01:25:25.000000000 +0100 -+++ ./Agda.cabal 2013-03-09 17:44:08.000000000 +0100 -@@ -82,8 +82,8 @@ - process >= 1.0.1.0 && < 1.2, ++++ ./Agda.cabal 2013-05-03 23:08:18.000000000 +0200 +@@ -69,7 +69,7 @@ + + build-depends: base >= 4.2 && < 4.7, + mtl >= 2.0 && < 2.2, +- QuickCheck >= 2.3 && < 2.6, ++ QuickCheck >= 2.3 && < 2.7, + haskell-src-exts >= 1.9.6 && < 1.14, + containers >= 0.1 && < 0.6, + unordered-containers == 0.2.*, +@@ -83,7 +83,7 @@ haskeline >= 0.6.3.2 && < 0.8, xhtml == 3000.2.*, -- hashable >= 1.1.2.3 && < 1.2, + hashable >= 1.1.2.3 && < 1.2, - hashtables == 1.0.*, -+ hashable >= 1.1.2.3 && < 1.3, + hashtables == 1.1.*, geniplate >= 0.6.0.3 && < 0.7, parallel < 3.3, diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile index 6ab70bcd169f..2a6df329d2a9 100644 --- a/math/hs-NumInstances/Makefile +++ b/math/hs-NumInstances/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= NumInstances -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +9,5 @@ COMMENT= Instances of numeric classes for functions and tuples LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-NumInstances/distinfo b/math/hs-NumInstances/distinfo index 769849faf738..60e673d0b731 100644 --- a/math/hs-NumInstances/distinfo +++ b/math/hs-NumInstances/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/NumInstances-1.2.tar.gz) = a95c45280f794ef54ac1968a2938c2a87feb7c0c42e3923ea326bc0ee0904668 -SIZE (cabal/NumInstances-1.2.tar.gz) = 3701 +SHA256 (cabal/NumInstances-1.3.tar.gz) = 50a3f3492304a3272f3c4cfe9e852f296888f2c31d84b2012be9e9af8aa63070 +SIZE (cabal/NumInstances-1.3.tar.gz) = 4051 diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile index 864f62e836a4..eea1b03ce3a3 100644 --- a/math/hs-categories/Makefile +++ b/math/hs-categories/Makefile @@ -2,6 +2,7 @@ PORTNAME= categories PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonad-transformers/Makefile b/math/hs-comonad-transformers/Makefile index f63e2d261804..a2755e77c2d4 100644 --- a/math/hs-comonad-transformers/Makefile +++ b/math/hs-comonad-transformers/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= comonad-transformers -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonad-transformers/distinfo b/math/hs-comonad-transformers/distinfo index b173e983d25a..4b70cdbaefc2 100644 --- a/math/hs-comonad-transformers/distinfo +++ b/math/hs-comonad-transformers/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/comonad-transformers-3.0.1.tar.gz) = b2246025fc1f62b4950d241efd418066d23d106e0bdbafbfa3c03ffd03f8acd2 -SIZE (cabal/comonad-transformers-3.0.1.tar.gz) = 7391 +SHA256 (cabal/comonad-transformers-3.0.2.tar.gz) = 2d9d31329b02e005b32fa85608cc026e464e22aa8dd44e15217700772e8620a4 +SIZE (cabal/comonad-transformers-3.0.2.tar.gz) = 8381 diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile index 5719cc6db638..5646991b391d 100644 --- a/math/hs-comonad/Makefile +++ b/math/hs-comonad/Makefile @@ -2,6 +2,7 @@ PORTNAME= comonad PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-comonads-fd/Makefile b/math/hs-comonads-fd/Makefile index ea1c212a898d..347a398978c3 100644 --- a/math/hs-comonads-fd/Makefile +++ b/math/hs-comonads-fd/Makefile @@ -2,7 +2,7 @@ PORTNAME= comonads-fd PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile index 2c8d500e5d84..3b0d1da1ff1f 100644 --- a/math/hs-contravariant/Makefile +++ b/math/hs-contravariant/Makefile @@ -2,6 +2,7 @@ PORTNAME= contravariant PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile index b2cfe132cbdd..a8e5df3c9ec4 100644 --- a/math/hs-data-lens-template/Makefile +++ b/math/hs-data-lens-template/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-lens-template PORTVERSION= 2.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-data-lens/Makefile b/math/hs-data-lens/Makefile index c15785b9570b..8a578aca869d 100644 --- a/math/hs-data-lens/Makefile +++ b/math/hs-data-lens/Makefile @@ -2,7 +2,7 @@ PORTNAME= data-lens PORTVERSION= 2.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile index 833163d382e5..bb5d253f50f3 100644 --- a/math/hs-distributive/Makefile +++ b/math/hs-distributive/Makefile @@ -2,6 +2,7 @@ PORTNAME= distributive PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index f6e4be182050..99c6bb992366 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -3,7 +3,7 @@ PORTNAME= erf PORTVERSION= 2.0.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,5 @@ COMMENT= The error function, erf, and friends for Haskell LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-groupoids/Makefile b/math/hs-groupoids/Makefile index 2ded1df0b287..f5ced05b8966 100644 --- a/math/hs-groupoids/Makefile +++ b/math/hs-groupoids/Makefile @@ -2,7 +2,7 @@ PORTNAME= groupoids PORTVERSION= 3.0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile index c91cc6288786..f18a889b06b1 100644 --- a/math/hs-ieee754/Makefile +++ b/math/hs-ieee754/Makefile @@ -2,7 +2,7 @@ PORTNAME= ieee754 PORTVERSION= 0.7.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile index c6d2b9d3872b..069b40480cb9 100644 --- a/math/hs-math-functions/Makefile +++ b/math/hs-math-functions/Makefile @@ -3,6 +3,7 @@ PORTNAME= math-functions PORTVERSION= 0.1.3.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +11,6 @@ COMMENT= Special mathematical functions and Chebyshev polynomials LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= erf>=2 vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index 7865c5c0dcbd..a2daba98958a 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -3,7 +3,7 @@ PORTNAME= mwc-random PORTVERSION= 0.12.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile index 81b7f08d7e63..b7db273d275f 100644 --- a/math/hs-nats/Makefile +++ b/math/hs-nats/Makefile @@ -2,6 +2,7 @@ PORTNAME= nats PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile index e9c3856d54c0..e512e527d234 100644 --- a/math/hs-pointed/Makefile +++ b/math/hs-pointed/Makefile @@ -2,7 +2,7 @@ PORTNAME= pointed PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile index 9a245b43106b..a8cb256167cf 100644 --- a/math/hs-probability/Makefile +++ b/math/hs-probability/Makefile @@ -3,14 +3,13 @@ PORTNAME= probability PORTVERSION= 0.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Probabilistic Functional Programming LICENSE= BSD -FILE_LICENSE= COPYRIGHT USE_CABAL= random>=1.0 transformers>=0.0.1 utility-ht>=0.0.6 diff --git a/math/hs-semigroupoid-extras/Makefile b/math/hs-semigroupoid-extras/Makefile index ba64da80dd58..ec193c5b44e1 100644 --- a/math/hs-semigroupoid-extras/Makefile +++ b/math/hs-semigroupoid-extras/Makefile @@ -2,7 +2,7 @@ PORTNAME= semigroupoid-extras PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile index 8e47f38a201b..86769c30fad8 100644 --- a/math/hs-semigroupoids/Makefile +++ b/math/hs-semigroupoids/Makefile @@ -2,7 +2,7 @@ PORTNAME= semigroupoids PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index 2256a2dbd383..77369c9718d4 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= semigroups -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo index e596f3bf24f4..f79856f2898a 100644 --- a/math/hs-semigroups/distinfo +++ b/math/hs-semigroups/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/semigroups-0.9.tar.gz) = 2041f8e2abbf4098551e8980862e034dd586caba46b8f67deef7fd94a9949e33 -SIZE (cabal/semigroups-0.9.tar.gz) = 9450 +SHA256 (cabal/semigroups-0.9.1.tar.gz) = b8fbf8c6279dea64a0e332f82b845213ca790ea2b2305cbfb67d25ee000a89c4 +SIZE (cabal/semigroups-0.9.1.tar.gz) = 9556 diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr index a39777336d68..9d25811291c6 100644 --- a/math/hs-semigroups/pkg-descr +++ b/math/hs-semigroups/pkg-descr @@ -1,4 +1,4 @@ -Haskell 98 semigroups In mathematics, a semigroup is an algebraic structure +Haskell 98 semigroups. In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 985dc499bb6d..70a67c4dee13 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -2,18 +2,16 @@ # $FreeBSD$ PORTNAME= statistics -PORTVERSION= 0.10.2.0 -PORTREVISION= 2 +PORTVERSION= 0.10.3.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A library of statistical types, data, and functions +COMMENT= Library of statistical types, data, and functions LICENSE= BSD -USE_CABAL= erf math-functions>=0.1.1 monad-par>=0.1.0.1 \ - mwc-random>=0.11.0.0 primitive>=0.3 vector>=0.7.1 \ - vector-algorithms>=0.4 +USE_CABAL= erf math-functions>=0.1.2 monad-par>=0.3.4 mwc-random>=0.11.0.0 \ + primitive>=0.3 vector>=0.7.1 vector-algorithms>=0.4 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo index 40dda681ee09..25c293f98ad0 100644 --- a/math/hs-statistics/distinfo +++ b/math/hs-statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/statistics-0.10.2.0.tar.gz) = 3ddd3c99ffb8cf9ac44e9fd9119bb5418502404d20444b58c2aa8a12177460eb -SIZE (cabal/statistics-0.10.2.0.tar.gz) = 58362 +SHA256 (cabal/statistics-0.10.3.1.tar.gz) = 1a98a923c37850b16d85e1a6bb0dc315068241d58c736032b314c7ac3b764b89 +SIZE (cabal/statistics-0.10.3.1.tar.gz) = 63082 diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 14f81263fc53..2d642362bcde 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,14 +3,13 @@ PORTNAME= vector-space PORTVERSION= 0.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives LICENSE= BSD -FILE_LICENSE= COPYING USE_CABAL= Boolean>=0.1.0 MemoTrie>=0.5 NumInstances>=1.0 |