pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-streaming-commons



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 16 13:06:20 UTC 2020

Added Files:
        pkgsrc/devel/hs-streaming-commons: DESCR Makefile buildlink3.mk
            distinfo

Log Message:
Import streaming-commons-0.2.1.2

Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-streaming-commons/DESCR \
    pkgsrc/devel/hs-streaming-commons/Makefile \
    pkgsrc/devel/hs-streaming-commons/buildlink3.mk \
    pkgsrc/devel/hs-streaming-commons/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-streaming-commons/DESCR
diff -u /dev/null pkgsrc/devel/hs-streaming-commons/DESCR:1.1
--- /dev/null   Thu Jan 16 13:06:20 2020
+++ pkgsrc/devel/hs-streaming-commons/DESCR     Thu Jan 16 13:06:20 2020
@@ -0,0 +1,2 @@
+Provides low-dependency functionality commonly needed by various
+streaming data libraries, such as conduit and pipes.
Index: pkgsrc/devel/hs-streaming-commons/Makefile
diff -u /dev/null pkgsrc/devel/hs-streaming-commons/Makefile:1.1
--- /dev/null   Thu Jan 16 13:06:20 2020
+++ pkgsrc/devel/hs-streaming-commons/Makefile  Thu Jan 16 13:06:20 2020
@@ -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"
Index: pkgsrc/devel/hs-streaming-commons/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-streaming-commons/buildlink3.mk:1.1
--- /dev/null   Thu Jan 16 13:06:20 2020
+++ pkgsrc/devel/hs-streaming-commons/buildlink3.mk     Thu Jan 16 13:06:20 2020
@@ -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
Index: pkgsrc/devel/hs-streaming-commons/distinfo
diff -u /dev/null pkgsrc/devel/hs-streaming-commons/distinfo:1.1
--- /dev/null   Thu Jan 16 13:06:20 2020
+++ pkgsrc/devel/hs-streaming-commons/distinfo  Thu Jan 16 13:06:20 2020
@@ -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