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:
parent
379942fdc7
commit
6d0f1d0af2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18155
25
misc/colortail/Makefile
Normal file
25
misc/colortail/Makefile
Normal 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
1
misc/colortail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (colortail-0.2.0.tar.gz) = 98a7096394f31627882dcc0e2d4c06d8
|
10
misc/colortail/files/patch-aa
Normal file
10
misc/colortail/files/patch-aa
Normal 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
|
1
misc/colortail/pkg-comment
Normal file
1
misc/colortail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A colour-able replacement for tail(1).
|
12
misc/colortail/pkg-descr
Normal file
12
misc/colortail/pkg-descr
Normal 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
3
misc/colortail/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/colortail
|
||||
share/colortail/CONFIG.example
|
||||
@dirrm share/colortail
|
Loading…
Reference in New Issue
Block a user