initial metalog exheres
This commit is contained in:
parent
13db64b0cc
commit
4062fb1f67
2 changed files with 33 additions and 0 deletions
7
packages/sys-apps/metalog/metalog-0.9.exheres-0
Normal file
7
packages/sys-apps/metalog/metalog-0.9.exheres-0
Normal 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"
|
26
packages/sys-apps/metalog/metalog.exlib
Normal file
26
packages/sys-apps/metalog/metalog.exlib
Normal 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"
|
||||||
|
|
Loading…
Reference in a new issue