From owner-freebsd-ports@FreeBSD.ORG Sat Sep 21 02:40:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4ECA75D for ; Sat, 21 Sep 2013 02:40:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACAC32115 for ; Sat, 21 Sep 2013 02:40:49 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rr4so1070657pbb.6 for ; Fri, 20 Sep 2013 19:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=oZP+B9wejkOpj9/50rj3OmUfDXdm5TJqNH0/m/vtu7Q=; b=GyE0w+q9IaBit7x/LR1l0QqaA1zT+nI+nN02rfVDcIY/tPjnQl7McBxLwlddvRVZA2 oX1G9PV/x9MVNMChbqg27vVwPOIopMHUy+YVKTaqZhqjtaleFdONA2ur0tbFac753BV9 cfiBKW7Q5x3t3muZaIwSvyWlfvHUV7KXGj7QtWnkMB6bx3NUFdKV9QMITAR/7MaPBJfI xftET2Jlu6cuGb4ZO8NapkXGCSCOEEp59cymtPC9ysFpPGzsm+I2aMWOzFM2DoJ36xUx EptRJEnhk+F0kZ+wWVd6orO2SBflrq+f3TWjD/Drv10l606yPhR9OA5u6xbre8MJ0Vbb vShA== X-Received: by 10.66.19.137 with SMTP id f9mr12206175pae.138.1379731249249; Fri, 20 Sep 2013 19:40:49 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id uw6sm18840542pbc.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Sep 2013 19:40:48 -0700 (PDT) Message-ID: <523D0727.3070601@FreeBSD.org> Date: Sat, 21 Sep 2013 12:40:39 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Big Lebowski , freebsd-ports Subject: Re: Help in testing Basho Riak port References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 02:40:49 -0000 On 21/09/2013 3:57 AM, Big Lebowski wrote: > Hi list! > > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I think it is ready to be presented: > https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz > > Please, grab the port and test it on anything you can, break it in any way > possible, and comment on anything you see that's been done wrong - I am > open to any suggestion on how to make it worthy candidate for send-pr with > port submission. > > Any help will be highly appreciated and will motivate me to port more cool > software to FreeBSD! ;) > > Kind regards, > S. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hi S. I've replied to you off-list with an attached tarball for my WIP Riak port that I've been working on for a while. Hope it helps :) -- koobs