1 | # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | PortGroup haskell 1.0 |
---|
6 | haskell.setup mmap 0.5.4 |
---|
7 | maintainers nomaintainer |
---|
8 | description Memory mapped files for POSIX and Windows |
---|
9 | long_description \ |
---|
10 | This library provides a wrapper to mmap(2) or MapViewOfFile, \ |
---|
11 | allowing files or devices to be lazily loaded into memory as \ |
---|
12 | strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using \ |
---|
13 | the virtual memory subsystem to do on-demand loading. \ |
---|
14 | Modifications are also supported. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums md5 10b7f62d96e7f1b83dac4dfc66cb4f97 \ |
---|
19 | sha1 2180a65eb6a438d1b1c2d6c179dffe0986dda94e \ |
---|
20 | rmd160 405d9a2489afc7e8d692611f5f4f8cf113c5d1ee |
---|
21 | |
---|
22 | depends_lib port:ghc |
---|
23 | |
---|
24 | universal_variant no |
---|
25 | |
---|
26 | configure.args-append -v --enable-library-profiling \ |
---|
27 | --with-gcc=${configure.cc} |
---|
28 | |
---|
29 | build.args-append -v |
---|
30 | |
---|