1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Categories from category-extras.

WWW:	http://comonad.com/reader/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 11:22:22 +00:00
parent 0f2ca91627
commit c096badde5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279687
5 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/categories-0.58.0.5.tar.gz) = 2341d54fcc5a6b0b531b25561e335a9399a5976619b0ee068861fe768fedfbfa
SIZE (cabal/categories-0.58.0.5.tar.gz) = 8568

View File

@ -0,0 +1,3 @@
Categories from category-extras.
WWW: http://comonad.com/reader/