1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

syslogger is a software that send file into syslog (local or remote). This

can be used for example to send a pipe like for example apache log into a
remote system.

WWW: http://oav.net/projects/syslogger/

PR:		ports/127782
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
This commit is contained in:
Martin Wilke 2008-10-05 10:09:20 +00:00
parent 81db4f9e89
commit 53ceca8a39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221218
4 changed files with 32 additions and 0 deletions

View File

@ -690,6 +690,7 @@
SUBDIR += sysgather
SUBDIR += syslog-ng
SUBDIR += syslog-ng2
SUBDIR += syslogger
SUBDIR += system-tools-backends
SUBDIR += sysupdate
SUBDIR += tbku

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: syslogger
# Date created: 01 October 2008
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#
PORTNAME= syslogger
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://oav.net/projects/syslogger/
MAINTAINER= kiwi@oav.net
COMMENT= A logger(1) like tool that sends file or pipe througth syslog
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/syslogger
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (syslogger-1.0.tar.gz) = 6ca9cc93584746d9b9469660cc7228c9
SHA256 (syslogger-1.0.tar.gz) = 93602dc802779dc7d18201e063dbce62f49b8ad46e1370a3bce72251a58dd613
SIZE (syslogger-1.0.tar.gz) = 3836

View File

@ -0,0 +1,5 @@
syslogger is a software that send file into syslog (local or remote). This
can be used for example to send a pipe like for example apache log into a
remote system.
WWW: http://oav.net/projects/syslogger/