diff options
author | garga <garga@FreeBSD.org> | 2006-08-21 23:06:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-21 23:06:17 +0800 |
commit | 13250a7215cddc575665424fef14d6a3f1b52a4a (patch) | |
tree | 7132171068103d3d5846cdcc38c91711c46d3123 /misc | |
parent | a8f810c5126350668187229a7106baf1a13034dd (diff) | |
download | freebsd-ports-gnome-13250a7215cddc575665424fef14d6a3f1b52a4a.tar.gz freebsd-ports-gnome-13250a7215cddc575665424fef14d6a3f1b52a4a.tar.zst freebsd-ports-gnome-13250a7215cddc575665424fef14d6a3f1b52a4a.zip |
- Update MASTER_SITES
- Reformat pkg-descr
- Update WWW
- Take maintainership
PR: ports/102349
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Diffstat (limited to 'misc')
-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/ |