From 4062fb1f67f4980f8289ec0db1750148061b6d9d Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Sat, 31 Jan 2009 23:45:48 +0100 Subject: [PATCH] initial metalog exheres --- .../sys-apps/metalog/metalog-0.9.exheres-0 | 7 +++++ packages/sys-apps/metalog/metalog.exlib | 26 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 packages/sys-apps/metalog/metalog-0.9.exheres-0 create mode 100644 packages/sys-apps/metalog/metalog.exlib diff --git a/packages/sys-apps/metalog/metalog-0.9.exheres-0 b/packages/sys-apps/metalog/metalog-0.9.exheres-0 new file mode 100644 index 0000000..ca2a0a4 --- /dev/null +++ b/packages/sys-apps/metalog/metalog-0.9.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2009 Daniel Mierswa +# Distributed under the terms of the GNU General Public License v2 + +require "${PN}" + +SLOT="0" +PLATFORMS="~amd64" diff --git a/packages/sys-apps/metalog/metalog.exlib b/packages/sys-apps/metalog/metalog.exlib new file mode 100644 index 0000000..727d2c6 --- /dev/null +++ b/packages/sys-apps/metalog/metalog.exlib @@ -0,0 +1,26 @@ +# Copyright 2009 Daniel Mierswa +# 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" +