Add ccze 0.2.1, a fast log colorizer.

PR:		52871
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
This commit is contained in:
Will Andrews 2003-06-03 01:47:23 +00:00
parent c96879525e
commit 3ba3e19d41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82071
6 changed files with 99 additions and 0 deletions

View file

@ -27,6 +27,7 @@
SUBDIR += bsdsar
SUBDIR += bubblemon
SUBDIR += bubblemon-dockapp
SUBDIR += ccze
SUBDIR += cd-write
SUBDIR += cd9660_unicode
SUBDIR += cdbakeoven

32
sysutils/ccze/Makefile Normal file
View file

@ -0,0 +1,32 @@
# New ports collection makefile for: ccze
# Date Created: 2nd june 2003
# Whom: Nicolas Jombart <ecu@ipv42.net>
#
# $FreeBSD$
#
PORTNAME= ccze
PORTVERSION= 0.2.1
CATEGORIES= sysutils
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
MAINTAINER= ecu@ipv42.net
COMMENT= Fast log colorizer
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= ccze.1 ccze-cssdump.1
MAN7= ccze-plugin.7
post-install:
@${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>

32
sysutils/ccze/Makefile~ Normal file
View file

@ -0,0 +1,32 @@
# New ports collection makefile for: ccze
# Date Created: 2nd june 2003
# Whom: Nicolas Jombart <ecu@ipv42.net>
#
# $FreeBSD$
#
PORTNAME= ccze
PORTVERSION= 0.2.1
CATEGORIES= sysutils
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
MAINTAINER= ecu@ipv42.net
COMMENT= A (fast) log colorizer
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= ccze.1 ccze-cssdump.1
MAN7= ccze-plugin.7
post-install:
@${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
sysutils/ccze/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (ccze-0.2.1.tar.gz) = 221966bce7c5f011eca38157241a0432

7
sysutils/ccze/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Ccze is a fast, C port of the well known colorize log colorizer.
It uses ncurses for the output and PCRE for matching. It is also
extensible via plug-ins.
Plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid,
syslog, ulogd, vsftpd, xferlog and more are provided.
WWW: http://bonehunter.rulez.org/CCZE.phtml

26
sysutils/ccze/pkg-plist Normal file
View file

@ -0,0 +1,26 @@
bin/ccze
bin/ccze-cssdump
etc/cczerc-sample
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
@unexec rmdir %D/lib/ccze 2>/dev/null || true
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%@dirrm share/doc/ccze