aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logtool-devel/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/logtool-devel/pkg-descr')
-rw-r--r--sysutils/logtool-devel/pkg-descr18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/logtool-devel/pkg-descr b/sysutils/logtool-devel/pkg-descr
deleted file mode 100644
index eefdb39f7bdb..000000000000
--- a/sysutils/logtool-devel/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Logtool is a command line program that will parse ASCII logfiles into a more
-palatable format. It will take anything resembling a standard syslog file
-(this includes syslog-ng, multilog, and probably most of the other variantse),
-and crunch it into one of the following formats for your viewing pleasure:
-
- - ANSI (colorized for easy "at a glance" viewing)
- - ASCII (for e-mail'ed reports, and term's that don't support color)
- - CSV (for importing into your favorite spreadsheet/database)
- - HTML (for generating web pages)
- - RAW (for no good reason)
-
-It can be configured to parse the data any one of several ways, including
-suppressing duplicate messages, stripping the host, and/or program fields,
-and modifying the time display format (supports TAI64 timestamps produced
-by DJB's multilog) of the log entries.
-
-Author: A.L.Lambert
-WWW: http://xjack.org/logtool/