Ticket #27633: Portfile.3

File Portfile.3, 1.1 KB (added by rinkevichjm@…, 13 years ago)

hs-hashed-storage/Portfile

Line 
1# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
2
3PortSystem 1.0
4
5PortGroup       haskell 1.0
6name            hashed-storage
7version         0.5.4
8haskell.setup   hashed-storage 0.5.4
9maintainers     gwright
10platforms       darwin
11
12description     Hashed file storage support code.
13long_description        \
14        Support code for reading and manipulating hashed file storage   \
15        (where each file and directory is associated with a             \
16        cryptographic hash, for corruption-resistant storage and fast   \
17        comparisons).                                                   \
18                                                                        \
19        The supported storage formats include darcs hashed pristine,    \
20        a plain filesystem tree and an indexed plain tree (where the    \
21        index maintains hashes of the plain files and directories).
22
23master_sites    http://hackage.haskell.org/packages/archive/hashed-storage/0.5.4/
24
25
26checksums       md5     e182a3fe6f977b0df85641da5df8e4f2 \
27                sha1    28d104d8d05dbc785ae7bce0a1ddc0549e222f74 \
28                rmd160  9446c0e107d8d11856be7f11b6e4976e0da3c413
29
30depends_lib     port:ghc                \
31                port:hs-binary          \
32                port:hs-dataenc         \
33                port:hs-mmap
34
35universal_variant       no
36
37configure.args-append   -v --enable-library-profiling   \
38                        --with-gcc=${configure.cc}
39
40build.args-append     -v