pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog-relp Import rsyslog RELP modules as s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6062925b007
branches:  trunk
changeset: 358493:c6062925b007
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Feb 13 19:07:36 2017 +0000

description:
Import rsyslog RELP modules as sysutils/rsyslog-relp.

rsyslog modules for receiving and sending of RELP protocol messages.

diffstat:

 sysutils/rsyslog-relp/DESCR    |   1 +
 sysutils/rsyslog-relp/Makefile |  16 ++++++++++++++++
 sysutils/rsyslog-relp/PLIST    |   3 +++
 3 files changed, 20 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r 2d571215cdde -r c6062925b007 sysutils/rsyslog-relp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-relp/DESCR       Mon Feb 13 19:07:36 2017 +0000
@@ -0,0 +1,1 @@
+rsyslog modules for receiving and sending of RELP protocol messages.
diff -r 2d571215cdde -r c6062925b007 sysutils/rsyslog-relp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-relp/Makefile    Mon Feb 13 19:07:36 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 19:07:36 fhajny Exp $
+#
+
+RSYSLOG_MOD=   relp
+PKGNAME=       ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
+
+DEPENDS+=      rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog
+
+.include "../../sysutils/rsyslog/Makefile.common"
+
+CONFIGURE_ARGS+=       --enable-relp
+
+BUILD_DIRS=            plugins/imrelp plugins/omrelp
+
+.include "../../devel/librelp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2d571215cdde -r c6062925b007 sysutils/rsyslog-relp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsyslog-relp/PLIST       Mon Feb 13 19:07:36 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/13 19:07:36 fhajny Exp $
+lib/rsyslog/imrelp.la
+lib/rsyslog/omrelp.la



Home | Main Index | Thread Index | Old Index