diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-27 12:32:23 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-27 12:32:23 +0000 |
commit | 24485108b512577a7968ec05e932f6fcf3eb7c00 (patch) | |
tree | 529da2a7c722644133c268bf952417bf7adb55c9 | |
parent | f471b62e7996ac6d2a279d423294b0659bfb353e (diff) | |
download | FreeBSD-ports-24485108b512577a7968ec05e932f6fcf3eb7c00.zip FreeBSD-ports-24485108b512577a7968ec05e932f6fcf3eb7c00.tar.gz |
A colour-able replacement for tail(1).
PR: 10268
Submitted by: Chris Piazza <cpiazza@home.net>
-rw-r--r-- | misc/colortail/Makefile | 25 | ||||
-rw-r--r-- | misc/colortail/distinfo | 1 | ||||
-rw-r--r-- | misc/colortail/files/patch-aa | 10 | ||||
-rw-r--r-- | misc/colortail/pkg-comment | 1 | ||||
-rw-r--r-- | misc/colortail/pkg-descr | 12 | ||||
-rw-r--r-- | misc/colortail/pkg-plist | 3 |
6 files changed, 52 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile new file mode 100644 index 0000000..e4a645f --- /dev/null +++ b/misc/colortail/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: colortail +# Version required: 0.2.0 +# Date created: 25 February 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= colortail-0.2.0 +CATEGORIES= misc +MASTER_SITES= http://www.student.hk-r.se/~pt98jan/ + +MAINTAINER= cpiazza@home.net + +GNU_CONFIGURE= YES + +post-install: + @ ${MKDIR} ${PREFIX}/share/colortail + @ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.example + @ ${ECHO} "*********************************************" + @ ${ECHO} "An example of the colour configuration is in" + @ ${ECHO} "${PREFIX}/share/colortail/CONFIG.example" + @ ${ECHO} "*********************************************" + +.include <bsd.port.mk> diff --git a/misc/colortail/distinfo b/misc/colortail/distinfo new file mode 100644 index 0000000..8ad2961 --- /dev/null +++ b/misc/colortail/distinfo @@ -0,0 +1 @@ +MD5 (colortail-0.2.0.tar.gz) = 98a7096394f31627882dcc0e2d4c06d8 diff --git a/misc/colortail/files/patch-aa b/misc/colortail/files/patch-aa new file mode 100644 index 0000000..6fd16cf --- /dev/null +++ b/misc/colortail/files/patch-aa @@ -0,0 +1,10 @@ +--- cfg.h.~1~ Wed Mar 3 04:35:14 1999 ++++ cfg.h Tue Apr 27 14:00:26 1999 +@@ -19,6 +19,7 @@ + #define _cfg_ + + #include <stdio.h> ++#include <sys/types.h> + #include <regex.h> + + #define MAX_LINE_LENGTH 200 diff --git a/misc/colortail/pkg-comment b/misc/colortail/pkg-comment new file mode 100644 index 0000000..230b41e --- /dev/null +++ b/misc/colortail/pkg-comment @@ -0,0 +1 @@ +A colour-able replacement for tail(1). diff --git a/misc/colortail/pkg-descr b/misc/colortail/pkg-descr new file mode 100644 index 0000000..e406319 --- /dev/null +++ b/misc/colortail/pkg-descr @@ -0,0 +1,12 @@ +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. + +Webpage: +http://www.student.hk-r.se/~pt98jan/colortail.html +Author: +Joakim Andersson <pt98jan@student.hk-r.se> + +-Chris Piazza +cpiazza@home.net diff --git a/misc/colortail/pkg-plist b/misc/colortail/pkg-plist new file mode 100644 index 0000000..c0ea1d7 --- /dev/null +++ b/misc/colortail/pkg-plist @@ -0,0 +1,3 @@ +bin/colortail +share/colortail/CONFIG.example +@dirrm share/colortail |