cvs commit: ports/lang/ghc bsd.hackage.mk ports/devel Makefile
ports/devel/hs-hashed-storage Makefile distinfo pkg-descr pkg-plist
Gabor Pali
pgj at FreeBSD.org
Sat May 15 19:06:58 UTC 2010
pgj 2010-05-15 19:06:57 UTC
FreeBSD ports repository
Modified files:
lang/ghc bsd.hackage.mk
devel Makefile
Added files:
devel/hs-hashed-storage Makefile distinfo pkg-descr pkg-plist
Log:
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
Revision Changes Path
1.3925 +1 -0 ports/devel/Makefile
1.1 +33 -0 ports/devel/hs-hashed-storage/Makefile (new)
1.1 +3 -0 ports/devel/hs-hashed-storage/distinfo (new)
1.1 +9 -0 ports/devel/hs-hashed-storage/pkg-descr (new)
1.1 +28 -0 ports/devel/hs-hashed-storage/pkg-plist (new)
1.3 +2 -1 ports/lang/ghc/bsd.hackage.mk
More information about the cvs-all
mailing list