diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-16 03:06:57 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-16 03:06:57 +0800 |
commit | 7c0f8bd7ce96414bb1ef463f88091a101b5d44e0 (patch) | |
tree | 18514e7fd692067833fd3c3b28a8f4fd481d721e /lang | |
parent | 431998dc47d771344a1a078cb5d021e9ce812fc1 (diff) | |
download | freebsd-ports-graphics-7c0f8bd7ce96414bb1ef463f88091a101b5d44e0.tar.gz freebsd-ports-graphics-7c0f8bd7ce96414bb1ef463f88091a101b5d44e0.tar.zst freebsd-ports-graphics-7c0f8bd7ce96414bb1ef463f88091a101b5d44e0.zip |
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).
WWW: http://hackage.haskell.org/package/hashed-storage
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index a931b3603d6..c8472492e87 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -45,6 +45,7 @@ GLURaw_port= x11-toolkits/hs-GLURaw-ghc GLUT_port= x11-toolkits/hs-glut-ghc haddock_port= devel/hs-haddock # executable happy_port= devel/hs-happy # executable +hashed-storage_port= devel/hs-hashed-storage haskeline_port= devel/hs-haskeline haskell-src-exts_port= devel/hs-haskell-src-exts HaXml_port= textproc/hs-haxml # executable |