From owner-freebsd-ports@freebsd.org Wed Oct 26 12:28:48 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A98FC2224B for ; Wed, 26 Oct 2016 12:28:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3A533B19 for ; Wed, 26 Oct 2016 12:28:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 36D57C2224A; Wed, 26 Oct 2016 12:28:48 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36833C22249 for ; Wed, 26 Oct 2016 12:28:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D19B18 for ; Wed, 26 Oct 2016 12:28:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id C84E31AAF01A; Wed, 26 Oct 2016 14:28:45 +0200 (CEST) To: ports@freebsd.org Cc: Franco Fichtner From: Torsten Zuehlsdorff Subject: WIP: lang/php71 Message-ID: <649d4fb3-4c40-cae4-867d-bbd3637e6ae4@FreeBSD.org> Date: Wed, 26 Oct 2016 14:28:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 12:28:48 -0000 Aloha, PHP 7.1 RC5 was released and it will hopefully not too far until the full release. Therefore i started some work on the new port. Sadly i haven't had much time in the last, so its not too much. Currently i just added lang/php71, pet portlint a little and test a little of the basics. Of course all 60+ extensions are missing, but i centered my affords at the core. It should be relatively easy to add them. If you want to test or participate you can use my ports-tree copy from GitLab: $ git clone https://github.com/t-zuehlsdorff/freebsd-ports $ git checkout php71 Feel free to add what you want and do a pull request! Greetings, Torsten