pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
syslog-ng2: remove, sysutils/syslog-ng is many years ahead of this
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sun Nov 1 14:59:46 2015 +0100
Changeset: f8f94357342dd93e981c001a4963e1240376088e
Modified Files:
Makefile
Removed Files:
syslog-ng2/DESCR
syslog-ng2/Makefile
syslog-ng2/PLIST
syslog-ng2/TODO
syslog-ng2/distinfo
syslog-ng2/files/syslogng.sh
Log Message:
syslog-ng2: remove, sysutils/syslog-ng is many years ahead of this
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f8f94357342dd93e981c001a4963e1240376088e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
syslog-ng2/DESCR | 10 -------
syslog-ng2/Makefile | 62 --------------------------------------------
syslog-ng2/PLIST | 17 ------------
syslog-ng2/TODO | 3 ---
syslog-ng2/distinfo | 5 ----
syslog-ng2/files/syslogng.sh | 34 ------------------------
7 files changed, 132 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index f522004..57e1af1 100644
--- a/Makefile
+++ b/Makefile
@@ -3703,7 +3703,6 @@ SUBDIR+= syncthing-inotify
SUBDIR+= synfig
SUBDIR+= synfigstudio
SUBDIR+= sysklogd
-SUBDIR+= syslog-ng2
SUBDIR+= sysstat
SUBDIR+= system-tools-backends
SUBDIR+= sysvinit
diff --git a/syslog-ng2/DESCR b/syslog-ng2/DESCR
deleted file mode 100644
index 494c5dd..0000000
--- a/syslog-ng2/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-syslog-ng embodies the next generation of logging systems, and is the first
-truly flexible and scalable system logging application.
-
-If you need a logging application that
-
- * guarantees the availability of log messages,
- * is compatible with a wide range of operating systems,
- * can be used in environments having strong perimeter defense,
- * has already proven its worth,
- * provides unimaginable flexibility for tracing system events
diff --git a/syslog-ng2/Makefile b/syslog-ng2/Makefile
deleted file mode 100644
index 5e69a31..0000000
--- a/syslog-ng2/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/07 16:23:22 asau Exp $
-#
-
-PKGVERSION= 2.0.0
-DISTNAME= syslog-ng-${PKGVERSION}
-PKGNAME= syslog-ng2-${PKGVERSION}
-
-CATEGORIES= sysutils net
-MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/
-
-MAINTAINER= pkgsrc%blackmouse.biz@localhost
-HOMEPAGE= http://www.balabit.com/products/syslog-ng/
-COMMENT= Syslog-ng embodies the next generation of logging systems
-
-CONFLICTS= syslog-ng-[0-9]*
-
-PKG_DESTDIR_SUPPORT= none
-
-USE_TOOLS+= pkg-config pax
-
-GNU_CONFIGURE= yes
-
-RCD_SCRIPTS= syslogng
-PKG_SYSCONFSUBDIR= syslog-ng
-
-EGDIR= ${PREFIX}/share/examples/syslog-ng
-DOCDIR= ${PREFIX}/share/doc/syslog-ng
-
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= post-patch
-SUBST_FILES.conf= doc/man/syslog-ng.8 doc/man/syslog-ng.conf.5 contrib/syslog2ng
-SUBST_SED.conf= -e "s|/etc/syslog-ng|${PKG_SYSCONFDIR}|g"
-SUBST_SED.conf+= -e "s|/usr/bin/awk|${AWK}|g"
-SUBST_MESSAGE.conf= Fixing configuration file paths.
-
-pre-build:
- cd ${WRKSRC}/doc/reference && \
- gzip -d -c ${WRKSRC}/doc/reference/syslog-ng.html.tar.gz | pax -r
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/syslog-ng
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}
-
- ${INSTALL_DATA} ${WRKSRC}/contrib/syslog-ng.conf.doc ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/examples/syslog-ng.conf.sample ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/examples/syslog-ng.conf.solaris ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/syslog-ng.conf.HP-UX ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/syslog-ng.conf.RedHat ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/syslog-ng.conf.SunOS ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/syslog-ng.conf.HP-UX ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/debian/syslog-ng.conf ${EGDIR}/syslog-ng.conf.debian
- ${INSTALL_DATA} ${WRKSRC}/debian/syslog-ng.logrotate ${EGDIR}/syslog-ng.logrotate.debian
- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/syslog2ng ${PREFIX}/bin
-
- ${INSTALL_DATA} ${WRKSRC}/doc/reference/syslog-ng.html/*.html ${DOCDIR}
-
-
-.include "../../sysutils/eventlog/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/syslog-ng2/PLIST b/syslog-ng2/PLIST
deleted file mode 100644
index 80631ee..0000000
--- a/syslog-ng2/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:20 thomasklausner Exp $
-bin/syslog2ng
-man/man5/syslog-ng.conf.5
-man/man8/syslog-ng.8
-sbin/syslog-ng
-share/doc/syslog-ng/index.html
-share/doc/syslog-ng/syslog-ng.conf.doc
-share/examples/rc.d/syslogng
-share/examples/syslog-ng/syslog-ng.conf.debian
-share/examples/syslog-ng/syslog-ng.conf.HP-UX
-share/examples/syslog-ng/syslog-ng.conf.RedHat
-share/examples/syslog-ng/syslog-ng.conf.sample
-share/examples/syslog-ng/syslog-ng.conf.solaris
-share/examples/syslog-ng/syslog-ng.conf.SunOS
-share/examples/syslog-ng/syslog-ng.logrotate.debian
-@exec ${MKDIR} %D/share/doc/html/syslog-ng
-@exec ${MKDIR} %D/etc/syslog-ng
diff --git a/syslog-ng2/TODO b/syslog-ng2/TODO
deleted file mode 100644
index 1048345..0000000
--- a/syslog-ng2/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-add chroot support to syslogng.sh script like in named
-
-- This package has known vulnerabilities, please investigate and fix if possible. (see: CVE-2008-5110).
diff --git a/syslog-ng2/distinfo b/syslog-ng2/distinfo
deleted file mode 100644
index 58889bf..0000000
--- a/syslog-ng2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/30 11:04:50 ondratu Exp $
-
-SHA1 (syslog-ng-2.0.0.tar.gz) = 11a00e49f51056873d9889b8f2a62733b71bd040
-RMD160 (syslog-ng-2.0.0.tar.gz) = ed2c3ff8eea834c0c2fdae03ce2f9068a6d24128
-Size (syslog-ng-2.0.0.tar.gz) = 337553 bytes
diff --git a/syslog-ng2/files/syslogng.sh b/syslog-ng2/files/syslogng.sh
deleted file mode 100644
index d842da9..0000000
--- a/syslog-ng2/files/syslogng.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: syslogng.sh,v 1.1.1.1 2007/06/30 11:04:50 ondratu Exp $
-#
-
-# PROVIDE: syslogd
-# REQUIRE: mountcritremote sysdb wscons
-# BEFORE: SERVERS
-
-if [ -f /etc/rc.subr ]; then
- . /etc/rc.subr
-fi
-
-name="syslogng"
-rcvar=${name}
-ngname="syslog-ng"
-command="@PREFIX@/sbin/${ngname}"
-pidfile="@VARBASE@/run/${ngname}.pid"
-required_files="@PKG_SYSCONFDIR@/${ngname}.conf"
-extra_commands="reload checkconfig"
-reload_cmd="syslogng_reload"
-checkconfig_cmd="syslogng_checkconfig"
-command_args="-p ${pidfile} -f ${required_files}"
-
-syslogng_reload() {
- kill -HUP `cat ${pidfile}`
-}
-
-syslogng_checkconfig() {
- ${command} -s -f ${required_files}
-}
-
-load_rc_config $name
-run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index