Screen is a full-screen window manager that multiplexes a physical terminal
between several processes (typically interactive shells).
Each virtual terminal provides the functions of a DEC VT100 terminal and, in
addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO
2022 standards (e.g. insert/delete line and support for multiple character
sets). There is a scrollback history buffer for each virtual terminal and a
copy-and-paste mechanism that allows moving text regions between windows.
This is a keyboard for input of the complex Biblical Hebrew (including
cantillation marks) with Unicode fonts. It is written in Keyman keyboard
language and developed by SIL Non-Roman Script Initiative (NRSI).
This port installs the keyboard so that it can be used through SCIM or
IBus KMFL IMEngine (textproc/scim-kmfl-imengine, textproc/ibus-kmfl).
The keyboard is provided under the terms of MIT/X11 License.
http://scripts.sil.org/SILHebrUni_Documentation
This library provides an engine to interpret compiled KMFL keyboard
tables (textproc/kmflcomp) written in Keyman keyboard language.
The current implementation of KMFL uses either the IBus framework (via
textproc/ibus-kmfl) or the older SCIM framework (via
textproc/scim-kmfl-imengine) to handle the input method interface to X.
KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
The XSL Cache extension is a modification of PHP's standard XSL extension
that caches the parsed XSL stylesheet representation between sessions for
2.5x boost in performance for sites that repeatedly apply the same
transform.
Although there is still some further work that could be done on
the extension, this code is already proving beneficial in production use for
a few applications on the New York Times' website.
OpenVanilla (OV) is an input method (IM)/output filter (OF) framework
designed for better end-user text processing experiences. For example,
OpenVanilla provides a comprehensive set of Traditional Chinese input
methods that are lacking or of which counterparts are functionally
deficient/unsatisfactory in Apple's Mac OS X. Many Simplified Chinese
users also find this framework useful. A Tibetan IM module is also
available.
OpenVanilla framework is a set of header files for OpenVanilla module
development.
Mathopd is a very small, yet very fast HTTP server for UN*X systems.
Mathopd is designed specifically to handle a large number of connections
with minimal fuss. It contains no unnecessary add-ons, but it does the
trick for most things.
Mathopd does not allocate any memory, once it has started up, and
does not fork any processes (except for CGI scripts of course.)
Every HTTP::Exception is a Exception::Class - Class. So the same
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.
HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.
[ excerpt from developer's web site with modifications ]
Complete iconset with around 600 original icons. It can be used
as individual icons for X desktops, or as a complete iconset for
KDE 3.0-3.1 or above (new KDE features will not be iconized at this
moment).
Please, read the 'readme' text file for more info.
This iconset is under LGPL. Read the 'lesser.txt' text file about
the license.
The Fast Light ToolKit ("FLTK", pronounced "fulltick") is a LGPL'd C++
graphical user interface for X11.
FLTK provides modern GUI functionality without the bloat and supports
3D graphics via OpenGL and its built-in GLUT emulation.
FLTK is designed to be small and modular enough to be statically linked,
but works fine as a shared library. FLTK also includes an excellent UI
builder called FLUID that can be used to create applications in minutes.
This is Tk version 8.6, a GUI toolkit for Tcl.
Tk is a graphical user interface toolkit that takes developing desktop
applications to a higher level than conventional approaches. Tk is the
standard GUI not only for Tcl, but for many other dynamic languages, and can
produce rich, native applications that run unchanged across Windows, Mac OS X,
Linux and more.
A full set of manual pages is also provided with this port.