initial metalog exheres

for/master
Daniel Mierswa 2009-01-31 23:45:48 +01:00
parent 13db64b0cc
commit 4062fb1f67
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
require "${PN}"
SLOT="0"
PLATFORMS="~amd64"

View File

@ -0,0 +1,26 @@
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
SUMMARY="Feature-rich syslog daemon."
DESCRIPTION="
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 (e.g., mail)
can be launched when specific patterns are found.
"
HOMEPAGE="http://metalog.sourceforge.net/"
DOWNLOADS="mirror://sourceforge/${PN}/${PNV}.tar.lzma"
LICENCES="GPL-2"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-libs/pcre
"
REMOTE_IDS="freshmeat:${PN} sourceforge:${PN}"
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/README"