web applications.
The URL syntax is similar to what can be found in Ruby on Rails or Python
Routes module and as such, this package can be compared to what they call
a router. Still, Net_URL_Mapper does not perform the dispatching like these
frameworks and therefore can be used with your
own router.
WWW: http://pear.php.net/package/Net_URL_Mapper/
to the long neglected Unix TightVNC Viewer. However, now the front-end GUI and
wrapper scripts features dwarf the Unix TightVNC Viewer patches (see the lists
below).
It adds a GUI for Windows, Mac OS X, and Unix that automatically starts up
STUNNEL SSL tunnel for SSL or SSH connections to x11vnc, and then launches the
TightVNC Viewer to use the tunnel. It also enables SSL encrypted VNC
connections to any other VNC Server running an SSL tunnel, such as STUNNEL, at
their end. It can be used to perform SSH tunnelled connections to any VNC
Server as well. The tool has many additional features (see below for a list).
The short name for this project is "ssvnc" for SSL/SSH VNC Viewer.
WWW: http://www.karlrunge.com/x11vnc/ssvnc.html
Submitted by: Oleksandr Tymoshenko <gonzo@pbxpress.com>
o update libpri to 1.4.0;
PR: 111555
Submitted by: "Phillip N." <pneumann@gmail.com>
o update asterisk12 to 1.2.7.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
The reason it all is going in together is that they are interdependent.
state upon return, therefore if we want to call such functions several
times on different streams we need to wrap each call to va_start/va_end
otherwise it either prints garbage on second and subsequent invocation
or simply crashes the program.
timeoutsocket enables a timeout mechanism on all TCP connections. It
does this by inserting a shim into the socket module. After this module
has been imported, all socket creation goes through this shim. As a
result, every TCP connection will support a timeout.
The beauty of this method is that it immediately and transparently
enables the entire python library to support timeouts on TCP sockets.
WWW: http://www.timo-tasi.org/python/timeoutsocket.py
Author: Timothy O'Malley <timo@alum.mit.edu>
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.