forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Reformat pkg-descr - Update WWW - Take maintainership PR: ports/102349 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,11 @@ PORTNAME= colortail | |
PORTVERSION= 0.3.0 | ||
PORTREVISION= 2 | ||
CATEGORIES= misc | ||
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ | ||
MASTER_SITES= http://morrdusk.net/files/ \ | ||
ftp://ftp.jaist.ac.jp/pub/pkgsrc/distfiles/ \ | ||
http://www.goodking.ca/pub/files/ | ||
|
||
MAINTAINER= [email protected] | ||
MAINTAINER= [email protected] | ||
COMMENT= A colour-able replacement for tail(1) | ||
|
||
USE_GETOPT_LONG= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
Colortail works like the standard tail but it can optionally read | ||
a color config file where it's specified expressions that results in colors. | ||
It can be used to quickly get an overview of interesting activity by | ||
ie. colorize those brightred or some other color of your choose. | ||
a color config file where it's specified expressions that results | ||
in colors. It can be used to quickly get an overview of interesting | ||
activity by ie. colorize those brightred or some other color of | ||
your choose. | ||
|
||
Author: Joakim Andersson <[email protected]> | ||
|
||
WWW: http://web.archive.org/web/20030411093805/www.student.hk-r.se/~pt98jan/colortail.html | ||
WWW: http://morrdusk.net/projects/colortail/ |