Thu Jan 16 01:00:24 2020 UTC ()
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


(pho)
diff -r0 -r1.1 pkgsrc/devel/hs-memory/DESCR
diff -r0 -r1.1 pkgsrc/devel/hs-memory/Makefile
diff -r0 -r1.1 pkgsrc/devel/hs-memory/buildlink3.mk
diff -r0 -r1.1 pkgsrc/devel/hs-memory/distinfo

File Added: pkgsrc/devel/hs-memory/DESCR
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

File Added: pkgsrc/devel/hs-memory/Makefile
# $NetBSD: Makefile,v 1.1 2020/01/16 01:00:24 pho Exp $

DISTNAME=	memory-0.15.0
CATEGORIES=	devel

MAINTAINER=	pho@cielonegro.org
COMMENT=	Memory and related abstraction stuff
LICENSE=	modified-bsd

.include "../../devel/hs-basement/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/hs-memory/buildlink3.mk
# $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

File Added: pkgsrc/devel/hs-memory/distinfo
$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