The 'cabal' command-line program simplifies the process of managing Haskell

software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

WWW:	http://www.haskell.org/cabal/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-05-14 16:34:09 +00:00
parent 1bba1cea45
commit daa312f573
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274111
5 changed files with 33 additions and 0 deletions

View file

@ -577,6 +577,7 @@
SUBDIR += hs-bsd-sysctl
SUBDIR += hs-cmdargs
SUBDIR += hs-c2hs
SUBDIR += hs-cabal-install
SUBDIR += hs-checkers
SUBDIR += hs-convertible
SUBDIR += hs-cpphs

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: hs-cabal-install
# Date created: 2010-08-17
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cabal-install
PORTVERSION= 0.10.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= The command-line interface for Cabal and Hackage
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= network>=1 HTTP>=4000.0.2 zlib>=0.4
STANDALONE= yes
EXECUTABLE= cabal
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/cabal-install-0.10.2.tar.gz) = 6357c8b984d193a30bb2a05e03dbd551650a0ddea17f7d1033e6564f5b7ff515
SIZE (cabal/cabal-install-0.10.2.tar.gz) = 150699

View file

@ -0,0 +1,5 @@
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.
WWW: http://www.haskell.org/cabal/

View file

@ -26,6 +26,7 @@ Boolean_port= devel/hs-Boolean
brainfuck_port= lang/hs-brainfuck # executable
bsd-sysctl_port= devel/hs-bsd-sysctl
c2hs_port= devel/hs-c2hs # executable
cabal-install_port= devel/hs-cabal-install # executable
cairo_port= graphics/hs-cairo
category-extras_port= math/hs-category-extras # BROKEN
cgi_port= www/hs-cgi