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:
parent
0f2ca91627
commit
c096badde5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279687
@ -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
|
||||
|
@ -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
|
||||
|
21
math/hs-categories/Makefile
Normal file
21
math/hs-categories/Makefile
Normal 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>
|
2
math/hs-categories/distinfo
Normal file
2
math/hs-categories/distinfo
Normal 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
|
3
math/hs-categories/pkg-descr
Normal file
3
math/hs-categories/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Categories from category-extras.
|
||||
|
||||
WWW: http://comonad.com/reader/
|
Loading…
Reference in New Issue
Block a user