Update to 3.11- Sort in pkg-plist- Moved LIB_DEPENDS to position correct- Take maintainershipPR: ports/139729Submitted by: myselfApproved by: miwi (mentor)
Pass the -y flag to bison to fix $() parsing.Plain "bison -d parse.y" outputs parse.tab.c instead of y.tab.c,so y.tab.c is never regenerated, and the parser fix from patch 001is effectively not applied.PR: 139720Approved by: maintainer timeout (4+2 weeks)
Bellagio is an opensource implementation of the OpenMAX IL API thatruns on Linux PC, including: * A shared library with the IL core and a "reference" OpenMAX component * A number of OpenMAX components which pass Khronos conformance testsIt is
Dulwich is a pure-Python implementation of the Git file formats and protocols.It aims to give an interface to git repos that doesn't call out to git directlybut instead uses pure Python. It is based on the Python-Git module released byJames
The Hg-Git plugin is an extension for Mercurial, adding the ability to push toand pull from a Git server repository from Mercurial. This means you cancollaborate on Git based projects from Mercurial, or use a Git server as acollaboration point