# $Id: Portfile 71009 2010-08-29 22:03:08Z 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
