pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-memory Import memory-0.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e6a67631953
branches:  trunk
changeset: 421441:6e6a67631953
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 16 01:00:24 2020 +0000

description:
Import memory-0.15.0

Chunk of memory, polymorphic byte array management and manipulation

* A polymorphic byte array abstraction and function similar to strict
  ByteString.

* Different type of byte array abstraction.

* Raw memory IO operations (memory set, memory copy, ..)

* Aliasing with endianness support.

* Encoding : Base16, Base32, Base64.

* Hashing : FNV, SipHash

diffstat:

 devel/hs-memory/DESCR         |  14 ++++++++++++++
 devel/hs-memory/Makefile      |  12 ++++++++++++
 devel/hs-memory/buildlink3.mk |  15 +++++++++++++++
 devel/hs-memory/distinfo      |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r ffa5a94c3c8c -r 6e6a67631953 devel/hs-memory/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-memory/DESCR     Thu Jan 16 01:00:24 2020 +0000
@@ -0,0 +1,14 @@
+Chunk of memory, polymorphic byte array management and manipulation
+
+* A polymorphic byte array abstraction and function similar to strict
+  ByteString.
+
+* Different type of byte array abstraction.
+
+* Raw memory IO operations (memory set, memory copy, ..)
+
+* Aliasing with endianness support.
+
+* Encoding : Base16, Base32, Base64.
+
+* Hashing : FNV, SipHash
diff -r ffa5a94c3c8c -r 6e6a67631953 devel/hs-memory/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-memory/Makefile  Thu Jan 16 01:00:24 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 01:00:24 pho Exp $
+
+DISTNAME=      memory-0.15.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Memory and related abstraction stuff
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-basement/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ffa5a94c3c8c -r 6e6a67631953 devel/hs-memory/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-memory/buildlink3.mk     Thu Jan 16 01:00:24 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 01:00:24 pho Exp $
+
+BUILDLINK_TREE+=       hs-memory
+
+.if !defined(HS_MEMORY_BUILDLINK3_MK)
+HS_MEMORY_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-memory+=      hs-memory>=0.15.0
+BUILDLINK_ABI_DEPENDS.hs-memory+=      hs-memory>=0.15.0
+BUILDLINK_PKGSRCDIR.hs-memory?=                ../../devel/hs-memory
+
+.include "../../devel/hs-basement/buildlink3.mk"
+.endif # HS_MEMORY_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-memory
diff -r ffa5a94c3c8c -r 6e6a67631953 devel/hs-memory/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-memory/distinfo  Thu Jan 16 01:00:24 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 01:00:24 pho Exp $
+
+SHA1 (memory-0.15.0.tar.gz) = 30305f16ec4b17026da040bcf6a1a9a0de6473a6
+RMD160 (memory-0.15.0.tar.gz) = ac4d2fdeb6a462173b200a721a25b0d2e799e5ad
+SHA512 (memory-0.15.0.tar.gz) = 49aabf5fdaddae597df6d8f30a3e07c4d6d70fcc7b9146452a4ad4e81858786041676bc780e2b048fd683cc7c0d799d4579596c14fae940ea57954e9a7ee9129
+Size (memory-0.15.0.tar.gz) = 42299 bytes



Home | Main Index | Thread Index | Old Index