head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.05.09.05.28.45;	author ashish;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@- Please welcome GHC 7.0.3

GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
@
text
@@@comment $FreeBSD: ports/ftp/hs-curl/pkg-plist,v 1.1 2010/05/15 19:14:33 pgj Exp $
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Code.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Debug.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Easy.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Info.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Opts.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Post.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl/Types.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
%%LIBDIR_REL%%/register.sh
%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE
%%NOPORTDOCS%%@@dirrmtry %%DOCSDIR%%
@@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Curl
@@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network
@@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
@@dirrm %%LIBDIR_REL%%
@@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
@@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
@@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
@@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
@


1.1
log
@libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!

This package provides a Haskell binding to libcurl.

WWW: http://hackage.haskell.org/package/curl
@
text
@d1 1
a1 1
@@comment $FreeBSD$
@

