Date: Sat, 15 May 2010 19:06:57 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/devel Makefile ports/devel/hs-hashed-storage Makefile distinfo pkg-descr pkg-plist Message-ID: <201005151906.o4FJ6vWk044226@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005151906.o4FJ6vWk044226>