diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:16:31 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:16:31 +0800 |
commit | cf177d964eb363f61c63814129e42bebd50697e8 (patch) | |
tree | 1159d5bb473801bbbaca4687543cbae348f2392f /math | |
parent | 3932e3edcaafb535a4fb78aab24ad141f4ba222a (diff) | |
download | freebsd-ports-gnome-cf177d964eb363f61c63814129e42bebd50697e8.tar.gz freebsd-ports-gnome-cf177d964eb363f61c63814129e42bebd50697e8.tar.zst freebsd-ports-gnome-cf177d964eb363f61c63814129e42bebd50697e8.zip |
Haskell 98 semigroups.
WWW: http://github.com/ekmett/semigroups/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/hs-semigroups/Makefile | 18 | ||||
-rw-r--r-- | math/hs-semigroups/distinfo | 2 | ||||
-rw-r--r-- | math/hs-semigroups/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 8785c68e8517..81407ce40278 100644 --- a/math/Makefile +++ b/math/Makefile @@ -127,6 +127,7 @@ SUBDIR += hs-erf SUBDIR += hs-mwc-random SUBDIR += hs-probability + SUBDIR += hs-semigroups SUBDIR += hs-statistics SUBDIR += hs-vector-space SUBDIR += igraph diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile new file mode 100644 index 000000000000..c7e78bbd374d --- /dev/null +++ b/math/hs-semigroups/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hs-semigroups +# Date created: July 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= semigroups +PORTVERSION= 0.7.1 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 semigroups + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo new file mode 100644 index 000000000000..bd1e1c45f73a --- /dev/null +++ b/math/hs-semigroups/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/semigroups-0.7.1.tar.gz) = 61baf21f0627fade2d61c8bab6fb8bc10f30bc16feca852bca42a214858903d1 +SIZE (cabal/semigroups-0.7.1.tar.gz) = 8522 diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr new file mode 100644 index 000000000000..315762ea1bed --- /dev/null +++ b/math/hs-semigroups/pkg-descr @@ -0,0 +1,3 @@ +Haskell 98 semigroups. + +WWW: http://github.com/ekmett/semigroups/
\ No newline at end of file |