svn commit: r323691 - head/lang/hiphop-php

Martin Matuska mm at FreeBSD.org
Fri Jul 26 06:27:16 UTC 2013


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 at 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


More information about the svn-ports-all mailing list