aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rsyslog3-relp
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2008-05-06 23:25:01 +0800
committersat <sat@FreeBSD.org>2008-05-06 23:25:01 +0800
commit573607809d6f3c935bde2343039c06b5b8bab141 (patch)
tree89fd3e8f003a0cd27c54a52e335382e14c067435 /sysutils/rsyslog3-relp
parentd773571a507fd6655156e11bc56b2f8c6ab53c66 (diff)
downloadfreebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.tar.gz
freebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.tar.zst
freebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.zip
Add rsyslog 3.x to ports:
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, syslog/tcp, permitted sender lists, filtering on any message part, and fine grain output format control. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. The following features are supported through modules: logging to MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS API, RELP. WWW: http://www.rsyslog.com/
Diffstat (limited to 'sysutils/rsyslog3-relp')
-rw-r--r--sysutils/rsyslog3-relp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/rsyslog3-relp/Makefile b/sysutils/rsyslog3-relp/Makefile
new file mode 100644
index 000000000000..5dc330b168cf
--- /dev/null
+++ b/sysutils/rsyslog3-relp/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: rsyslog3-relp
+# Date created: 6 May 2008
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+COMMENT= RELP input/output module for rsyslog
+
+MNAME= relp
+MTYPES= im om
+LIB_DEPENDS= relp.0:${PORTSDIR}/devel/librelp
+
+.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
+.include <bsd.port.mk>