pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:42:18 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/hs-unbounded-delays: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-unbounded-delays: Import version 0.1.1.0


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3078 pkgsrc/devel/Makefile:1.3079
--- pkgsrc/devel/Makefile:1.3078        Mon Mar 30 16:41:41 2020
+++ pkgsrc/devel/Makefile       Mon Mar 30 16:42:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3078 2020/03/30 16:41:41 riastradh Exp $
+# $NetBSD: Makefile,v 1.3079 2020/03/30 16:42:18 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -575,6 +575,7 @@ SUBDIR+=    hs-timeit
 SUBDIR+=       hs-transformers-base
 SUBDIR+=       hs-transformers-compat
 SUBDIR+=       hs-uglymemo
+SUBDIR+=       hs-unbounded-delays
 SUBDIR+=       hs-uniplate
 SUBDIR+=       hs-unix-compat
 SUBDIR+=       hs-unliftio-core

Added files:

Index: pkgsrc/devel/hs-unbounded-delays/DESCR
diff -u /dev/null pkgsrc/devel/hs-unbounded-delays/DESCR:1.1
--- /dev/null   Mon Mar 30 16:42:19 2020
+++ pkgsrc/devel/hs-unbounded-delays/DESCR      Mon Mar 30 16:42:18 2020
@@ -0,0 +1,3 @@
+The threadDelay and timeout functions from the base library use the
+bounded Int type for specifying the delay or timeout period.  This
+package provides alternatives which use the unbounded Integer type.
Index: pkgsrc/devel/hs-unbounded-delays/Makefile
diff -u /dev/null pkgsrc/devel/hs-unbounded-delays/Makefile:1.1
--- /dev/null   Mon Mar 30 16:42:19 2020
+++ pkgsrc/devel/hs-unbounded-delays/Makefile   Mon Mar 30 16:42:18 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:42:18 riastradh Exp $
+
+DISTNAME=      unbounded-delays-0.1.1.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=unbounded-delays-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/basvandijk/unbounded-delays
+COMMENT=       Unbounded thread delays and timeouts
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-unbounded-delays/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-unbounded-delays/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:42:19 2020
+++ pkgsrc/devel/hs-unbounded-delays/buildlink3.mk      Mon Mar 30 16:42:18 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:42:18 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-unbounded-delays
+
+.if !defined(HS_UNBOUNDED_DELAYS_BUILDLINK3_MK)
+HS_UNBOUNDED_DELAYS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-unbounded-delays+=    hs-unbounded-delays>=0.1.1.0
+BUILDLINK_ABI_DEPENDS.hs-unbounded-delays+=    hs-unbounded-delays>=0.1.1.0
+BUILDLINK_PKGSRCDIR.hs-unbounded-delays?=      ../../devel/hs-unbounded-delays
+.endif # HS_UNBOUNDED_DELAYS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-unbounded-delays
Index: pkgsrc/devel/hs-unbounded-delays/distinfo
diff -u /dev/null pkgsrc/devel/hs-unbounded-delays/distinfo:1.1
--- /dev/null   Mon Mar 30 16:42:19 2020
+++ pkgsrc/devel/hs-unbounded-delays/distinfo   Mon Mar 30 16:42:18 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:42:18 riastradh Exp $
+
+SHA1 (unbounded-delays-0.1.1.0.tar.gz) = 7b9884c318c1dbf6679523fd7b4e192e6eb5211e
+RMD160 (unbounded-delays-0.1.1.0.tar.gz) = 649d9a75b1a6eb0d718e003e9b9e2159ec4ff8da
+SHA512 (unbounded-delays-0.1.1.0.tar.gz) = 70e26055abe40b38e20bc5dadc3ae32b699613698d0fc36bbd519fe011128fbdda7e963a69f25375b4e8a26b2ebfa2cdd4496d9d045e9f19672224654e5e7948
+Size (unbounded-delays-0.1.1.0.tar.gz) = 4166 bytes



Home | Main Index | Thread Index | Old Index