Revision: 70394 http://trac.macports.org/changeset/70394 Author: gwright@macports.org Date: 2010-08-08 00:20:50 -0700 (Sun, 08 Aug 2010) Log Message: ----------- New port: haskell hashed storage library, version 0.4.x to support current version of darcs (2.4.1). Added Paths: ----------- trunk/dports/devel/hs-hashed-storage-04/ trunk/dports/devel/hs-hashed-storage-04/Portfile Added: trunk/dports/devel/hs-hashed-storage-04/Portfile =================================================================== --- trunk/dports/devel/hs-hashed-storage-04/Portfile (rev 0) +++ trunk/dports/devel/hs-hashed-storage-04/Portfile 2010-08-08 07:20:50 UTC (rev 70394) @@ -0,0 +1,40 @@ +# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $ + +PortSystem 1.0 + +PortGroup haskell 1.0 +haskell.setup hashed-storage-04 0.4.11 +set canonicalname hashed-storage +maintainers gwright +platforms darwin + +description Hashed file storage support, version 0.4.11 for darcs 2.4.1. +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). + +distname ${canonicalname}-${version} +master_sites http://hackage.haskell.org/packages/archive/${canonicalname}/${version} + +checksums md5 43355f71bf8d5abea395e2b0f06385b2 \ + sha1 a1e6154aa5600393d279ec901378e1a1ddb97a0a \ + rmd160 ee98487c9dc464d7efa9872912dba0c794bde77e + +depends_lib port:ghc \ + port:hs-binary \ + port:hs-dataenc \ + port:hs-mmap-04 \ + port:hs-zlib + +universal_variant no + +configure.args-append -v --enable-library-profiling \ + --with-gcc=${configure.cc} + +build.args-append -v