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.
This commit is contained in:
parent
6fde5a5cdf
commit
ffd4e19f65
23
sysutils/librelp/Makefile
Normal file
23
sysutils/librelp/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $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>
|
5
sysutils/librelp/distinfo
Normal file
5
sysutils/librelp/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (librelp-1.0.0.tar.gz) = C4gg+NpjmgDHX1zI9dIZGQ==
|
||||
RMD160 (librelp-1.0.0.tar.gz) = GkvI1srbZlvyooJXwzm9fjp50aA=
|
||||
SHA1 (librelp-1.0.0.tar.gz) = 4oFcJZsnR6ssb3tF7tw/elmIJZY=
|
||||
SHA256 (librelp-1.0.0.tar.gz) = pLKOcqAD9KKn/LfGCT1gr20lLxeY2sySjCdu7U0gvIU=
|
||||
SIZE (librelp-1.0.0.tar.gz) = 384203
|
9
sysutils/librelp/pkg/DESCR
Normal file
9
sysutils/librelp/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
2
sysutils/librelp/pkg/PFRAG.shared
Normal file
2
sysutils/librelp/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/07/25 17:12:56 todd Exp $
|
||||
@lib lib/librelp.so.${LIBrelp_VERSION}
|
7
sysutils/librelp/pkg/PLIST
Normal file
7
sysutils/librelp/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/25 17:12:56 todd Exp $
|
||||
%%SHARED%%
|
||||
include/librelp.h
|
||||
lib/librelp.a
|
||||
lib/librelp.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/relp.pc
|
Loading…
Reference in New Issue
Block a user