Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 579C97A217 for ; Fri, 5 Feb 2016 21:01:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF6B385EC6; Fri, 5 Feb 2016 21:01:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FC1F85EA8 for ; Fri, 5 Feb 2016 21:01:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 41kAjjLk98to for ; Fri, 5 Feb 2016 21:01:47 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E91CD85E85 for ; Fri, 5 Feb 2016 21:01:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4287FBB7; Fri, 5 Feb 2016 21:01:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 5 Feb 2016 21:01:46 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/filesystems To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20160205210146.E4287FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jmmv Date: Fri Feb 5 21:01:46 UTC 2016 Modified Files: pkgsrc/filesystems: Makefile Added Files: pkgsrc/filesystems/fuse-pcachefs: DESCR Makefile PLIST distinfo Log Message: Add filesystems/fuse-pcachefs: The FUSE-based pCacheFS file system provides a simple caching layer for other filesystems. This makes slow, remote filesystems seem very fast to access. Moreover, the cache does not disappear when you start or stop pCacheFS or if you reboot your computer -- it is persistent. pCacheFS is designed for caching large amounts of data on remote filesystems that don't change very much, such as movie or music libraries. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/filesystems/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/fuse-pcachefs/DESCR \ pkgsrc/filesystems/fuse-pcachefs/Makefile \ pkgsrc/filesystems/fuse-pcachefs/PLIST \ pkgsrc/filesystems/fuse-pcachefs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.