pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/rsyslog-relp
Module Name: pkgsrc
Committed By: fhajny
Date: Mon Feb 13 19:07:36 UTC 2017
Added Files:
pkgsrc/sysutils/rsyslog-relp: DESCR Makefile PLIST
Log Message:
Import rsyslog RELP modules as sysutils/rsyslog-relp.
rsyslog modules for receiving and sending of RELP protocol messages.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/rsyslog-relp/DESCR \
pkgsrc/sysutils/rsyslog-relp/Makefile pkgsrc/sysutils/rsyslog-relp/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/rsyslog-relp/DESCR
diff -u /dev/null pkgsrc/sysutils/rsyslog-relp/DESCR:1.1
--- /dev/null Mon Feb 13 19:07:36 2017
+++ pkgsrc/sysutils/rsyslog-relp/DESCR Mon Feb 13 19:07:36 2017
@@ -0,0 +1 @@
+rsyslog modules for receiving and sending of RELP protocol messages.
Index: pkgsrc/sysutils/rsyslog-relp/Makefile
diff -u /dev/null pkgsrc/sysutils/rsyslog-relp/Makefile:1.1
--- /dev/null Mon Feb 13 19:07:36 2017
+++ pkgsrc/sysutils/rsyslog-relp/Makefile Mon Feb 13 19:07:36 2017
@@ -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"
Index: pkgsrc/sysutils/rsyslog-relp/PLIST
diff -u /dev/null pkgsrc/sysutils/rsyslog-relp/PLIST:1.1
--- /dev/null Mon Feb 13 19:07:36 2017
+++ pkgsrc/sysutils/rsyslog-relp/PLIST Mon Feb 13 19:07:36 2017
@@ -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