Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769072
D3298.id8491.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D3298.id8491.diff
View Options
Index: .gitignore
===================================================================
--- /dev/null
+++ .gitignore
@@ -0,0 +1 @@
+work/
Index: net-mgmt/naemon-livestatus/Makefile
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/Makefile
@@ -0,0 +1,34 @@
+PORTNAME= naemon-livestatus
+PORTVERSION= 1.4.2
+DISTVERSIONPREFIX= v
+CATEGORIES= net-mgmt
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= Network monitoring system, fork of Nagios 4
+WWW= https://www.naemon.org/
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= naemon:net-mgmt/naemon-core
+LIB_DEPENDS= libicui18n.so:devel/icu \
+ libicuuc.so:devel/icu \
+ libicudata.so:devel/icu \
+ libnaemon.so:net-mgmt/naemon-core
+
+USES= autoreconf gettext-runtime gmake gnome libtool
+USE_GNOME= glib20
+GNU_CONFIGURE= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= naemon
+
+PLIST_FILES= bin/unixcat \
+ etc/naemon/module-conf.d/livestatus.cfg \
+ lib/naemon-livestatus/livestatus.so
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/naemon/module-conf.d
+ ${MV} ${STAGEDIR}${PREFIX}/etc/naemon/livestatus.cfg ${STAGEDIR}${PREFIX}/etc/naemon/module-conf.d/livestatus.cfg
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/naemon-livestatus/livestatus.so
+
+.include <bsd.port.mk>
Index: net-mgmt/naemon-livestatus/distinfo
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1705485559
+SHA256 (naemon-naemon-livestatus-v1.4.2_GH0.tar.gz) = 51fae82b91dd8b012f80ce4e679ba27c74a640cf055ce6198c31b47467ae028b
+SIZE (naemon-naemon-livestatus-v1.4.2_GH0.tar.gz) = 140427
Index: net-mgmt/naemon-livestatus/files/patch-src-Makefile.am
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/files/patch-src-Makefile.am
@@ -0,0 +1,13 @@
+diff --git src/Makefile.am src/Makefile.am
+index ff8630c..c39da5f 100644
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -30,7 +30,7 @@ EXTRA_DIST = *.h
+
+ pkglib_LTLIBRARIES = livestatus.la
+ livestatus_la_LDFLAGS = -module -avoid-version -shared $(ICU_LIBS) $(NAEMON_LIBS)
+-livestatus_la_CXXFLAGS = $(CXXFLAGS) -lpthread -lstdc++ $(NAEMON_CFLAGS)
++livestatus_la_CXXFLAGS = $(CXXFLAGS) -lpthread -lc++ $(NAEMON_CFLAGS)
+ livestatus_la_CFLAGS = $(CFLAGS) $(ICU_CFLAGS) $(NAEMON_CFLAGS)
+ livestatus_la_SOURCES = \
+ AndingFilter.cc Column.cc ColumnsColumn.cc CustomVarsExplicitColumn.cc \
Index: net-mgmt/naemon-livestatus/pkg-descr
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/pkg-descr
@@ -0,0 +1,6 @@
+Naemon is the new monitoring suite that aims to be fast, stable and
+innovative while giving you a clear view of the state of your
+network and applications.
+
+This component is a fork of Mattias Kettner's mk_livestatus to act
+as an event broker for Naemon.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 12:37 (10 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260175
Default Alt Text
D3298.id8491.diff (2 KB)
Attached To
Mode
D3298: New port to test: net-mgmt/naemon-livestatus
Attached
Detach File
Event Timeline
Log In to Comment