diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-bytestring-mmap | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'devel/hs-bytestring-mmap')
-rw-r--r-- | devel/hs-bytestring-mmap/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-bytestring-mmap/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-bytestring-mmap/pkg-descr | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-bytestring-mmap/Makefile b/devel/hs-bytestring-mmap/Makefile new file mode 100644 index 000000000000..c23b2e740858 --- /dev/null +++ b/devel/hs-bytestring-mmap/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= bytestring-mmap +PORTVERSION= 0.2.2 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Mmap support for strict ByteStrings + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-bytestring-mmap/distinfo b/devel/hs-bytestring-mmap/distinfo new file mode 100644 index 000000000000..93a825b438ce --- /dev/null +++ b/devel/hs-bytestring-mmap/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/bytestring-mmap-0.2.2.tar.gz) = 7bbcaeeccec5cf448ba59c9ed4de95bcc47b11ae2b9bcddb6201decb88eb69af +SIZE (cabal/bytestring-mmap-0.2.2.tar.gz) = 7188 diff --git a/devel/hs-bytestring-mmap/pkg-descr b/devel/hs-bytestring-mmap/pkg-descr new file mode 100644 index 000000000000..7d209482322b --- /dev/null +++ b/devel/hs-bytestring-mmap/pkg-descr @@ -0,0 +1,5 @@ +This library provides a wrapper to mmap(2), allowing files or devices to +be lazily loaded into memory as strict or lazy ByteStrings, using the +virtual memory subsystem to do on-demand loading. + +WWW: http://code.haskell.org/~dons/code/bytestring-mmap/ |