head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.06.03.23.28.40;	author pgj;	state dead;
branches;
next	1.1;

1.1
date	2012.02.18.16.27.14;	author pgj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove obsoleted Haskell ports:

  devel/hs-binary: this package became part of lang/ghc.
  devel/hs-convertible-text: this package is obsolete.
  devel/hs-control-monad-attempt: this package is obsolete.
  devel/hs-data-object: this package is obsolete.
  devel/hs-data-object-yaml: this package is obsolete.
  devel/hs-deepseq: this package became part of lang/ghc.
  devel/hs-ghc-paths-docs: not needed any more.
  devel/hs-haddock-docs: not needed any more.
  devel/hs-mtl-docs: not needed any more.
  devel/hs-pool: this package is obsolete.
  devel/hs-transformers-docs: not needed any more.
  print/hs-hscolour-docs: not needed any more.
  textproc/hs-xhtml-docs: not needed any more.
  textproc/hs-xml-enumerator: this package is obsolete.
  www/hs-happstack-data: this package is obsolete.
  www/hs-happstack-ixset: this package is obsolete.
  www/hs-happstack-state: this package is obsolete.
  www/hs-happstack-util: this package is obsolete.
  www/hs-http-enumerator: this package is obsolete.

Obtained from:	FreeBSD Haskell
@
text
@# New ports collection makefile for: hs-http-enumerator
# Date created:        December 26, 2011
# Whom:                haskell@@FreeBSD.org
#
# $FreeBSD: ports/www/hs-http-enumerator/Makefile,v 1.1 2012/02/18 16:27:14 pgj Exp $
#

PORTNAME=	http-enumerator
PORTVERSION=	0.7.2.5
CATEGORIES=	www haskell

MAINTAINER=	haskell@@FreeBSD.org
COMMENT=	HTTP client with enumerator interface and HTTPS support

LICENSE=	BSD

USE_CABAL=	asn1-data>=0.5.1 attoparsec>=0.8.0.2 \
		attoparsec-enumerator>=0.2.0.4 base64-bytestring>=0.1 \
		blaze-builder>=0.2.1 blaze-builder-enumerator>=0.2 \
		case-insensitive>=0.2 certificate>=0.7 cprng-aes>=0.2 \
		data-default>=0.3 enumerator>=0.4.9 failure>=0.1 \
		http-types>=0.6 monad-control>=0.2 network>=2.3 tls>=0.8.1 \
		tls-extra>=0.4 transformers>=0.2 utf8-string>=0.3.4 \
		zlib-enum>=0.2

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
@


1.1
log
@This package uses attoparsec for parsing the actual contents of the HTTP
connection.  It also provides higher-level functions which allow you to
avoid direct usage of enumerators.

WWW:	http://github.com/snoyberg/http-enumerator

Obtained from:	FreeBSD Haskell
@
text
@d5 1
a5 1
# $FreeBSD$
@

