Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release maintainership. I no longer use openlook. | nsayer | 2000-12-09 | 1 | -1/+1 |
| | |||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Move distfile to MASTER_SITE_LOCAL/nsayer | nsayer | 2000-08-08 | 1 | -1/+2 |
| | |||||
* | Corrrect whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-22 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variable | cpiazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | LIB_DEPENDS on the new unified xview port. | steve | 1999-05-04 | 1 | -2/+2 |
| | |||||
* | Move manpages from pkg/PLIST to Makefile. | steve | 1998-10-21 | 1 | -1/+3 |
| | |||||
* | Remove regexp support for libxview not that it builds ELF too. | steve | 1998-09-21 | 1 | -2/+2 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | change suffix to .tar.gz, abd make it fetchbale. | vanilla | 1997-12-15 | 1 | -3/+2 |
| | |||||
* | Update the MASTER_SITES. | max | 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 | obrien | 1997-01-09 | 1 | -2/+2 |
| | | | | | | 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. | obrien | 1997-01-06 | 1 | -0/+29 |
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 |