import eventlog 0.2.5
The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages.
This commit is contained in:
parent
6b3e3a3baf
commit
1b8ece6c63
29
sysutils/eventlog/Makefile
Normal file
29
sysutils/eventlog/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 18:31:41 steven Exp $
|
||||
|
||||
COMMENT = EventLog library
|
||||
|
||||
DISTNAME = eventlog-0.2.5
|
||||
CATEGORIES = sysutils
|
||||
|
||||
SHARED_LIBS = evtlog 0.0
|
||||
|
||||
HOMEPAGE = http://www.balabit.com/products/syslog_ng/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = http://www.balabit.com/downloads/files/eventlog/0.2/
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/eventlog
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/eventlog
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/eventlog/distinfo
Normal file
5
sysutils/eventlog/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (eventlog-0.2.5.tar.gz) = pr26kfiFQMxps5j9E42GzQ==
|
||||
RMD160 (eventlog-0.2.5.tar.gz) = dC6m6dKME7Hce1sG+Gyo51I6zwI=
|
||||
SHA1 (eventlog-0.2.5.tar.gz) = a9H+HZrrk3SdReZ3GrDsdHpdv2c=
|
||||
SHA256 (eventlog-0.2.5.tar.gz) = kUMZcmvNAaQFWxxeCWcQhYda9t4rDYWJhBkWE5V07hE=
|
||||
SIZE (eventlog-0.2.5.tar.gz) = 312164
|
10
sysutils/eventlog/pkg/DESCR
Normal file
10
sysutils/eventlog/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
The EventLog library aims to be a replacement of the simple syslog() API
|
||||
provided on UNIX systems. The major difference between EventLog and syslog
|
||||
is that EventLog tries to add structure to messages.
|
||||
|
||||
Where you had a simple non-structrured string in syslog() you have a
|
||||
combination of description and tag/value pairs.
|
||||
|
||||
EventLog provides an interface to build, format and output an event record.
|
||||
The exact format and output method can be customized by the administrator
|
||||
via a configuration file.
|
2
sysutils/eventlog/pkg/PFRAG.shared
Normal file
2
sysutils/eventlog/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/10/16 18:31:41 steven Exp $
|
||||
@lib lib/libevtlog.so.${LIBevtlog_VERSION}
|
13
sysutils/eventlog/pkg/PLIST
Normal file
13
sysutils/eventlog/pkg/PLIST
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/16 18:31:41 steven Exp $
|
||||
%%SHARED%%
|
||||
include/eventlog/
|
||||
include/eventlog/evtlog.h
|
||||
include/eventlog/evtmaps.h
|
||||
lib/libevtlog.a
|
||||
lib/libevtlog.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/eventlog.pc
|
||||
share/doc/eventlog/
|
||||
share/doc/eventlog/API.txt
|
||||
share/doc/eventlog/DESIGN.txt
|
||||
share/doc/eventlog/configuration.txt
|
Loading…
x
Reference in New Issue
Block a user