Skip site navigation (1)Skip section navigation (2)
Date:      27 Aug 2002 12:57:21 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42078: New port: sysutils/metalog - modern syslogd replacement with PCRE support
Message-ID:  <20020827125721.33541.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         42078
>Category:       ports
>Synopsis:       New port: sysutils/metalog - modern syslogd replacement with PCRE support
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 27 06:00:15 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
Metalog is a modern replacement for syslogd and klogd. The logged messages can
be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions.  

Log files can be automatically rotated when they exceed a certain size or age.
External shell scripts (ex: mail) can be launched when specific patterns are
found. 

Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited
number of rules and has (switchable) memory bufferisation for maximal
performance. 

WWW:	http://metalog.sourceforge.net/
>How-To-Repeat:
>Fix:
--- metalog-0.7beta.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	metalog/Makefile
#	metalog/distinfo
#	metalog/pkg-comment
#	metalog/pkg-descr
#	metalog/pkg-plist
#
echo x - metalog/Makefile
sed 's/^X//' >metalog/Makefile << 'END-of-metalog/Makefile'
X# New ports collection makefile for:	metalog
X# Date Created:				27 Aug 2002 
X# Whom:					Sergei Kolobov <sergei@kolobov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	metalog
XPORTVERSION=	0.7beta
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=${PORTNAME}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	sergei@kolobov.com
X
XLIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
X                CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib"
X
XMAN8=		metalog.8
XDOCS=		COPYING NEWS README
X
Xpost-install:
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/metalog.conf ${EXAMPLESDIR}
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for file in ${DOCS}
X	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-metalog/Makefile
echo x - metalog/distinfo
sed 's/^X//' >metalog/distinfo << 'END-of-metalog/distinfo'
XMD5 (metalog-0.7beta.tgz) = 9b6878d5aac4edcf771d95c4f857cec6
END-of-metalog/distinfo
echo x - metalog/pkg-comment
sed 's/^X//' >metalog/pkg-comment << 'END-of-metalog/pkg-comment'
XModern syslogd replacement with PCRE support
END-of-metalog/pkg-comment
echo x - metalog/pkg-descr
sed 's/^X//' >metalog/pkg-descr << 'END-of-metalog/pkg-descr'
XMetalog is a modern replacement for syslogd and klogd. The logged messages can
Xbe dispatched according to their facility, urgency, program name and/or
XPerl-compatible regular expressions.  
X
XLog files can be automatically rotated when they exceed a certain size or age.
XExternal shell scripts (ex: mail) can be launched when specific patterns are
Xfound. 
X
XMetalog is easier to configure than syslogd and syslog-ng, accepts unlimited
Xnumber of rules and has (switchable) memory bufferisation for maximal
Xperformance. 
X
XWWW:	http://metalog.sourceforge.net/
END-of-metalog/pkg-descr
echo x - metalog/pkg-plist
sed 's/^X//' >metalog/pkg-plist << 'END-of-metalog/pkg-plist'
Xsbin/metalog
X%%PORTDOCS%%share/doc/metalog/COPYING
X%%PORTDOCS%%share/doc/metalog/NEWS
X%%PORTDOCS%%share/doc/metalog/README
X%%PORTDOCS%%@dirrm share/doc/metalog
Xshare/examples/metalog/metalog.conf
X@dirrm share/examples/metalog
END-of-metalog/pkg-plist
exit
--- metalog-0.7beta.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827125721.33541.qmail>