diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 19:22:22 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 19:22:22 +0800 |
commit | 2891d9ae8781b36389e42053a04dc3ad94c110f4 (patch) | |
tree | 62f1949dae875906a1d695072f4db56efc09ff68 | |
parent | efecc7e493b977ae5ace371d53cdf272f42ca69e (diff) | |
download | freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.tar.gz freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.tar.zst freebsd-ports-gnome-2891d9ae8781b36389e42053a04dc3ad94c110f4.zip |
Categories from category-extras.
WWW: http://comonad.com/reader/
Obtained from: FreeBSD Haskell
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/hs-categories/Makefile | 21 | ||||
-rw-r--r-- | math/hs-categories/distinfo | 2 | ||||
-rw-r--r-- | math/hs-categories/pkg-descr | 3 |
5 files changed, 28 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index b500b1e457dc..da961786ca1b 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -36,6 +36,7 @@ cabal-install_port= devel/hs-cabal-install # executable cereal_port= devel/hs-cereal cairo_port= graphics/hs-cairo case-insensitive_port= textproc/hs-case-insensitive +categories_port= math/hs-categories category-extras_port= math/hs-category-extras # BROKEN cgi_port= www/hs-cgi checkers_port= devel/hs-checkers # BROKEN diff --git a/math/Makefile b/math/Makefile index 81407ce40278..7e85349e2211 100644 --- a/math/Makefile +++ b/math/Makefile @@ -123,6 +123,7 @@ SUBDIR += guppi SUBDIR += hs-Agda SUBDIR += hs-Agda-executable + SUBDIR += hs-categories SUBDIR += hs-category-extras SUBDIR += hs-erf SUBDIR += hs-mwc-random diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile new file mode 100644 index 000000000000..3344e11a3c6f --- /dev/null +++ b/math/hs-categories/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-categories +# Date created: July 16, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= categories +PORTVERSION= 0.58.0.5 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Categories from category-extras + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= void>=0.5.4.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/math/hs-categories/distinfo b/math/hs-categories/distinfo new file mode 100644 index 000000000000..66614ad5be2e --- /dev/null +++ b/math/hs-categories/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/categories-0.58.0.5.tar.gz) = 2341d54fcc5a6b0b531b25561e335a9399a5976619b0ee068861fe768fedfbfa +SIZE (cabal/categories-0.58.0.5.tar.gz) = 8568 diff --git a/math/hs-categories/pkg-descr b/math/hs-categories/pkg-descr new file mode 100644 index 000000000000..942e493e1925 --- /dev/null +++ b/math/hs-categories/pkg-descr @@ -0,0 +1,3 @@ +Categories from category-extras. + +WWW: http://comonad.com/reader/
\ No newline at end of file |