that works in all modern browsers.
WWW: http://www.mathjax.org
Buildlog: http://goo.gl/Gnr3v
PR: ports/153195
Submitted by: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
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.
WWW: https://github.com/facebook/hiphop-php/wiki
Is a classic snake game in which you attempt to eat all the pain in the world,
bravely accepting the inevitable consequences for your waistline. mop(e)snake
features an innovative single-finger control method, as well as the normal
four-directional control system familiar to fans of snake. The game doesn't
feature any of the extra features, bonuses, wrap-around levels and other
featuritis that ruins most versions of snake.
WWW: http://mopesnake.sourceforge.net/
PR: ports/167974
Submitted by: nemysis@gmx.ch
- Remove LICENSE_FILE
Changes:
1.3: (2012-07-13)
- Implement markdown rendering
- GitAuthor.date is now a datetime, thank you bilderbuchi
- Fix documentation of Github.get_gist: id is a string, not an integer
1.2: (2012-06-29)
- Implement legacy search APIs, thank you kukuts for telling me Github had
released them
- Fix a bug with issue labels containing spaces, thank you philipkimmey for
detecting the bug and fixing it
- Clarify how collections of objects are returned by get_* methods, thank you
bilderbuchi for asking
PR: ports/169848
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
- Add missing PTHREAD_LIBS [1]
- Simplify Makefile:
- Remove HDF-5 1.6.x support (science/hdf5)
- Remove NetCDF 3.x support (science/netcdf)
- Remove Xerces-C++ 2.x support (textproc/xerces-c2*)
- Convert to new options framework
- Alter OPTIONS:
- Remove HDF4
- Turn TIFF on by default which introduces graphics/tiff as dependency
In fact, tiff is already a package dependency (brought by libgeotiff)
- Pet portlint
- Bump PORTREVISION for dependency change
Reported by: swills [1]