1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

A colour-able replacement for tail(1).

PR:		10268
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Satoshi Taoka 1999-04-27 12:32:23 +00:00
parent 379942fdc7
commit 6d0f1d0af2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18155
6 changed files with 52 additions and 0 deletions

25
misc/colortail/Makefile Normal file
View File

@ -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>

1
misc/colortail/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (colortail-0.2.0.tar.gz) = 98a7096394f31627882dcc0e2d4c06d8

View File

@ -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

View File

@ -0,0 +1 @@
A colour-able replacement for tail(1).

12
misc/colortail/pkg-descr Normal file
View File

@ -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

3
misc/colortail/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/colortail
share/colortail/CONFIG.example
@dirrm share/colortail