Import streaming-commons-0.2.1.2
Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.
This commit is contained in:
parent
c53fa4ad71
commit
3dd011d412
4 changed files with 41 additions and 0 deletions
2
devel/hs-streaming-commons/DESCR
Normal file
2
devel/hs-streaming-commons/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Provides low-dependency functionality commonly needed by various
|
||||
streaming data libraries, such as conduit and pipes.
|
15
devel/hs-streaming-commons/Makefile
Normal file
15
devel/hs-streaming-commons/Makefile
Normal file
|
@ -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
|
||||
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"
|
18
devel/hs-streaming-commons/buildlink3.mk
Normal file
18
devel/hs-streaming-commons/buildlink3.mk
Normal file
|
@ -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
|
6
devel/hs-streaming-commons/distinfo
Normal file
6
devel/hs-streaming-commons/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue