diff options
author | will <will@FreeBSD.org> | 2003-06-03 01:47:23 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 01:47:23 +0000 |
commit | e4725ab3f0006ff7a1884834700119327f510cf1 (patch) | |
tree | 7e47e5500297ae9b690b831007d80e687d07fe85 /sysutils/ccze | |
parent | 2ff43e390ebc312b5d0464d6b3ea0312a18a4506 (diff) | |
download | FreeBSD-ports-e4725ab3f0006ff7a1884834700119327f510cf1.zip FreeBSD-ports-e4725ab3f0006ff7a1884834700119327f510cf1.tar.gz |
Add ccze 0.2.1, a fast log colorizer.
PR: 52871
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Diffstat (limited to 'sysutils/ccze')
-rw-r--r-- | sysutils/ccze/Makefile | 32 | ||||
-rw-r--r-- | sysutils/ccze/Makefile~ | 32 | ||||
-rw-r--r-- | sysutils/ccze/distinfo | 1 | ||||
-rw-r--r-- | sysutils/ccze/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/ccze/pkg-plist | 26 |
5 files changed, 98 insertions, 0 deletions
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile new file mode 100644 index 0000000..1da059d --- /dev/null +++ b/sysutils/ccze/Makefile @@ -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> diff --git a/sysutils/ccze/Makefile~ b/sysutils/ccze/Makefile~ new file mode 100644 index 0000000..e8c3f0c --- /dev/null +++ b/sysutils/ccze/Makefile~ @@ -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> diff --git a/sysutils/ccze/distinfo b/sysutils/ccze/distinfo new file mode 100644 index 0000000..20517bd --- /dev/null +++ b/sysutils/ccze/distinfo @@ -0,0 +1 @@ +MD5 (ccze-0.2.1.tar.gz) = 221966bce7c5f011eca38157241a0432 diff --git a/sysutils/ccze/pkg-descr b/sysutils/ccze/pkg-descr new file mode 100644 index 0000000..07d0ac6 --- /dev/null +++ b/sysutils/ccze/pkg-descr @@ -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 diff --git a/sysutils/ccze/pkg-plist b/sysutils/ccze/pkg-plist new file mode 100644 index 0000000..7d1fe30 --- /dev/null +++ b/sysutils/ccze/pkg-plist @@ -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 |