summaryrefslogtreecommitdiff
path: root/sysutils/contool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Release maintainership. I no longer use openlook.Nick Sayer2000-12-091-1/+1
| | | | Notes: svn path=/head/; revision=35791
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Move distfile to MASTER_SITE_LOCAL/nsayerNick Sayer2000-08-081-1/+2
| | | | Notes: svn path=/head/; revision=31426
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* LIB_DEPENDS on the new unified xview port.Steve Price1999-05-041-2/+2
| | | | Notes: svn path=/head/; revision=18484
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-212-2/+3
| | | | Notes: svn path=/head/; revision=14135
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13294
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* change suffix to .tar.gz, abd make it fetchbale.Vanilla I. Shu1997-12-152-4/+3
| | | | Notes: svn path=/head/; revision=9081
* Update the MASTER_SITES.Masafumi Max NAKANE1997-08-241-3/+2
| | | | | | | | | | | PR: 4359 Submitted by: the maintainer While at it, remove unnecessary blank line. Found by: portlint Notes: svn path=/head/; revision=7671
* Put help file in lib/help rather than share/help to follow the other xviewDavid E. O'Brien1997-01-093-4/+4
| | | | | | | | | applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer) Notes: svn path=/head/; revision=5270
* Contool will capture and display system console messages with timestamps.David E. O'Brien1997-01-0612-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 Notes: svn path=/head/; revision=5232