From owner-svn-ports-all@FreeBSD.ORG Fri Jul 26 06:27:16 2013 Return-Path: Delivered-To: svn-ports-all@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 52C866BC; Fri, 26 Jul 2013 06:27:16 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26DB72734; Fri, 26 Jul 2013 06:27:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6Q6RGm7010231; Fri, 26 Jul 2013 06:27:16 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6Q6RFWm010229; Fri, 26 Jul 2013 06:27:15 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201307260627.r6Q6RFWm010229@svn.freebsd.org> From: Martin Matuska Date: Fri, 26 Jul 2013 06:27:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323691 - head/lang/hiphop-php X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 06:27:16 -0000 Author: mm Date: Fri Jul 26 06:27:15 2013 New Revision: 323691 URL: http://svnweb.freebsd.org/changeset/ports/323691 Log: Update comment and pkg-descr to track changes in the project Modified: head/lang/hiphop-php/Makefile head/lang/hiphop-php/pkg-descr Modified: head/lang/hiphop-php/Makefile ============================================================================== --- head/lang/hiphop-php/Makefile Fri Jul 26 06:24:12 2013 (r323690) +++ head/lang/hiphop-php/Makefile Fri Jul 26 06:27:15 2013 (r323691) @@ -3,7 +3,7 @@ PORTNAME= hiphop-php PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/archive/:main \ http://unicode.org/Public/UNIDATA/:unidata \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://cpp.in/dev/ MAINTAINER= mm@FreeBSD.org -COMMENT= Hiphop PHP to C++ code transformer +COMMENT= HipHop Virtual Machine for PHP LICENSE= PHP301 ZEND200 UNICODE LICENSE_COMB= multi @@ -62,7 +62,7 @@ BUILD_DEPENDS+= bison:${PORTSDIR}/devel/ ${LOCALBASE}/${_EXTDIR}/lib/libcurl.a:${PORTSDIR}/ftp/curl-hiphop \ ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf -WRKSRC= ${WRKDIR}/${PORTNAME}-HPHP-${PORTVERSION} +WRKSRC= ${WRKDIR}/hiphop-php-HPHP-${PORTVERSION} GNU_CONFIGURE= yes USES= cmake gettext Modified: head/lang/hiphop-php/pkg-descr ============================================================================== --- head/lang/hiphop-php/pkg-descr Fri Jul 26 06:24:12 2013 (r323690) +++ head/lang/hiphop-php/pkg-descr Fri Jul 26 06:27:15 2013 (r323691) @@ -1,15 +1,10 @@ -From the HipHop Homepage: +HipHop VM (HHVM) is a new open-source virtual machine designed for executing +programs written in PHP. HHVM uses a just-in-time compilation approach to +achieve superior performance while maintaining the flexibility that PHP +developers are accustomed to. HipHop VM (and before it HPHPc) has realized +a > 5x increase in throughput for Facebook compared with Zend PHP 5.2. -HipHop transforms your PHP source code into highly optimized C++ and then -compiles it with g++ to build binary files. You keep coding in simpler PHP, -then HipHop executes your source code in a semantically equivalent manner and -sacrifices some rarely used features - such as eval() - in exchange for -improved performance. - -HipHop was developed by Facebook and was released as open source in early 2010. - -Facebook sees about a 50% reduction in CPU usage when serving equal amounts -of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve -twice the traffic using 30% less CPU. +HipHop VM is most commonly run as a standalone server, replacing both Apache +and mod_php. WWW: https://github.com/facebook/hiphop-php/wiki