diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:18:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:18:16 +0000 |
commit | f4d3bfa331610307c8526ce2eb1144fb16d097a6 (patch) | |
tree | f78964d57fb0d26e8368f3f0cfeba4cdc9712a0a /net | |
parent | 1163bed9136d94e97e792f26cb6f76e869664ab4 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/hs-network-conduit/Makefile | 21 | ||||
-rw-r--r-- | net/hs-network-conduit/distinfo | 2 | ||||
-rw-r--r-- | net/hs-network-conduit/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/net/hs-network-conduit/Makefile b/net/hs-network-conduit/Makefile new file mode 100644 index 000000000000..d8c432c2920b --- /dev/null +++ b/net/hs-network-conduit/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-network-conduit +# Date created: April 8, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= network-conduit +PORTVERSION= 0.4.0.1 +CATEGORIES= net haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Stream socket data using conduits + +LICENSE= BSD + +USE_CABAL= conduit>=0.4 lifted-base>=0.1 monad-control>=0.3 \ + network>=2.3 transformers>=0.2.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/net/hs-network-conduit/distinfo b/net/hs-network-conduit/distinfo new file mode 100644 index 000000000000..762160c92fed --- /dev/null +++ b/net/hs-network-conduit/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/network-conduit-0.4.0.1.tar.gz) = 7499cf5a05217e9cb38922ecd4a0d26c87553d2537bfe87b00d6db49b282ae76 +SIZE (cabal/network-conduit-0.4.0.1.tar.gz) = 4150 diff --git a/net/hs-network-conduit/pkg-descr b/net/hs-network-conduit/pkg-descr new file mode 100644 index 000000000000..5ee39a4f06d3 --- /dev/null +++ b/net/hs-network-conduit/pkg-descr @@ -0,0 +1,3 @@ +Stream socket data using conduits. + +WWW: http://github.com/snoyberg/conduit |