summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 12:32:23 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 12:32:23 +0000
commit6d0f1d0af2c9c5d11eac4697131160581e9b40b3 (patch)
tree68bf63ccf7ddc5b950746f41a64f9a32cc973309 /misc
parents/freefall.freebsd.org/www.freebsd.org/ for safety. (diff)
A colour-able replacement for tail(1).
PR: 10268 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18155
Diffstat (limited to 'misc')
-rw-r--r--misc/colortail/Makefile25
-rw-r--r--misc/colortail/distinfo1
-rw-r--r--misc/colortail/files/patch-aa10
-rw-r--r--misc/colortail/pkg-comment1
-rw-r--r--misc/colortail/pkg-descr12
-rw-r--r--misc/colortail/pkg-plist3
6 files changed, 52 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
new file mode 100644
index 000000000000..e4a645f7b798
--- /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 000000000000..8ad296132427
--- /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 000000000000..6fd16cf33690
--- /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 000000000000..230b41e745d1
--- /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 000000000000..e40631985778
--- /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 000000000000..c0ea1d76a7c9
--- /dev/null
+++ b/misc/colortail/pkg-plist
@@ -0,0 +1,3 @@
+bin/colortail
+share/colortail/CONFIG.example
+@dirrm share/colortail