pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-http-client
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 16 13:37:14 UTC 2020
Added Files:
pkgsrc/www/hs-http-client: DESCR Makefile buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/hs-http-client/DESCR \
pkgsrc/www/hs-http-client/Makefile \
pkgsrc/www/hs-http-client/buildlink3.mk \
pkgsrc/www/hs-http-client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/hs-http-client/DESCR
diff -u /dev/null pkgsrc/www/hs-http-client/DESCR:1.1
--- /dev/null Thu Jan 16 13:37:14 2020
+++ pkgsrc/www/hs-http-client/DESCR Thu Jan 16 13:37:14 2020
@@ -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.
Index: pkgsrc/www/hs-http-client/Makefile
diff -u /dev/null pkgsrc/www/hs-http-client/Makefile:1.1
--- /dev/null Thu Jan 16 13:37:14 2020
+++ pkgsrc/www/hs-http-client/Makefile Thu Jan 16 13:37:14 2020
@@ -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"
Index: pkgsrc/www/hs-http-client/buildlink3.mk
diff -u /dev/null pkgsrc/www/hs-http-client/buildlink3.mk:1.1
--- /dev/null Thu Jan 16 13:37:14 2020
+++ pkgsrc/www/hs-http-client/buildlink3.mk Thu Jan 16 13:37:14 2020
@@ -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
Index: pkgsrc/www/hs-http-client/distinfo
diff -u /dev/null pkgsrc/www/hs-http-client/distinfo:1.1
--- /dev/null Thu Jan 16 13:37:14 2020
+++ pkgsrc/www/hs-http-client/distinfo Thu Jan 16 13:37:14 2020
@@ -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