pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-streaming-commons Import streaming-commons-0....
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b4af19e04ee
branches: trunk
changeset: 409171:0b4af19e04ee
user: pho <pho%pkgsrc.org@localhost>
date: Thu Jan 16 13:06:20 2020 +0000
description:
Import streaming-commons-0.2.1.2
Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.
diffstat:
devel/hs-streaming-commons/DESCR | 2 ++
devel/hs-streaming-commons/Makefile | 15 +++++++++++++++
devel/hs-streaming-commons/buildlink3.mk | 18 ++++++++++++++++++
devel/hs-streaming-commons/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 32e62f250d46 -r 0b4af19e04ee devel/hs-streaming-commons/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-streaming-commons/DESCR Thu Jan 16 13:06:20 2020 +0000
@@ -0,0 +1,2 @@
+Provides low-dependency functionality commonly needed by various
+streaming data libraries, such as conduit and pipes.
diff -r 32e62f250d46 -r 0b4af19e04ee devel/hs-streaming-commons/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-streaming-commons/Makefile Thu Jan 16 13:06:20 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 13:06:20 pho Exp $
+
+DISTNAME= streaming-commons-0.2.1.2
+CATEGORIES= devel
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Common lower-level functions for various streaming data libraries
+LICENSE= mit
+
+.include "../../devel/hs-async/buildlink3.mk"
+.include "../../net/hs-network/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 32e62f250d46 -r 0b4af19e04ee devel/hs-streaming-commons/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-streaming-commons/buildlink3.mk Thu Jan 16 13:06:20 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 13:06:20 pho Exp $
+
+BUILDLINK_TREE+= hs-streaming-commons
+
+.if !defined(HS_STREAMING_COMMONS_BUILDLINK3_MK)
+HS_STREAMING_COMMONS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-streaming-commons+= hs-streaming-commons>=0.2.1
+BUILDLINK_ABI_DEPENDS.hs-streaming-commons+= hs-streaming-commons>=0.2.1.2
+BUILDLINK_PKGSRCDIR.hs-streaming-commons?= ../../devel/hs-streaming-commons
+
+.include "../../devel/hs-async/buildlink3.mk"
+.include "../../net/hs-network/buildlink3.mk"
+.include "../../devel/hs-random/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.endif # HS_STREAMING_COMMONS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-streaming-commons
diff -r 32e62f250d46 -r 0b4af19e04ee devel/hs-streaming-commons/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-streaming-commons/distinfo Thu Jan 16 13:06:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 13:06:20 pho Exp $
+
+SHA1 (streaming-commons-0.2.1.2.tar.gz) = 6b3d66192cab1bf6d5ff8125529e212c81b58860
+RMD160 (streaming-commons-0.2.1.2.tar.gz) = 93302143976f3d7b964562011467e7b88c24e244
+SHA512 (streaming-commons-0.2.1.2.tar.gz) = 7b6f39237f9ac13ca2d8205a43fee17c6edfe6609a1119903f8648aed151ef92779af7a8dfdfb108dea679cd26c83dfb5d21285d51f91dec0ad10debd100b8e7
+Size (streaming-commons-0.2.1.2.tar.gz) = 86776 bytes
Home |
Main Index |
Thread Index |
Old Index