summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-25 22:08:27 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-25 22:08:27 +0000
commit1be646ee8788f0e0ef2c0b94c082978ba305816a (patch)
treec3487b483b075aa5120d86e391415a1ca0ed98aa /net-mgmt
parentRestore PORTEPOCH that was accidentally removed in the previous commit. (diff)
Add sysmon 0.91.19,
a network tool designed for high performance and accurate monitoring. PR: 47402 Submitted by: Manuel Kreutz <mk@nomtec.net>
Notes
Notes: svn path=/head/; revision=85600
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/sysmon/Makefile40
-rw-r--r--net-mgmt/sysmon/distinfo1
-rw-r--r--net-mgmt/sysmon/pkg-descr12
-rw-r--r--net-mgmt/sysmon/pkg-plist14
4 files changed, 67 insertions, 0 deletions
diff --git a/net-mgmt/sysmon/Makefile b/net-mgmt/sysmon/Makefile
new file mode 100644
index 000000000000..16d255c921d1
--- /dev/null
+++ b/net-mgmt/sysmon/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: net/sysmon
+# Date created: 23 January 2003
+# Whom: Manuel Kreutz <mk@nomtec.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sysmon
+PORTVERSION= 0.91.19
+CATEGORIES= net
+MASTER_SITES= ftp://puck.nether.net/pub/jared/
+
+MAINTAINER= mk@nomtec.net
+COMMENT= A network tool designed for high performance and accurate monitoring
+
+DOCS= Changes.html binaries.html config.html docs.html index.html \
+ jclient.jpg net-example.png sysmon.conf.man.html sysmon.jpg \
+ sysmon.man.html
+MAN8= sysmon.man.8 sysmon.conf.man.8
+
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmon ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/sysmond ${PREFIX}/bin
+ ${INSTALL_DATA} \
+ ${WRKSRC}/examples/sysmon.conf.dist ${PREFIX}/etc/sysmon.conf.sample
+
+.for man in ${MAN8}
+ ${INSTALL_MAN} ${WRKSRC}/docs/${man:S/.8//} ${MANPREFIX}/man/man8/${man}
+.endfor
+
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for doc in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${doc} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/sysmon/distinfo b/net-mgmt/sysmon/distinfo
new file mode 100644
index 000000000000..36ec60633871
--- /dev/null
+++ b/net-mgmt/sysmon/distinfo
@@ -0,0 +1 @@
+MD5 (sysmon-0.91.19.tar.gz) = ee2b1ddee87d95615a98f3ad0539c44a
diff --git a/net-mgmt/sysmon/pkg-descr b/net-mgmt/sysmon/pkg-descr
new file mode 100644
index 000000000000..1587cff38ed0
--- /dev/null
+++ b/net-mgmt/sysmon/pkg-descr
@@ -0,0 +1,12 @@
+Sysmon is a network monitoring tool designed to provide high
+performance and accurate network monitoring.
+
+This tool is available in the public domain for anyone to use
+it that is interested. It provides better performance and
+checking capabilities than other tools such as Rover, Nocmon
+(not this: Nocmonitor),Whatsup, Big Brother, and other such tools.
+
+Currently supported protocols include SMTP, IMAP, HTTP,TCP,
+UDP, NNTP, and PING tests.
+
+WWW: http://www.sysmon.org/
diff --git a/net-mgmt/sysmon/pkg-plist b/net-mgmt/sysmon/pkg-plist
new file mode 100644
index 000000000000..964603db3ed6
--- /dev/null
+++ b/net-mgmt/sysmon/pkg-plist
@@ -0,0 +1,14 @@
+bin/sysmond
+bin/sysmon
+etc/sysmon.conf.sample
+%%PORTDOCS%%%%DOCSDIR%%/Changes.html
+%%PORTDOCS%%%%DOCSDIR%%/binaries.html
+%%PORTDOCS%%%%DOCSDIR%%/config.html
+%%PORTDOCS%%%%DOCSDIR%%/docs.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/jclient.jpg
+%%PORTDOCS%%%%DOCSDIR%%/net-example.png
+%%PORTDOCS%%%%DOCSDIR%%/sysmon.conf.man.html
+%%PORTDOCS%%%%DOCSDIR%%/sysmon.jpg
+%%PORTDOCS%%%%DOCSDIR%%/sysmon.man.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%