From owner-freebsd-ports@FreeBSD.ORG Mon Jun 30 18:21:49 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E96DF23 for ; Mon, 30 Jun 2014 18:21:49 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD2AC2551 for ; Mon, 30 Jun 2014 18:21:48 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id s7so6189004lbd.16 for ; Mon, 30 Jun 2014 11:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=h1qU+m/9YEdyPDa7YDMOyHmJQ53E6XjhEeav6azeWYk=; b=XwGmbIIbt9hksP+7X94jWHlExkXgn3SncYFYb1sYfh7q7yJXfwQP81DZuD4dNMmgcK jz+6Q12EsWdL1rSS4MzoNmqwcNkYIOB43c5XO9xM0Yaqt8Fr4C+TWnDLZdA0madx04qd UBfMhJEKxht0rK3zMWIthB/DSwjvwCGCdv4SLPTJhpf+CKIszpNOsjtQ7BN2VLwM5mVO dGYts1Qg5NWJoJaZ9V50gHeexyQbwoivLxw54OzwfV7Vzyv+N8eV/fBov60C6Gp7OZzk Zz9eBkYnZN2jjGIDxN55/eL+1FEnBvHt6xKrdHnwb2vCcWxG1BvcevApex14JaltKF9M hFJA== X-Received: by 10.112.12.103 with SMTP id x7mr29605452lbb.36.1404152506514; Mon, 30 Jun 2014 11:21:46 -0700 (PDT) Received: from localhost (93-77-155-216-ptr.volia-lviv.com. [93.77.155.216]) by mx.google.com with ESMTPSA id w7sm9107352laj.9.2014.06.30.11.21.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jun 2014 11:21:45 -0700 (PDT) Sender: Mikolaj Golub Date: Mon, 30 Jun 2014 21:21:42 +0300 From: Mikolaj Golub To: freebsd-ports@freebsd.org Subject: Porting LeoFS Message-ID: <20140630182141.GA91038@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 18:21:49 -0000 Hi, Here[1] is my attempt to port LeoFS[2] -- a scalable, fault-tolerant, S3-API compatible object storage system. I am planning to commit it to the port tree eventually. Any comments, suggestions for improvement, testing are highly appreciated. 1. http://people.freebsd.org/~trociny/ports/leofs.ports.1.diff 2. http://leo-project.net/leofs/index.html -- Mikolaj Golub