From c096badde5b0827e989bf9320984a7eb926fbd7c Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sun, 14 Aug 2011 11:22:22 +0000 Subject: [PATCH] Categories from category-extras. WWW: http://comonad.com/reader/ Obtained from: FreeBSD Haskell --- lang/ghc/bsd.hackage.mk | 1 + math/Makefile | 1 + math/hs-categories/Makefile | 21 +++++++++++++++++++++ math/hs-categories/distinfo | 2 ++ math/hs-categories/pkg-descr | 3 +++ 5 files changed, 28 insertions(+) create mode 100644 math/hs-categories/Makefile create mode 100644 math/hs-categories/distinfo create mode 100644 math/hs-categories/pkg-descr 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 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