diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-21 15:06:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-21 15:06:17 +0000 |
commit | cc1007f427132c9a42279be4eacadc05add5a70a (patch) | |
tree | bae71e130bf2eb4179759a01975747e7caba2c92 /misc/colortail | |
parent | dfcae2f07be229552f3f11cff1b84be416a56363 (diff) | |
download | ports-cc1007f427132c9a42279be4eacadc05add5a70a.tar.gz ports-cc1007f427132c9a42279be4eacadc05add5a70a.zip |
Notes
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 6 | ||||
-rw-r--r-- | misc/colortail/pkg-descr | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 9bc37b3b3d18..09f12bcd7ac4 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -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= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= A colour-able replacement for tail(1) USE_GETOPT_LONG= yes diff --git a/misc/colortail/pkg-descr b/misc/colortail/pkg-descr index 8f97f0e554e0..6554a53161d3 100644 --- a/misc/colortail/pkg-descr +++ b/misc/colortail/pkg-descr @@ -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 <pt98jan@student.hk-r.se> - -WWW: http://web.archive.org/web/20030411093805/www.student.hk-r.se/~pt98jan/colortail.html +WWW: http://morrdusk.net/projects/colortail/ |