# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup hashed-storage 0.5.10 revision 1 checksums rmd160 c1ec485b5a8aa08f749953a71afa0ac31a42b345 \ sha256 05824a4cedd2be03444fd0bc664f5c94f6edc50005f1a8f99657150fa6cdedcc maintainers gwright platforms darwin license BSD description Hashed file storage support code. long_description \ Support code for reading and manipulating hashed file storage \ (where each file and directory is associated with a \ cryptographic hash, for corruption-resistant storage and fast \ comparisons). \ \ The supported storage formats include darcs hashed pristine, \ a plain filesystem tree and an indexed plain tree (where the \ index maintains hashes of the plain files and directories). depends_lib-append port:hs-binary \ port:hs-dataenc \ port:hs-extensible-exceptions \ port:hs-mmap \ port:hs-mtl \ port:hs-zlib