Ports 搜索

共有1,952项符合/x11-clocks/的查询结果,以下是第331340项(搜索用时0.029秒)
x11-clocks/abclock-1.0d (Score: 0.031232286)
Clock for X that displays hours and minutes in an analog fashion
Analogue Bitmap Clock displays the current time with hours and minutes in an analogue fashion but unlike the traditional clock; unlike ordinary analogue clocks, this design is clear even in very small bitmaps.
print/ghostscript-9.06 (Score: 0.030648677)
Ghostscript 9.x PostScript interpreter, X11 support
This package installs X11 support library which adds the following devices to the installed Ghostscript: x11, x11alpha. x11cmyk, x11mono, x11_, x11alt_, x11cmyk2, x11cmyk4, x11cmyk8, x11rg16x, x11rg32x, x11gray2, and x11gray4. http://www.ghostscript.com/
print/ghostscript-7.07 (Score: 0.030500658)
Ghostscript 7.x PostScript interpreter, X11 support
This package installs X11 support library which adds the following devices to the installed Ghostscript: x11, x11alpha, x11cmyk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2, x11gray4, and x11mono.
print/ghostscript-8.71 (Score: 0.030500658)
Ghostscript 8.x PostScript interpreter, X11 support
This package installs X11 support library which adds the following devices to the installed Ghostscript: x11, x11alpha, x11cmyk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2, x11gray4, and x11mono. http://www.ghostscript.com/
x11/xcb-util-cursor-0.1.2 (Score: 0.030200068)
XCB cursor library
The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. The util-cursor module implements the XCB cursor library, which is th XCB replacement for libXcursor.
x11/libxshmfence-1.2 (Score: 0.030151272)
Shared memory 'SyncFence' synchronization primitive
This library offers a CPU-based synchronization primitive compatible with the X SyncFence objects that can be shared between processes using file descriptor passing.
emulators/quasi88-0.6.4 (Score: 0.02961397)
PC-8801 emulator for X
PC-8801 emulator for X.
graphics/dri-11.2.2 (Score: 0.02936649)
OpenGL hardware acceleration drivers for the DRI
This package contains the current stable release of the client drivers for the DRI. With an X Server configured for the DRI they allow direct rendering of hardware-accelerated OpenGL.
graphics/freeglut-3.0.0 (Score: 0.027796922)
open source implementation of the GLUT library
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable. GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions. freeglut is released under the X-Consortium license.
graphics/waffle-1.5.2 (Score: 0.027796922)
Library that allows to defer selection of an OpenGL API until runtime
Waffle is a cross-platform C library that allows one to defer selection of an OpenGL API and window system until runtime. For example, on Linux, Waffle enables an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with OpenGL ES2, and other window system / API combinations. Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite, to test multiple OpenGL flavors in a cross-platform way. However, Waffle's design does not preclude it from being useful to other projects.