Files
ports/sysutils/rsyslog5/bsd.rsyslog.mk
Philip M. Gollucci 5e651b0fb3 Rsyslog is an enhanced multi-threaded syslogd with a focus on security and
reliability.

Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.

It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. 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.

Version 4.x.x is still in devel stage and can show stability issues.

WWW: http://www.rsyslog.com/

PR:		ports/130014
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:40:41 +00:00

21 lines
566 B
Makefile

PORTNAME?= rsyslog
PORTVERSION?= 4.1.3
CATEGORIES?= sysutils
MASTER_SITES?= http://download.rsyslog.com/rsyslog/
MAINTAINER?= cristianorolim@hotmail.com
CONFLICTS= rsyslog-[2-3].[0-9]*
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.ifdef MNAME
PKGNAMESUFFIX?= -${MNAME}
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
RUN_DEPENDS= rsyslog>=4:${PORTSDIR}/sysutils/rsyslog4
DESCR?= ${.CURDIR}/../rsyslog4/pkg-descr
MD5_FILE?= ${.CURDIR}/../rsyslog4/distinfo
.endif