Ports 搜索

共有2,042项符合/x11-drivers/的查询结果,以下是第861870项(搜索用时0.254秒)
www/Horde_Service_Weather-2.0.1 (Score: 0.014057315)
Horde Weather Provider
Set of Horde classes that provide an abstraction to various online weather service providers. Includes drivers for WeatherUnderground, WorldWeatherOnline and Google Weather.
games/wmquake-1.1 (Score: 0.014032759)
Id Software's Quake I in a 64x64 WM dockapp window
Just what you always wanted. Hardcore Quake fanatics can now enjoy their favorite game in a 64x64 window!
x11/lsw-0.3 (Score: 0.014032759)
Lists the titles of all running X windows to stdout, similar to ls(1)
LSW Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration.
games/xlaby-2.0.1 (Score: 0.014000984)
Daemonic X Labyrinth played directly with the mouse pointer
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.
lang/fasm-1.71.39 (Score: 0.014000984)
Flat, multiple-pass assembler for IA-32 & x86-64 architectures
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.
www/URL-Encode-0.03 (Score: 0.014000984)
Encoding and decoding of application/x-www-form-urlencoded encoding
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.
comms/lirc-0.9.0 (Score: 0.013814291)
Linux Infrared Remote Control
LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls. The most important part of LIRC is the lircd daemon that will decode IR signals received by the device drivers and provide the information on a socket. It will also accept commands for IR signals to be sent if the hardware supports this. The second daemon program called lircmd will connect to lircd and translate the decoded IR signals to mouse movements. You can e.g. configure X to use your remote control as an input device. The user space applications will allow you to control your computer with your remote control. You can send X events to applications, start programs and much more on just one button press. The possible applications are obvious: Infra-red mouse, remote control for your TV tuner card or CD-ROM, shutdown by remote, program your VCR and/or satellite tuner with your computer, etc.
audio/extace-1.9.9 (Score: 0.01381042)
Audio visualization plugin for the X Window System
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!
deskutils/autocutsel-0.10.0 (Score: 0.01381042)
Synchronizes the two copy/paste buffers used by X applications
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 &
devel/libdisasm-0.23 (Score: 0.01381042)
Bastard Disassembly Environment x86 disassembler library and CLI
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.