From 1be646ee8788f0e0ef2c0b94c082978ba305816a Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Fri, 25 Jul 2003 22:08:27 +0000 Subject: Add sysmon 0.91.19, a network tool designed for high performance and accurate monitoring. PR: 47402 Submitted by: Manuel Kreutz --- net-mgmt/sysmon/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ net-mgmt/sysmon/distinfo | 1 + net-mgmt/sysmon/pkg-descr | 12 ++++++++++++ net-mgmt/sysmon/pkg-plist | 14 ++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 net-mgmt/sysmon/Makefile create mode 100644 net-mgmt/sysmon/distinfo create mode 100644 net-mgmt/sysmon/pkg-descr create mode 100644 net-mgmt/sysmon/pkg-plist (limited to 'net-mgmt/sysmon') 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 +# +# $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 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%% -- cgit v1.2.3