Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | LIB_DEPENDS on the new unified xview port. | Steve Price | 1999-05-04 | 1 | -2/+2 |
| | |||||
* | Move manpages from pkg/PLIST to Makefile. | Steve Price | 1998-10-21 | 2 | -2/+3 |
| | |||||
* | Remove regexp support for libxview not that it builds ELF too. | Steve Price | 1998-09-21 | 1 | -2/+2 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | Satoshi Asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | change suffix to .tar.gz, abd make it fetchbale. | Vanilla I. Shu | 1997-12-15 | 2 | -4/+3 |
| | |||||
* | Update the MASTER_SITES. | Masafumi Max NAKANE | 1997-08-24 | 1 | -3/+2 |
| | | | | | | | | PR: 4359 Submitted by: the maintainer While at it, remove unnecessary blank line. Found by: portlint | ||||
* | Put help file in lib/help rather than share/help to follow the other xview | David E. O'Brien | 1997-01-09 | 3 | -4/+4 |
| | | | | | | applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer) | ||||
* | Contool will capture and display system console messages with timestamps. | David E. O'Brien | 1997-01-06 | 12 | -0/+309 |
It is a replacement for the standard X console. Contool will flash its icon and beep when messages are written to the icon, so you can keep it closed on your desktop until a message arrives. You can modify this beeping and flashing behavior; see the man page for more details. You can instruct contool to filter and ignore certain common console messages or act upon them. Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me) Closes PR: ports/2152 |