pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-uuid-types



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan  1 02:08:39 UTC 2020

Added Files:
        pkgsrc/devel/hs-uuid-types: DESCR Makefile buildlink3.mk distinfo
        pkgsrc/devel/hs-uuid-types/patches: patch-uuid-types.cabal

Log Message:
Import uuid-types-1.0.3

This library contains type definitions for Universally Unique
Identifiers and basic conversion functions. See
http://en.wikipedia.org/wiki/UUID for the general idea.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-uuid-types/DESCR \
    pkgsrc/devel/hs-uuid-types/Makefile \
    pkgsrc/devel/hs-uuid-types/buildlink3.mk \
    pkgsrc/devel/hs-uuid-types/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal

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-uuid-types/DESCR
diff -u /dev/null pkgsrc/devel/hs-uuid-types/DESCR:1.1
--- /dev/null   Wed Jan  1 02:08:39 2020
+++ pkgsrc/devel/hs-uuid-types/DESCR    Wed Jan  1 02:08:38 2020
@@ -0,0 +1,3 @@
+This library contains type definitions for Universally Unique
+Identifiers and basic conversion functions. See
+http://en.wikipedia.org/wiki/UUID for the general idea.
Index: pkgsrc/devel/hs-uuid-types/Makefile
diff -u /dev/null pkgsrc/devel/hs-uuid-types/Makefile:1.1
--- /dev/null   Wed Jan  1 02:08:39 2020
+++ pkgsrc/devel/hs-uuid-types/Makefile Wed Jan  1 02:08:38 2020
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+DISTNAME=      uuid-types-1.0.3
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Type definitions for Universally Unique Identifiers
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-uuid-types/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.1
--- /dev/null   Wed Jan  1 02:08:39 2020
+++ pkgsrc/devel/hs-uuid-types/buildlink3.mk    Wed Jan  1 02:08:38 2020
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+BUILDLINK_TREE+=       hs-uuid-types
+
+.if !defined(HS_UUID_TYPES_BUILDLINK3_MK)
+HS_UUID_TYPES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.3
+BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.3
+BUILDLINK_PKGSRCDIR.hs-uuid-types?=    ../../devel/hs-uuid-types
+
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-text/buildlink3.mk"
+.endif # HS_UUID_TYPES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-uuid-types
Index: pkgsrc/devel/hs-uuid-types/distinfo
diff -u /dev/null pkgsrc/devel/hs-uuid-types/distinfo:1.1
--- /dev/null   Wed Jan  1 02:08:39 2020
+++ pkgsrc/devel/hs-uuid-types/distinfo Wed Jan  1 02:08:38 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/01 02:08:38 pho Exp $
+
+SHA1 (uuid-types-1.0.3.tar.gz) = ba2dc845681fcf1cbb1de657e8f889762108e726
+RMD160 (uuid-types-1.0.3.tar.gz) = c308fb6772f4dff0a6a7f561610c5a739b636a12
+SHA512 (uuid-types-1.0.3.tar.gz) = 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e
+Size (uuid-types-1.0.3.tar.gz) = 11999 bytes
+SHA1 (patch-uuid-types.cabal) = 7d7bb385ef7beb742c2e1db5a7f89da705063929

Index: pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal
diff -u /dev/null pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal:1.1
--- /dev/null   Wed Jan  1 02:08:39 2020
+++ pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal   Wed Jan  1 02:08:39 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-uuid-types.cabal,v 1.1 2020/01/01 02:08:39 pho Exp $
+
+Relax the upper bound of hashable
+
+--- uuid-types.cabal.orig      2016-04-02 19:47:47.000000000 +0000
++++ uuid-types.cabal
+@@ -30,7 +30,7 @@ Library
+                 binary >= 0.4 && < 0.9,
+                 bytestring >= 0.9 && < 0.11,
+                 deepseq >= 1.3 && < 1.5,
+-                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
++                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
+                 random >= 1.0.1 && < 1.2,
+                 text >= 1 && < 1.3
+ 



Home | Main Index | Thread Index | Old Index