From owner-freebsd-ports@FreeBSD.ORG Sun Mar 23 19:53:05 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 20980C4F for ; Sun, 23 Mar 2014 19:53:05 +0000 (UTC) Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7FF5EC9 for ; Sun, 23 Mar 2014 19:53:04 +0000 (UTC) Received: by mail-yh0-f52.google.com with SMTP id c41so4372373yho.39 for ; Sun, 23 Mar 2014 12:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=20+AzRUK7Xi7y8PpfxiXZ0c5MxXYfJamqR2ge1oejHk=; b=VGeKogA8tUZ2CgCMrFpxIvdK7MMTeXho0b2vZhWNfhX3nJmJ12gPY5Cpphmq/j7fRX 0st7RdCnxS3tKfRILmzMyq1ZlqyF/4brxW9mykt21B/nBsCjGFCWCvB82mtDHygQU7kY +GCOW9K/Vb+4vkzTHcEQqf8EDZzzOIEeY55DCw9K77kqfoXREHJpY2Z+DpuPeeHshEpo JSECDY1i4xFkQd2FI8FFlHlCZHK9VkLsU9VdtIwTx7OJuDXk5MSiGJ+f23Da7k1omJ7o QAXcddXZaOTeLqlx8ivUzaQ311nbyiP8RRmv4zZ1075T35Ol2ZunCa9PtbdeUjAtOTrQ xcNA== X-Received: by 10.236.131.19 with SMTP id l19mr60087172yhi.0.1395604384155; Sun, 23 Mar 2014 12:53:04 -0700 (PDT) Received: from [192.168.0.101] ([191.184.129.80]) by mx.google.com with ESMTPSA id u21sm19738545yhb.24.2014.03.23.12.53.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Mar 2014 12:53:03 -0700 (PDT) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <532F3B9C.2090200@freebsd.org> Date: Sun, 23 Mar 2014 16:53:00 -0300 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: [RFC] New port: games/craft - Minecraft clone Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 19:53:05 -0000 Somebody would like to help me to test this port? Craft is a Minecraft clone created by Michael Fogleman and adapted by me to run on FreeBSD. svn co https://svn.redports.org/daniloegea/games/craft/ cd craft make install clean To run the game: craft To run the server: craft-server To connect to server: craft localhost Thanks! Danilo.