pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/hs-http-client Import http-client-0.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6b70f7171f6
branches:  trunk
changeset: 421511:b6b70f7171f6
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 16 13:37:14 2020 +0000

description:
Import http-client-0.6.4

An HTTP client engine, intended as a base layer for more user-friendly
packages.

This codebase has been refactored from http-conduit.

Note that, if you want to make HTTPS secure connections, you should
use http-client-tls in addition to this library.

diffstat:

 www/hs-http-client/DESCR         |   7 +++++++
 www/hs-http-client/Makefile      |  22 ++++++++++++++++++++++
 www/hs-http-client/buildlink3.mk |  25 +++++++++++++++++++++++++
 www/hs-http-client/distinfo      |   6 ++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 39e8c966d6f5 -r b6b70f7171f6 www/hs-http-client/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hs-http-client/DESCR  Thu Jan 16 13:37:14 2020 +0000
@@ -0,0 +1,7 @@
+An HTTP client engine, intended as a base layer for more user-friendly
+packages.
+
+This codebase has been refactored from http-conduit.
+
+Note that, if you want to make HTTPS secure connections, you should
+use http-client-tls in addition to this library.
diff -r 39e8c966d6f5 -r b6b70f7171f6 www/hs-http-client/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hs-http-client/Makefile       Thu Jan 16 13:37:14 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 13:37:14 pho Exp $
+
+DISTNAME=      http-client-0.6.4
+CATEGORIES=    www
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       HTTP client engine
+LICENSE=       mit
+
+.include "../../devel/hs-blaze-builder/buildlink3.mk"
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.include "../../www/hs-cookie/buildlink3.mk"
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../www/hs-http-types/buildlink3.mk"
+.include "../../devel/hs-memory/buildlink3.mk"
+.include "../../net/hs-mime-types/buildlink3.mk"
+.include "../../net/hs-network/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
+.include "../../devel/hs-streaming-commons/buildlink3.mk"
+.include "../../net/hs-network-uri/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39e8c966d6f5 -r b6b70f7171f6 www/hs-http-client/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hs-http-client/buildlink3.mk  Thu Jan 16 13:37:14 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 13:37:14 pho Exp $
+
+BUILDLINK_TREE+=       hs-http-client
+
+.if !defined(HS_HTTP_CLIENT_BUILDLINK3_MK)
+HS_HTTP_CLIENT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.6.4
+BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.6.4
+BUILDLINK_PKGSRCDIR.hs-http-client?=   ../../www/hs-http-client
+
+.include "../../devel/hs-blaze-builder/buildlink3.mk"
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.include "../../www/hs-cookie/buildlink3.mk"
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../www/hs-http-types/buildlink3.mk"
+.include "../../devel/hs-memory/buildlink3.mk"
+.include "../../net/hs-mime-types/buildlink3.mk"
+.include "../../net/hs-network/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
+.include "../../devel/hs-streaming-commons/buildlink3.mk"
+.include "../../net/hs-network-uri/buildlink3.mk"
+.endif # HS_HTTP_CLIENT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-http-client
diff -r 39e8c966d6f5 -r b6b70f7171f6 www/hs-http-client/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hs-http-client/distinfo       Thu Jan 16 13:37:14 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 13:37:14 pho Exp $
+
+SHA1 (http-client-0.6.4.tar.gz) = 446afb8c65a99b44082b65fb8f73cfd84e7f8000
+RMD160 (http-client-0.6.4.tar.gz) = e7b2df26918ad2108f147c6222dfba9b6ac0bf8f
+SHA512 (http-client-0.6.4.tar.gz) = 0b7a16ca1932fa3a20d3f44f65a482277486af1319cf9ed3e138e0b9cc838816ee12aa677821a19e8c51f8bf675676233d8a648b3bf2c3c13f3c70a9348be90a
+Size (http-client-0.6.4.tar.gz) = 89810 bytes



Home | Main Index | Thread Index | Old Index