diff options
Diffstat (limited to 'math/hs-statistics')
-rw-r--r-- | math/hs-statistics/Makefile | 9 | ||||
-rw-r--r-- | math/hs-statistics/distinfo | 4 | ||||
-rw-r--r-- | math/hs-statistics/pkg-plist | 36 |
3 files changed, 8 insertions, 41 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index f9dcaeba3f09..bdfc9198314d 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -6,16 +6,19 @@ # PORTNAME= statistics -PORTVERSION= 0.6.0.2 +PORTVERSION= 0.8.0.5 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell library of statistical types, data, and functions -USE_HACKAGE= erf mwc-random>=0.7.0.0 primitive>=0.3 vector>=0.6.0.2 vector-algorithms>=0.3.2 +LICENSE= BSD + +USE_CABAL= erf mwc-random>=0.8.0.3 primitive>=0.3 vector>=0.7 \ + vector-algorithms>=0.4 PORTDATA= * -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR} +INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo index 6f022137930a..862791fb5410 100644 --- a/math/hs-statistics/distinfo +++ b/math/hs-statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/statistics-0.6.0.2.tar.gz) = 332e180db2dbce01db56ac96cae1c531c10730ae0c4802b4e507ef99e86157ee -SIZE (cabal/statistics-0.6.0.2.tar.gz) = 24913 +SHA256 (cabal/statistics-0.8.0.5.tar.gz) = b6df0f211a231cbd84160a131664f2d1e7eb49edacce32b19e08d12879e8f967 +SIZE (cabal/statistics-0.8.0.5.tar.gz) = 30729 diff --git a/math/hs-statistics/pkg-plist b/math/hs-statistics/pkg-plist deleted file mode 100644 index 8ea9b0d6c249..000000000000 --- a/math/hs-statistics/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Autocorrelation.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Constants.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Binomial.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Exponential.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Gamma.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Geometric.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Hypergeometric.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Normal.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution/Poisson.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Function.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Internal.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/KernelDensity.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Math.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Quantile.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Resampling.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Resampling/Bootstrap.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Sample.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Sample/Powers.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Types.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Sample -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Resampling -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Distribution -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics -@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 |