Ports Search

Results 3,0313,040 of 5,161 for /ports-mgmt/.(0.005 seconds)
misc/dtach-0.9 (Score: 0.006224396)
Emulates the detach feature of screen
dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.
misc/dvorak7min-1.6.1 (Score: 0.006224396)
Ncurses-based Dvorak typing tutor
Dvorak7min is an ncurses based dvorak typing tutor for those of you trying to get fluent in this keyboard layout. It features well chosen lessons, color for easy visual feedback, and a real time characters per second display. It's called 7min because it originally was a personal hack written in 7 min.
misc/dvorakng-0.5.0 (Score: 0.006224396)
Dvorak typing tutor
DvorakNG is a Dvorak typing tutor. It's heavily based on Dvorak7min, but adds many improvements like a progress information database.
misc/bottlerocket-0.04c (Score: 0.006224396)
Home Automation Software for the X10 FireCracker kit
What is BottleRocket? BottleRocket is a command-line interface for Unix systems to use the FireCracker kit. It is easy to use, has all of the major (non-gui) functionality of the Windows interface, is easy to call from scripts and the backend code is made to be easily linked into other programs. What is the X10 FireCracker kit? The X10 Firecracker kit is a simple wireless home automation system, consisting of a lamp module, an appliance module/radio receiver, a hand held wireless transmitter and a wireless transmitter that plugs into a standard RS-232 serial port. Using either the handheld transmitter or the serial port transmitter, a user can turn on or off any of up to 256 appliances, and brighten/dim any of those that happen to be lamps and plugged into the special lamp modules. Each appliance to be controlled must be plugged into its own module, and each module is set (by turning dials on the front) to a unique address by which it is identified.
misc/buffer-1.19 (Score: 0.006224396)
Buffer sporadic I/O for faster tape and pipe throughput
This is a program designed initially to speed up writing tapes on remote tape drives, but may be used as a general pipe buffering utility. Note: You must have SYSVSHM support in FreeBSD kernel. The program splits itself into two processes. The first process reads (and reblocks) from stdin into a shared memory buffer. The second writes from the shared memory buffer to stdout. Doing it this way means that the writing side effectly sits in a tight write loop and doesn't have to wait for input. Similarly for the input side. It is this waiting that slows down other reblocking processes, like dd.
misc/clpbar-1.11.1 (Score: 0.006224396)
Command Line Progress Bar
Bar is a simple tool to copy a stream of data and print a display for the user on stderr showing (a) the ammount of data passed, (b) the throughput of the data transfer, and (c) the transfer time, or, if the total size of the data stream is known, the estimated time remaining, what percentage of the data transfer has been completed, and a progress bar.
misc/explosions-0.2005.07.31 (Score: 0.006224396)
3D objects flying around resembling explosions with various effects
This is a simplified 3D world with alpha-blended objects that look kind of like fireworks or sparks. It also has a number of effects built in, such as fading, blurring, fire ("heat"), and zooming. It serves no purpose except to look pretty. The source-code is also well-documented, so someone might find it useful in learning SDL routines.
misc/figlet-fonts-20121202 (Score: 0.006224396)
Assorted fonts for the figlet(6) program
This port installs additional fonts for the figlet(6) program. Most of these are better suited for demonstrating the level of boredom somebody reached rather than regular use.
misc/freeguide-0.11.1 (Score: 0.006224396)
Interactive TV guide which will create personalized TV listings
FreeGuide is a TV guide program. It uses parser programs to extract TV information from web pages and stores them for viewing without the need to connect to the Internet. The viewer allows the user to view television listings and create customised TV guides by selecting programmes and by building up a favourites list. It works with listings for many countries.
misc/detachtty-9 (Score: 0.006224396)
Run interactive programs non-interactively
detachtty is a Unix utility that lets you run interactive programs non-interactively, and connect to them over the network when you do need to interact with them. It's intended for use with long-running server processes running in Common Lisp implementations.