openbsd-ports/sysutils/librelp/Makefile
todd ffd4e19f65 librelp 1.0.0
librelp is an implementation of RELP, Reliable Event Logging Protocol.
RELP assures that no message is lost, not even when connections break
and a peer becomes unavailable.

The current version of RELP has a minimal window of opportunity for
message duplication after a session has been broken due to network
problems. In this case, a few messages may be duplicated (a problem
that also exists with plain tcp syslog). Future versions of RELP
will address this shortcoming.

feedback from stuart and steven m.
2010-07-25 17:12:56 +00:00

24 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/07/25 17:12:56 todd Exp $
COMMENT = reliable event logging protocol library
DISTNAME = librelp-1.0.0
CATEGORIES = sysutils
MASTER_SITES = http://download.rsyslog.com/librelp/
HOMEPAGE = http://www.librelp.com/
MAINTAINER = Todd T. Fries <todd@openbsd.org>
SHARED_LIBS += relp 0.0 # 0.0
# GPLv3
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
.include <bsd.port.mk>