Ports Search

Results 541550 of 1,958 for /x11-wm/.(0.063 seconds)
x11/xtoolwait-1.3 (Score: 0.020374287)
Tool startup utility for X11
This utility notably decreases the startup time of your X sessions, provided that you start a number of X clients automatically during the X session startup. Most people, for instance, start X clients like xterm, xclock, xconsole and xosview from their .xinitrc, .openwin-init, .xtoolplaces or .xsession file. These X clients are started simultaneously (in the background) which puts a high load on the X server and the OS: * The X server is not multi-threaded, so all X clients are competing to get access to the X server and to use its resources, which causes a lot of overhead (= delay). * The performance of other (non X related) tasks served by the system degrades badly due to the high load. If the system has not enough RAM to hold all the X clients, it is swapping heavily, resulting again in a lot of delay. On the Sun platform there is a utility called 'toolwait' which solves these problems: it starts one X client in the background, waits until it has mapped a window and then exits. Xtoolwait is a free implementation of exactly the same idea.
deskutils/gaddr-1.1.4 (Score: 0.020208366)
GTK 1.x address book
gaddr is a nice simple little address book written using the GTK+ widget set. It holds addresses and any other information you want to know about a person. It basically acts like a pile of alphabetized 3x5 cards on which you can write whatever your little heart desires.
games/xboing-2.4 (Score: 0.020208366)
X11 arcade game
XBoing is a blockout type game where you have a paddle which you use to bounce a ball around the game area blowing up blocks with the ball. You win by obtaining points for each block destroyed and each level completed. The person with the highest score wins. LICENSE: X11
games/xfireworks-1.4 (Score: 0.020208366)
Fireworks on X
XFireworks makes fireworks in the root window on X. This is imitation of Japanese "Hanabi Taikai". It is very popular event in Japanese summer and performed on some rivers. Sumidagawa River's Hanabi Taikai is very popular. The author has seen Arakawa River's Hanabi Taikai every year. See xfireworks(1) for more details.
games/xeyes+-2.02 (Score: 0.020080287)
Horrible eyes looking at your mouse cursor
Xeyes+, horrible eyes looking at your mouse cursor. Usage: xeyes+ [-root] [-wm] [-speed n] [-smooth] [-display <display>] -root Draw on the root window directly. -wm Not allow window managers to redirect -speed How fast the eyes move from 1 to 100 in 10 micro seconds. -smooth Eyes move more smooth.
devel/git-codereview-0.0.0.2016030201 (Score: 0.019766178)
Command-line tool for working with Gerrit
The git-codereview tool is a command-line tool for working with Gerrit.
devel/pasm-0.84 (Score: 0.019766178)
TI PRU Assembler
TI PRU Assembler. For use with Texas Instruments Programmable Realtime Units. These materials are intended for do-it-yourself (DIY) users who want to use the PRU at their own risk without TI support. "Community" support is offered at BeagleBoard.org/discuss.
textproc/java2html-0.9.2 (Score: 0.019766178)
Java sources to HTML converter
Java2html is a syntax highlighter for Java and C++ source code that produces a highlighted html file as output. Java2html offers the following features: - support for Java and C++ - fast (single pass conversion using flex) - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags and properly escapes non-ascii characters - easy integration with webservers - browse your sources colourized - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included
textproc/c2html-0.9.6 (Score: 0.019766178)
C-language sources to HTML converter
C2html is a syntax highlighter for C source code that produces a highlighted html file as output. C2html offers the following features: - fast (single pass conversion using flex) - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags and properly escapes non-ascii characters - easy integration with webservers - browse your sources colourized! - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included Please use the java2html port for converting C++ sources!
textproc/perl2html-0.9.2 (Score: 0.019766178)
Perl sources to HTML converter
Perl2html is a syntax highlighter for Perl source code that produces a highlighted html file as output. Perl2html offers the following features: - fast (single pass conversion using flex) - doesn't change formatting - only adds <FONT COLOR=#XXXX> tags and properly escapes non-ascii characters - easy integration with webservers - browse your sources colourized - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included