summaryrefslogtreecommitdiff
path: root/sysutils/ccze
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-11 15:55:45 +0000
committerminskim <minskim@pkgsrc.org>2004-10-11 15:55:45 +0000
commit9715887cb023d6a0d5cf4518ee3518167d2a712d (patch)
tree5970ded6791549606eb4e5a472ff71324338b6a0 /sysutils/ccze
parent85570525d2f753935b5972715896d2699a0a218d (diff)
downloadpkgsrc-9715887cb023d6a0d5cf4518ee3518167d2a712d.tar.gz
Import ccze from pkgsrc-wip. Packaged by xtraeme@ and modified by
wiz@ and me.
Diffstat (limited to 'sysutils/ccze')
-rw-r--r--sysutils/ccze/DESCR7
-rw-r--r--sysutils/ccze/Makefile19
-rw-r--r--sysutils/ccze/PLIST27
-rw-r--r--sysutils/ccze/distinfo4
4 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/ccze/DESCR b/sysutils/ccze/DESCR
new file mode 100644
index 00000000000..38cad9aaf65
--- /dev/null
+++ b/sysutils/ccze/DESCR
@@ -0,0 +1,7 @@
+CCZE is my C port of RASZi's colorize, with a set of bug fixes and
+enhancements. It uses PCRE to do the matching, and NCurses for the
+output.
+
+The goal was to create a log coloriser, that is fast and light on
+resources. Also, being extensible via plug-ins is an important
+feature too.
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile
new file mode 100644
index 00000000000..281a400daa0
--- /dev/null
+++ b/sysutils/ccze/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 15:55:45 minskim Exp $
+
+DISTNAME= ccze-0.2.1
+CATEGORIES= sysutils
+MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://bonehunter.rulez.org/software/ccze/
+COMMENT= Log coloriser, fast and light on resources
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ccze/PLIST b/sysutils/ccze/PLIST
new file mode 100644
index 00000000000..7c4aa564531
--- /dev/null
+++ b/sysutils/ccze/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 15:55:45 minskim Exp $
+bin/ccze
+bin/ccze-cssdump
+include/ccze.h
+lib/ccze/apm.so
+lib/ccze/distcc.so
+lib/ccze/exim.so
+lib/ccze/fetchmail.so
+lib/ccze/ftpstats.so
+lib/ccze/httpd.so
+lib/ccze/icecast.so
+lib/ccze/oops.so
+lib/ccze/php.so
+lib/ccze/postfix.so
+lib/ccze/procmail.so
+lib/ccze/proftpd.so
+lib/ccze/squid.so
+lib/ccze/sulog.so
+lib/ccze/super.so
+lib/ccze/syslog.so
+lib/ccze/ulogd.so
+lib/ccze/vsftpd.so
+lib/ccze/xferlog.so
+man/man1/ccze-cssdump.1
+man/man1/ccze.1
+man/man7/ccze-plugin.7
+@dirrm lib/ccze
diff --git a/sysutils/ccze/distinfo b/sysutils/ccze/distinfo
new file mode 100644
index 00000000000..996b4d1ec5c
--- /dev/null
+++ b/sysutils/ccze/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/11 15:55:45 minskim Exp $
+
+SHA1 (ccze-0.2.1.tar.gz) = a265e826be8018cd2f1b13ea1e96e27cc1941d02
+Size (ccze-0.2.1.tar.gz) = 139795 bytes