pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/hs-hourglass
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 16 23:27:03 UTC 2020
Added Files:
pkgsrc/time/hs-hourglass: DESCR Makefile buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/hs-hourglass/DESCR \
pkgsrc/time/hs-hourglass/Makefile pkgsrc/time/hs-hourglass/buildlink3.mk \
pkgsrc/time/hs-hourglass/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/time/hs-hourglass/DESCR
diff -u /dev/null pkgsrc/time/hs-hourglass/DESCR:1.1
--- /dev/null Thu Jan 16 23:27:03 2020
+++ pkgsrc/time/hs-hourglass/DESCR Thu Jan 16 23:27:03 2020
@@ -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.
Index: pkgsrc/time/hs-hourglass/Makefile
diff -u /dev/null pkgsrc/time/hs-hourglass/Makefile:1.1
--- /dev/null Thu Jan 16 23:27:03 2020
+++ pkgsrc/time/hs-hourglass/Makefile Thu Jan 16 23:27:03 2020
@@ -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"
Index: pkgsrc/time/hs-hourglass/buildlink3.mk
diff -u /dev/null pkgsrc/time/hs-hourglass/buildlink3.mk:1.1
--- /dev/null Thu Jan 16 23:27:03 2020
+++ pkgsrc/time/hs-hourglass/buildlink3.mk Thu Jan 16 23:27:03 2020
@@ -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
Index: pkgsrc/time/hs-hourglass/distinfo
diff -u /dev/null pkgsrc/time/hs-hourglass/distinfo:1.1
--- /dev/null Thu Jan 16 23:27:03 2020
+++ pkgsrc/time/hs-hourglass/distinfo Thu Jan 16 23:27:03 2020
@@ -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