summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng1
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/syslog-ng1')
-rw-r--r--sysutils/syslog-ng1/Makefile60
-rw-r--r--sysutils/syslog-ng1/distinfo1
-rw-r--r--sysutils/syslog-ng1/files/patch-aa16
-rw-r--r--sysutils/syslog-ng1/files/patch-ab8
-rw-r--r--sysutils/syslog-ng1/files/syslog-ng.conf.sample167
-rw-r--r--sysutils/syslog-ng1/pkg-comment1
-rw-r--r--sysutils/syslog-ng1/pkg-descr10
-rw-r--r--sysutils/syslog-ng1/pkg-message17
-rw-r--r--sysutils/syslog-ng1/pkg-plist18
9 files changed, 0 insertions, 298 deletions
diff --git a/sysutils/syslog-ng1/Makefile b/sysutils/syslog-ng1/Makefile
deleted file mode 100644
index 0579e5785ef9..000000000000
--- a/sysutils/syslog-ng1/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: syslog-ng
-# Date created: 22 April 2000
-# Whom: Vince Valenti <vince@blue-box.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= syslog-ng
-PORTVERSION= 1.4.3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.balabit.hu/downloads/syslog-ng/1.4/
-
-MAINTAINER= vince@blue-box.net
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libol.a:${PORTSDIR}/devel/libol
-
-MAN5= syslog-ng.conf.5
-MAN8= syslog-ng.8
-
-GNU_CONFIGURE= yes
-
-PKGMESSAGE= ${WRKDIR}/MESSAGE
-
-post-patch:
- @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/src/syslog-ng.h
-
-post-build:
- @${SED} -e 's,__PREFIX__,${PREFIX},g' ${PKGDIR}/MESSAGE > ${PKGMESSAGE}
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \
- ${PREFIX}/share/doc/syslog-ng \
- ${PREFIX}/share/doc/syslog-ng/sgml
- ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/PORTS ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/syslog-ng
- ${INSTALL_DATA} ${WRKSRC}/doc/sgml/syslog-ng.dvi ${PREFIX}/share/doc/syslog-ng/sgml
- ${INSTALL_DATA} ${WRKSRC}/doc/sgml/syslog-ng.html.tar.gz ${PREFIX}/share/doc/syslog-ng/sgml
- ${INSTALL_DATA} ${WRKSRC}/doc/sgml/syslog-ng.ps ${PREFIX}/share/doc/syslog-ng/sgml
- ${INSTALL_DATA} ${WRKSRC}/doc/sgml/syslog-ng.sgml ${PREFIX}/share/doc/syslog-ng/sgml
- ${INSTALL_DATA} ${WRKSRC}/doc/sgml/syslog-ng.txt ${PREFIX}/share/doc/syslog-ng/sgml
-.endif
- @if [ ! -f ${PREFIX}/etc/syslog-ng/syslog-ng.conf.sample ]; then \
- ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/etc/syslog-ng; \
- ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${PREFIX}/etc/syslog-ng; \
- fi
- @if [ ! -f ${PREFIX}/etc/rc.d/syslog-ng.sh.sample ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/syslog-ng.sh.sample startup file."; \
- ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/syslog-ng.sh.sample; \
- ${ECHO} "[ -x ${PREFIX}/sbin/syslog-ng ] && ${PREFIX}/sbin/syslog-ng && ${ECHO} -n ' syslog-ng'" >> ${PREFIX}/etc/rc.d/syslog-ng.sh.sample; \
- ${CHMOD} 755 ${PREFIX}/etc/rc.d/syslog-ng.sh.sample; \
- fi
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/sysutils/syslog-ng1/distinfo b/sysutils/syslog-ng1/distinfo
deleted file mode 100644
index 8c018f76ff98..000000000000
--- a/sysutils/syslog-ng1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (syslog-ng-1.4.3.tar.gz) = 8eae4931bd32cd8c2a9b7ef9a8606f9e
diff --git a/sysutils/syslog-ng1/files/patch-aa b/sysutils/syslog-ng1/files/patch-aa
deleted file mode 100644
index 8588b581e235..000000000000
--- a/sysutils/syslog-ng1/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/syslog-ng.h.orig Tue Feb 22 09:50:29 2000
-+++ src/syslog-ng.h Wed Apr 26 17:42:07 2000
-@@ -32,10 +32,10 @@
-
- #if WITH_DEBUG
- #define PATH_SYSLOG_NG_CONF "syslog-ng.conf"
--#define PATH_PIDFILE "syslog-ng.pid"
-+#define PATH_PIDFILE "syslog.pid"
- #else
--#define PATH_SYSLOG_NG_CONF "/etc/syslog-ng/syslog-ng.conf"
--#define PATH_PIDFILE "/var/run/syslog-ng.pid"
-+#define PATH_SYSLOG_NG_CONF "__PREFIX__/etc/syslog-ng/syslog-ng.conf"
-+#define PATH_PIDFILE "/var/run/syslog.pid"
- #endif
-
- #define ST_QUIT 16
diff --git a/sysutils/syslog-ng1/files/patch-ab b/sysutils/syslog-ng1/files/patch-ab
deleted file mode 100644
index c3462cd8f8e4..000000000000
--- a/sysutils/syslog-ng1/files/patch-ab
+++ /dev/null
@@ -1,8 +0,0 @@
---- configure Wed Apr 19 12:46:10 2000
-+++ configure Thu May 18 12:22:27 2000
-@@ -2638,3 +2638,3 @@
- else
-- CFLAGS="-O2 -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
-+ CFLAGS="${CFLAGS} -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
- YFLAGS="-d"
-
diff --git a/sysutils/syslog-ng1/files/syslog-ng.conf.sample b/sysutils/syslog-ng1/files/syslog-ng.conf.sample
deleted file mode 100644
index 1dabb14889d3..000000000000
--- a/sysutils/syslog-ng1/files/syslog-ng.conf.sample
+++ /dev/null
@@ -1,167 +0,0 @@
-#
-# This sample configuration file is essentially equilivent to the stock
-# FreeBSD /etc/syslog.conf file.
-#
-
-#
-# options
-#
-options { long_hostnames(off); sync(0); };
-
-#
-# sources
-#
-source src { unix-dgram("/var/run/log"); udp(); internal(); };
-
-#
-# destinations
-#
-destination messages { file("/var/log/messages"); };
-destination security { file("/var/log/security"); };
-destination maillog { file("/var/log/maillog"); };
-destination lpd-errs { file("/var/log/lpd-errs"); };
-destination cron { file("/var/log/cron"); };
-destination all { file("/var/log/all.log"); };
-destination newscrit { file("/var/log/news/news.crit"); };
-destination newserr { file("/var/log/news/news.err"); };
-destination newsnotice { file("/var/log/news/news.notice"); };
-destination slip { file("/var/log/slip.log"); };
-destination ppp { file("/var/log/ppp.log"); };
-destination console { file("/dev/console"); };
-destination root { usertty("root"); };
-destination allusers { usertty("*"); };
-#destination loghost { udp("loghost" port(514)); };
-
-#
-# log facility filters
-#
-filter f_auth { facility(auth); };
-filter f_authpriv { facility(authpriv); };
-filter f_cron { facility(cron); };
-filter f_daemon { facility(daemon); };
-filter f_ftp { facility(ftp); };
-filter f_kern { facility(kern); };
-filter f_lpr { facility(lpr); };
-filter f_mail { facility(mail); };
-filter f_news { facility(news); };
-filter f_security { facility(security); };
-filter f_user { facility(user); };
-filter f_uucp { facility(uucp); };
-filter f_local0 { facility(local0); };
-filter f_local1 { facility(local1); };
-filter f_local2 { facility(local2); };
-filter f_local3 { facility(local3); };
-filter f_local4 { facility(local4); };
-filter f_local5 { facility(local5); };
-filter f_local6 { facility(local6); };
-filter f_local7 { facility(local7); };
-
-#
-# log level filters
-#
-filter f_emerg { level(emerg); };
-filter f_alert { level(alert..emerg); };
-filter f_crit { level(crit..emerg); };
-filter f_err { level(err..emerg); };
-filter f_warning { level(warning..emerg); };
-filter f_notice { level(notice..emerg); };
-filter f_info { level(info..emerg); };
-filter f_debug { level(debug..emerg); };
-
-#
-# program filters
-#
-filter f_ppp { program("ppp"); };
-filter f_slip { program("startslip"); };
-
-#
-# *.err;kern.debug;auth.notice;mail.crit /dev/console
-#
-log { source(src); filter(f_err); destination(console); };
-log { source(src); filter(f_kern); filter(f_debug); destination(console); };
-log { source(src); filter(f_auth); filter(f_notice); destination(console); };
-log { source(src); filter(f_mail); filter(f_crit); destination(console); };
-
-#
-# *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
-#
-log { source(src); filter(f_notice); destination(messages); };
-log { source(src); filter(f_kern); filter(f_debug); destination(messages); };
-log { source(src); filter(f_lpr); filter(f_info); destination(messages); };
-log { source(src); filter(f_mail); filter(f_crit); destination(messages); };
-log { source(src); filter(f_news); filter(f_err); destination(messages); };
-
-#
-# security.* /var/log/security
-#
-log { source(src); filter(f_security); destination(security); };
-
-#
-# mail.info /var/log/maillog
-#
-log { source(src); filter(f_mail); filter(f_info); destination(maillog); };
-
-#
-# lpr.info /var/log/lpd-errs
-#
-log { source(src); filter(f_lpr); filter(f_info); destination(lpd-errs); };
-
-#
-# cron.* /var/log/cron
-#
-log { source(src); filter(f_cron); destination(cron); };
-
-#
-# *.err root
-#
-log { source(src); filter(f_err); destination(root); };
-
-#
-# *.notice;news.err root
-#
-log { source(src); filter(f_notice); destination(root); };
-log { source(src); filter(f_news); filter(f_err); destination(root); };
-
-#
-# *.alert root
-#
-log { source(src); filter(f_alert); destination(root); };
-
-#
-# *.emerg *
-#
-log { source(src); filter(f_emerg); destination(allusers); };
-
-#
-# uncomment this to enable logging of all log messages to /var/log/all.log
-# *.* /var/log/all.log
-#
-#log { source(src); destination(all); };
-
-#
-# uncomment this to enable logging to a remote loghost named loghost
-# *.* @loghost
-#
-#log { source(src); destination(loghost); };
-
-#
-# uncomment these if you're running inn
-# news.crit /var/log/news/news.crit
-# news.err /var/log/news/news.err
-# news.notice /var/log/news/news.notice
-#
-#log { source(src); filter(f_news); filter(f_crit); destination(newscrit); };
-#log { source(src); filter(f_news); filter(f_err); destination(newserr); };
-#log { source(src); filter(f_news); filter(f_notice); destination(newsnotice); };
-
-#
-# !startslip
-# *.* /var/log/slip.log
-#
-log { source(src); filter(f_slip); destination(slip); };
-
-#
-# !ppp
-# *.* /var/log/ppp.log
-#
-log { source(src); filter(f_ppp); destination(ppp); };
diff --git a/sysutils/syslog-ng1/pkg-comment b/sysutils/syslog-ng1/pkg-comment
deleted file mode 100644
index 90775a767166..000000000000
--- a/sysutils/syslog-ng1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A powerfull syslogd replacement
diff --git a/sysutils/syslog-ng1/pkg-descr b/sysutils/syslog-ng1/pkg-descr
deleted file mode 100644
index 95639dd68e5a..000000000000
--- a/sysutils/syslog-ng1/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-syslog-ng (Syslog New Generation) is a powerful replacement for the standard
-syslogd. Features include:
-
- - ability to filter messages based on content using regular expressions
- - forwarding logs on TCP
-
-WWW: http://www.balabit.hu/products/syslog-ng/
-
--Vince
-vince@blue-box.net
diff --git a/sysutils/syslog-ng1/pkg-message b/sysutils/syslog-ng1/pkg-message
deleted file mode 100644
index f69921584cf6..000000000000
--- a/sysutils/syslog-ng1/pkg-message
+++ /dev/null
@@ -1,17 +0,0 @@
-
-syslog-ng is now installed! To replace FreeBSD's standard syslogd
-(/usr/sbin/syslogd), complete these steps:
-
-1. Create a configuration file named __PREFIX__/etc/syslog-ng/syslog-ng.conf
- (a sample named syslog-ng.conf.sample has been included)
-
-2. Configure syslog-ng to start automatically by creating a startup script
- in __PREFIX__/etc/rc.d. (a sample named syslog-ng.sh.sample has been
- included)
-
-3. Prevent the standard FreeBSD syslogd from starting automatically by
- adding a line to the end of your /etc/rc.conf file that reads:
-
- syslogd_enable="NO"
-
-4. Reboot.
diff --git a/sysutils/syslog-ng1/pkg-plist b/sysutils/syslog-ng1/pkg-plist
deleted file mode 100644
index cd39edbbe966..000000000000
--- a/sysutils/syslog-ng1/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-etc/rc.d/syslog-ng.sh.sample
-etc/syslog-ng/syslog-ng.conf.sample
-share/doc/syslog-ng/AUTHORS
-share/doc/syslog-ng/COPYING
-share/doc/syslog-ng/ChangeLog
-share/doc/syslog-ng/INSTALL
-share/doc/syslog-ng/NEWS
-share/doc/syslog-ng/PORTS
-share/doc/syslog-ng/README
-share/doc/syslog-ng/sgml/syslog-ng.dvi
-share/doc/syslog-ng/sgml/syslog-ng.html.tar.gz
-share/doc/syslog-ng/sgml/syslog-ng.ps
-share/doc/syslog-ng/sgml/syslog-ng.sgml
-share/doc/syslog-ng/sgml/syslog-ng.txt
-sbin/syslog-ng
-@dirrm etc/syslog-ng
-@dirrm share/doc/syslog-ng/sgml
-@dirrm share/doc/syslog-ng