diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
commit | b315e20b06b5067b11496cbfb4744f5cf16a9639 (patch) | |
tree | 3fe761c428249a06677cf9f97eb9badee0732a6a /sysutils/logtool-devel | |
parent | update to 2.0.6. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Notes
Notes:
svn path=/head/; revision=53938
svn path=/tags/RELEASE_4_5_0/; revision=53939; tag=release/4.5.0
Diffstat (limited to 'sysutils/logtool-devel')
-rw-r--r-- | sysutils/logtool-devel/Makefile | 41 | ||||
-rw-r--r-- | sysutils/logtool-devel/distinfo | 1 | ||||
-rw-r--r-- | sysutils/logtool-devel/files/patch-ab | 10 | ||||
-rw-r--r-- | sysutils/logtool-devel/files/patch-configure | 14 | ||||
-rw-r--r-- | sysutils/logtool-devel/files/patch-logtool::Makefile.in | 19 | ||||
-rw-r--r-- | sysutils/logtool-devel/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/logtool-devel/pkg-descr | 17 | ||||
-rw-r--r-- | sysutils/logtool-devel/pkg-plist | 25 |
8 files changed, 0 insertions, 128 deletions
diff --git a/sysutils/logtool-devel/Makefile b/sysutils/logtool-devel/Makefile deleted file mode 100644 index 7c388b630e2c..000000000000 --- a/sysutils/logtool-devel/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: logtool -# Date created: Dec 30, 2000 -# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= logtool -PORTVERSION= 1.0.6 -CATEGORIES= sysutils -MASTER_SITES= http://www.xjack.org/logtool/logtool/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/logtool - -ALL_TARGET= build - -MAN1= logtool.1 - -post-patch: - @${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/configure - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${PREFIX}/man/man1 - @${CP} ${WRKSRC}/conf/logtool.conf ${PREFIX}/etc/logtool/logtool.conf.dist - @${CP} ${WRKSRC}/conf/exclude ${PREFIX}/etc/logtool/exclude.dist - @${CP} ${WRKSRC}/conf/green ${PREFIX}/etc/logtool/green.dist - @${CP} ${WRKSRC}/conf/include ${PREFIX}/etc/logtool/include.dist - @${CP} ${WRKSRC}/conf/yellow ${PREFIX}/etc/logtool/yellow.dist -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing logtool docs in ${PREFIX}/share/doc/logtool" - @${MKDIR} ${PREFIX}/share/doc/logtool && ${CHMOD} a+rx ${PREFIX}/share/doc/logtool - @${CP} -R ${WRKSRC}/doc/examples ${WRKSRC}/doc/logtool.txt ${PREFIX}/share/doc/logtool -.endif - -.include <bsd.port.mk> diff --git a/sysutils/logtool-devel/distinfo b/sysutils/logtool-devel/distinfo deleted file mode 100644 index a6bf21f49a79..000000000000 --- a/sysutils/logtool-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (logtool-1.0.6.tar.gz) = fc19cba56a9a9a1d7bf3c7210fb5282e diff --git a/sysutils/logtool-devel/files/patch-ab b/sysutils/logtool-devel/files/patch-ab deleted file mode 100644 index 7788159c0f29..000000000000 --- a/sysutils/logtool-devel/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- logtool/includes.h.orig Wed Jan 10 04:18:00 2001 -+++ logtool/includes.h Wed Jan 10 04:20:00 2001 -@@ -22,6 +22,7 @@ - #include<stdio.h> - #include<stdlib.h> - #include<string.h> -+#include<unistd.h> - #include<regex.h> - #include<errno.h> - diff --git a/sysutils/logtool-devel/files/patch-configure b/sysutils/logtool-devel/files/patch-configure deleted file mode 100644 index 4b0f8184ce3b..000000000000 --- a/sysutils/logtool-devel/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Tue Jun 12 14:46:04 2001 -+++ configure Tue Jun 12 14:46:09 2001 -@@ -744,11 +744,6 @@ - fi - fi - --if test -n "$GCC"; then -- CFLAGS="-O3 -Wall" --fi -- -- - - if test "`echo "$sysconfdir" | grep "prefix"`" ; then - sysconfdir=`echo $sysconfdir/logtool | sed s/'${prefix}'/""/g` diff --git a/sysutils/logtool-devel/files/patch-logtool::Makefile.in b/sysutils/logtool-devel/files/patch-logtool::Makefile.in deleted file mode 100644 index 0f0dbffba0c4..000000000000 --- a/sysutils/logtool-devel/files/patch-logtool::Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- logtool/Makefile.in.orig Sun Feb 11 23:50:38 2001 -+++ logtool/Makefile.in Sun Feb 11 23:54:02 2001 -@@ -16,6 +16,7 @@ - CC = @CC@ - INSTALL = @installprog@ - CFLAGS= @CFLAGS@ @DEFS@ @LIBS@ -+LIBS= -L/usr/local/lib -lgnugetopt - - ### The stuff below is (I hope) no longer needed now that we us autoconf/configure and friends - # Solaris users should probably use the following instead (thanks Christoph Krempe <ck@ub.fu-berlin.de>) -@@ -30,7 +31,7 @@ - - ### The main build stuff - logtool: logtool.o $(OBJS) -- $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) -+ $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) ${LIBS} - @echo "strip $(PROG)" - @strip $(PROG) - diff --git a/sysutils/logtool-devel/pkg-comment b/sysutils/logtool-devel/pkg-comment deleted file mode 100644 index 98e4f29abd9b..000000000000 --- a/sysutils/logtool-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Parse syslog logfile into a palatable format diff --git a/sysutils/logtool-devel/pkg-descr b/sysutils/logtool-devel/pkg-descr deleted file mode 100644 index 3fdbd39d49f3..000000000000 --- a/sysutils/logtool-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Logtool is a command line program that will parse syslog (and syslog- -like) logfiles into a more palatable format. It will take anything -resembling a standard syslog file (this includes syslog-ng, and -probably most of the other variants out there), 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 stripping the host, and/or program fields, and modifying the -time display format of the log entry's. - -WWW: http://www.xjack.org/logtool/ diff --git a/sysutils/logtool-devel/pkg-plist b/sysutils/logtool-devel/pkg-plist deleted file mode 100644 index cbeb840d8745..000000000000 --- a/sysutils/logtool-devel/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/logtool -bin/logtail -@unexec if cmp -s %D/etc/logtool/exclude %D/etc/logtool/exclude.dist; then rm -f %D/etc/logtool/exclude; fi -etc/logtool/exclude.dist -@exec [ -f %B/exclude ] || cp %B/%f %B/exclude -@unexec if cmp -s %D/etc/logtool/green %D/etc/logtool/green.dist; then rm -f %D/etc/logtool/green; fi -etc/logtool/green.dist -@exec [ -f %B/green ] || cp %B/%f %B/green -@unexec if cmp -s %D/etc/logtool/include %D/etc/logtool/include.dist; then rm -f %D/etc/logtool/include; fi -etc/logtool/include.dist -@exec [ -f %B/include ] || cp %B/%f %B/include -@unexec if cmp -s %D/etc/logtool/logtool.conf %D/etc/logtool/logtool.conf.dist; then rm -f %D/etc/logtool/logtool.conf; fi -etc/logtool/logtool.conf.dist -@exec [ -f %B/logtool.conf ] || cp %B/%f %B/logtool.conf -@unexec if cmp -s %D/etc/logtool/yellow %D/etc/logtool/yellow.dist; then rm -f %D/etc/logtool/yellow; fi -etc/logtool/yellow.dist -@exec [ -f %B/yellow ] || cp %B/%f %B/yellow -@unexec rmdir %D/etc/logtool 2>/dev/null || true -%%PORTDOCS%%share/doc/logtool/examples/README -%%PORTDOCS%%share/doc/logtool/examples/cronjob.genwebpage.sh -%%PORTDOCS%%share/doc/logtool/examples/cronjob.emailreport.sh -%%PORTDOCS%%share/doc/logtool/examples/monitor.logs.sh -%%PORTDOCS%%share/doc/logtool/logtool.txt -%%PORTDOCS%%@dirrm share/doc/logtool/examples -%%PORTDOCS%%@dirrm share/doc/logtool |