# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	hashed-storage 0.4.7
maintainers	gwright
platforms	darwin

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). 

checksums	md5     357688675e348eee8c3c60058635f907 \
		sha1    dc732b95ea3f454d870544012093fd203dd214fd \
		rmd160  07d11934511f0cb2731faea7f3158067377e4c96

depends_lib	port:ghc		\
		port:hs-binary		\
		port:hs-dataenc		\
		port:hs-mmap

universal_variant	no

configure.args-append	-v --enable-library-profiling	\
			--with-gcc=${configure.cc}

build.args-append     -v
