pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/hs-hourglass Import hourglass-0.2.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6d74100127d
branches:  trunk
changeset: 409321:f6d74100127d
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 16 23:27:03 2020 +0000

description:
Import hourglass-0.2.12

Simple time library focusing on simple but powerful and performant API

The backbone of the library are the Timeable and Time type classes.

Each Timeable instances can be converted to type that has a Time
instances, and thus are different representations of current time.

diffstat:

 time/hs-hourglass/DESCR         |   6 ++++++
 time/hs-hourglass/Makefile      |  11 +++++++++++
 time/hs-hourglass/buildlink3.mk |  13 +++++++++++++
 time/hs-hourglass/distinfo      |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 22f98908da1f -r f6d74100127d time/hs-hourglass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-hourglass/DESCR   Thu Jan 16 23:27:03 2020 +0000
@@ -0,0 +1,6 @@
+Simple time library focusing on simple but powerful and performant API
+
+The backbone of the library are the Timeable and Time type classes.
+
+Each Timeable instances can be converted to type that has a Time
+instances, and thus are different representations of current time.
diff -r 22f98908da1f -r f6d74100127d time/hs-hourglass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-hourglass/Makefile        Thu Jan 16 23:27:03 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 23:27:03 pho Exp $
+
+DISTNAME=      hourglass-0.2.12
+CATEGORIES=    time
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Simple performant time related library
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22f98908da1f -r f6d74100127d time/hs-hourglass/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-hourglass/buildlink3.mk   Thu Jan 16 23:27:03 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 23:27:03 pho Exp $
+
+BUILDLINK_TREE+=       hs-hourglass
+
+.if !defined(HS_HOURGLASS_BUILDLINK3_MK)
+HS_HOURGLASS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hourglass+=   hs-hourglass>=0.2.12
+BUILDLINK_ABI_DEPENDS.hs-hourglass+=   hs-hourglass>=0.2.12
+BUILDLINK_PKGSRCDIR.hs-hourglass?=     ../../time/hs-hourglass
+.endif # HS_HOURGLASS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-hourglass
diff -r 22f98908da1f -r f6d74100127d time/hs-hourglass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-hourglass/distinfo        Thu Jan 16 23:27:03 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 23:27:03 pho Exp $
+
+SHA1 (hourglass-0.2.12.tar.gz) = a37ea48770c72df30b162db8353e71972a836b48
+RMD160 (hourglass-0.2.12.tar.gz) = 6d5bf3030c392f2c7ba524a0872ba7ac0ace7779
+SHA512 (hourglass-0.2.12.tar.gz) = c748d7f875ca0b1ea9034dba1a5cfa3fc4e51613ce24c90b54856fdc385d9ccc5eda3559f1674abf3ea966cc7851891dfee86bad897062a97a79db8408574bdc
+Size (hourglass-0.2.12.tar.gz) = 25797 bytes



Home | Main Index | Thread Index | Old Index