From owner-cvs-all@FreeBSD.ORG Sat May 15 19:06:58 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532E41065670; Sat, 15 May 2010 19:06:58 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 424788FC1B; Sat, 15 May 2010 19:06:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4FJ6vtE044227; Sat, 15 May 2010 19:06:57 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4FJ6vWk044226; Sat, 15 May 2010 19:06:57 GMT (envelope-from pgj) Message-Id: <201005151906.o4FJ6vWk044226@repoman.freebsd.org> From: Gabor Pali Date: Sat, 15 May 2010 19:06:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/devel Makefile ports/devel/hs-hashed-storage Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 19:06:58 -0000 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