CYR-RFX started as a collection of cyrillic fonts for X-Window
("CYR-RFX" stands for "CYRillic Raster Fonts for X"). Now it includes
several cyrillic encodings and two latin ones (both with Euro sign).
These fonts are modified (mainly with cyrillics added) versions of
standard X-Window fonts from misc/ and 75dpi/.
The fonts included are all *iso8859-1 from misc/, and most important
75dpi/ ones: lu (LucidaSans), lut (LucidaSansTypewriter), tim (Times),
helv (Helvetica) and cour (Courier).
Unlike the standard CYR-RFX' hierarchical install, this port installs
all fonts for the same encoding into a single directory, with combined
fonts.aliases and the new fonts.dir. The default encoding is KOI8-O --
seemingly the most complete of the Cyrillic encodings, compatible (for
most intents and purposes) with KOI8-R and KOI8-U.
Just what you always wanted. Hardcore Quake fanatics can
now enjoy their favorite game in a 64x64 window!
LSW
Lists the titles of all running X windows to stdout, similar to ls(1).
Might be useful for script integration.
iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
is compatible with the ODBC 2.x and 3.x specifications. It performs the
standard tasks of a driver manager, i.e. driver loading, parameter and
function sequence checking, driver function invocation, etc.
Applications linked with the iODBC driver manager will be able - through ODBC
function calls - to access simultaneously different types of data sources
within one process through suitable ODBC drivers.
iODBC is freely redistributable under either the GNU Library General Public
Licence (LGPL) or the BSD licence.
X Labyrinth is a labyrinth game under X11 that is played
directly with the mouse pointer: the walls block the pointer's
movement on the screen.
The goal of the game is to retrieve the four colored squares:
to retrieve a square, it is sufficient to move the pointer over
it, and it will disappear. However, to make things more
infuriating, the squares have to be taken in the following
order: red, yellow, green and blue. When the blue square is
obtained, the game is won.
The flat assembler is a fast and efficient self-assembling 80x86
assembler for DOS, Windows and Linux operating systems. Currently it
supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3
and 3DNow! extensions and x86-64 (both AMD64 and EM64T) instructions,
can produce output in binary, MZ, PE, COFF or ELF format. It includes
the powerful but easy to use macroinstruction support and does multiple
passes to optimize the instruction codes for size. The flat assembler
is self-compilable and the full source code is included.
encode and decode strings into and from application/x-www-form-urlencoded
The application/x-www-form-urlencoded format encodes a ordered data sets of
pairs consisting of a name and a value, with pairs separated by ampersand or
semicolon and names and values separated by the equal sign. Space characters
are replaced with plus sign and any characters not in the unreserved character
set is encoded using the percent-encoding scheme also used for resource
identifiers.
A percent-encoded octet is encoded as a character triplet, consisting of the
percent character "%" followed by the two hexadecimal digits representing that
octet's numeric value.
eXtace is a Audio Visualization plugin for the X-Window System. It connects to
ESD (Enlightened Sound Daemon) and displays the audio data as either a 3D
textured landscape, 3d pointed landscape, 16-256 channel graphic EQ, a
multi-mode Oscilloscope, or a Spectragram. All modes are fully scalable to
nearly ANY resolution!
Autocutsel synchronizes the two copy/paste buffers mainly used by X
applications. It unifies "clipboards" between VNC servers and Windows.
The 'cutsel' binary performs the synchronization whenever it is run.
The 'autocutsel' binary performs the synchronization continuously. I
suggest running it from ~/.vnc/xstartup by adding a line like this at
the top:
exec autocutsel &
The libdisasm library provides basic disassembly of Intel x86
instructions from a binary stream. The intent is to provide an easy to
use disassembler which can be called from any application; the
disassembly can be produced in AT&T syntax and Intel syntax, as well as
in an intermediate format which includes detailed instruction and
operand type information.