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:41:04 UTC 2020

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

Log Message:
hs-timeit: Import version 2.0


To generate a diff of this commit:
cvs rdiff -u -r1.3076 -r1.3077 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-timeit/DESCR \
    pkgsrc/devel/hs-timeit/Makefile pkgsrc/devel/hs-timeit/buildlink3.mk \
    pkgsrc/devel/hs-timeit/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.3076 pkgsrc/devel/Makefile:1.3077
--- pkgsrc/devel/Makefile:1.3076        Mon Mar 30 16:40:25 2020
+++ pkgsrc/devel/Makefile       Mon Mar 30 16:41:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3076 2020/03/30 16:40:25 riastradh Exp $
+# $NetBSD: Makefile,v 1.3077 2020/03/30 16:41:04 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -571,6 +571,7 @@ SUBDIR+=    hs-tagged
 SUBDIR+=       hs-terminal-size
 SUBDIR+=       hs-tf-random
 SUBDIR+=       hs-th-abstraction
+SUBDIR+=       hs-timeit
 SUBDIR+=       hs-transformers-base
 SUBDIR+=       hs-transformers-compat
 SUBDIR+=       hs-uniplate

Added files:

Index: pkgsrc/devel/hs-timeit/DESCR
diff -u /dev/null pkgsrc/devel/hs-timeit/DESCR:1.1
--- /dev/null   Mon Mar 30 16:41:04 2020
+++ pkgsrc/devel/hs-timeit/DESCR        Mon Mar 30 16:41:04 2020
@@ -0,0 +1,2 @@
+A simple wrapper to show the used CPU time of monadic computation with
+an IO base.
Index: pkgsrc/devel/hs-timeit/Makefile
diff -u /dev/null pkgsrc/devel/hs-timeit/Makefile:1.1
--- /dev/null   Mon Mar 30 16:41:04 2020
+++ pkgsrc/devel/hs-timeit/Makefile     Mon Mar 30 16:41:04 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:41:04 riastradh Exp $
+
+DISTNAME=      timeit-2.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_HASKELL_HACKAGE:=timeit-${PKGVERSION_NOREV}/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/merijn/timeit
+COMMENT=       Time monadic computations with an IO base
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-timeit/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-timeit/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:41:04 2020
+++ pkgsrc/devel/hs-timeit/buildlink3.mk        Mon Mar 30 16:41:04 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:41:04 riastradh Exp $
+
+BUILDLINK_TREE+=       hs-timeit
+
+.if !defined(HS_TIMEIT_BUILDLINK3_MK)
+HS_TIMEIT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-timeit+=      hs-timeit>=2.0
+BUILDLINK_ABI_DEPENDS.hs-timeit+=      hs-timeit>=2.0
+BUILDLINK_PKGSRCDIR.hs-timeit?=                ../../devel/hs-timeit
+.endif # HS_TIMEIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-timeit
Index: pkgsrc/devel/hs-timeit/distinfo
diff -u /dev/null pkgsrc/devel/hs-timeit/distinfo:1.1
--- /dev/null   Mon Mar 30 16:41:04 2020
+++ pkgsrc/devel/hs-timeit/distinfo     Mon Mar 30 16:41:04 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:41:04 riastradh Exp $
+
+SHA1 (timeit-2.0.tar.gz) = a6e1b208ca82394276c8cdd53383662a15c1f30b
+RMD160 (timeit-2.0.tar.gz) = ce48d274616b416d6dd60a135ffe7565915c315a
+SHA512 (timeit-2.0.tar.gz) = 3cbe554ddb17fbeb5f8be1f6459144921f8be4db0fa9571678980251ca397fca0700df61d0e5bd8466b0b2cdcedac8473ac53debbd9b4e9c239ebb37bec2845b
+Size (timeit-2.0.tar.gz) = 2117 bytes



Home | Main Index | Thread Index | Old Index