syslog-ng, a syslogd replacement
This commit is contained in:
parent
dca4cd382f
commit
a34e359be4
43
sysutils/syslog-ng/Makefile
Normal file
43
sysutils/syslog-ng/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/05 14:18:16 jakob Exp $
|
||||
|
||||
COMMENT= syslogd replacement
|
||||
|
||||
DISTNAME= syslog-ng-1.4.16
|
||||
LIBOL= libol-0.2.23
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTER_SITES= http://www.balabit.hu/downloads/syslog-ng/1.4/
|
||||
MASTER_SITES0= http://www.balabit.hu/downloads/libol/0.2/
|
||||
|
||||
HOMEPAGE= http://www.balabit.hu/en/downloads/syslog-ng/
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
DISTFILES= ${DISTNAME}.tar.gz \
|
||||
${LIBOL}.tar.gz:0
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-libol=${WRKDIR}/${LIBOL}
|
||||
|
||||
DOC= ${PREFIX}/share/doc/syslog-ng
|
||||
EXAMPLES= ${PREFIX}/share/examples/syslog-ng
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKDIR}/${LIBOL}; ./configure ; ${MAKE}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOC}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/sgml/*.{ps,sgml,txt} ${DOC}
|
||||
(cd ${DOC} ;\
|
||||
tar xzf ${WRKSRC}/doc/sgml/syslog-ng.html.tar.gz ;\
|
||||
ln -s book1.html syslog-ng.html/index.html )
|
||||
${INSTALL_DATA_DIR} ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/syslog-ng.conf.sample ${EXAMPLES}
|
||||
|
||||
.include <bsd.port.mk>
|
6
sysutils/syslog-ng/distinfo
Normal file
6
sysutils/syslog-ng/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (libol-0.2.23.tar.gz) = ddca14935c1b5902ac674783535ffdfe
|
||||
MD5 (syslog-ng-1.4.16.tar.gz) = eb5166569577093877427b9bdb17ab0b
|
||||
RMD160 (libol-0.2.23.tar.gz) = 0958d263d50d83453d436734d7822bbb9e39675e
|
||||
RMD160 (syslog-ng-1.4.16.tar.gz) = f19812aaf69998e476daae96a438ac4d9e8018a2
|
||||
SHA1 (libol-0.2.23.tar.gz) = e72a762bb7508f4e4fdcc0ffa67736513de47c82
|
||||
SHA1 (syslog-ng-1.4.16.tar.gz) = 03a0241415db449ca7faf3ddc2a78711d24b4e68
|
9
sysutils/syslog-ng/pkg/DESCR
Normal file
9
sysutils/syslog-ng/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
syslog-ng, as the name shows, is a syslogd replacement, but with new
|
||||
functionality for the new generation. The original syslogd allows messages
|
||||
only to be sorted based on priority/facility pairs; syslog-ng adds the
|
||||
possibility to filter based on message contents using regular expressions.
|
||||
The new configuration scheme is intuitive and powerful. Forwarding logs
|
||||
over TCP and remembering all forwarding hops makes it ideal for firewalled
|
||||
environments.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
26
sysutils/syslog-ng/pkg/PLIST
Normal file
26
sysutils/syslog-ng/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/05 14:18:16 jakob Exp $
|
||||
man/man5/syslog-ng.conf.5
|
||||
man/man8/syslog-ng.8
|
||||
sbin/syslog-ng
|
||||
share/doc/syslog-ng/syslog-ng.html/book1.html
|
||||
share/doc/syslog-ng/syslog-ng.html/index.html
|
||||
share/doc/syslog-ng/syslog-ng.html/intro.html
|
||||
share/doc/syslog-ng/syslog-ng.html/msgroute.html
|
||||
share/doc/syslog-ng/syslog-ng.html/reference.html
|
||||
share/doc/syslog-ng/syslog-ng.html/tuning.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x133.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x170.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x175.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x340.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x459.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x462.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x477.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x483.html
|
||||
share/doc/syslog-ng/syslog-ng.html/x95.html
|
||||
share/doc/syslog-ng/syslog-ng.ps
|
||||
share/doc/syslog-ng/syslog-ng.sgml
|
||||
share/doc/syslog-ng/syslog-ng.txt
|
||||
share/examples/syslog-ng/syslog-ng.conf.sample
|
||||
@dirrm share/examples/syslog-ng
|
||||
@dirrm share/doc/syslog-ng/syslog-ng.html
|
||||
@dirrm share/doc/syslog-ng
|
Loading…
x
Reference in New Issue
Block a user