diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /net-mgmt | |
parent | bdd1e6bdc450acf24d30eda8055d33f1e61037d3 (diff) | |
download | ports-dad50d99b195f0597431757a3b8c63f1012e6731.tar.gz ports-dad50d99b195f0597431757a3b8c63f1012e6731.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/netqc/Makefile | 47 | ||||
-rw-r--r-- | net-mgmt/netqc/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/netqc/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/netqc/pkg-plist | 5 |
5 files changed, 0 insertions, 60 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index fb8e07558a2e..2380fc9b88fa 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -94,7 +94,6 @@ SUBDIR += netleak SUBDIR += netmask SUBDIR += netmond - SUBDIR += netqc SUBDIR += netsaint SUBDIR += netsaint-plugins SUBDIR += netspoc diff --git a/net-mgmt/netqc/Makefile b/net-mgmt/netqc/Makefile deleted file mode 100644 index ae9fddfde2ad..000000000000 --- a/net-mgmt/netqc/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: netqc -# Date created: Sep 28 2001 -# Whom: Radoslav Vasilev <rvasilev@uni-svishtov.bg> -# -# $FreeBSD$ -# - -PORTNAME= netqc -PORTVERSION= 1.2.1 -PORTREVISION= 1 -CATEGORIES= net-mgmt -MASTER_SITES= # disappeared - -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-12 - -MAINTAINER= rvasilev@uni-svishtov.bg -COMMENT= Network Monitoring System based on Net-Snmp - -LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_MYSQL= yes -DEFAULT_MYSQL_VER= 323 -WANT_MYSQL_VER= 323 -USE_REINPLACE= yes -MAN1= netqc.1 -DOCFILES= COPYING README - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e "s,varargs.h,stdarg.h," ${WRKSRC}/poll.c - -post-install: - ${INSTALL_DATA} ${WRKSRC}/conf ${PREFIX}/etc/netqc.conf.sample -.for file in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/${file} -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/net-mgmt/netqc/distinfo b/net-mgmt/netqc/distinfo deleted file mode 100644 index 957d40cbcf0c..000000000000 --- a/net-mgmt/netqc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (netqc-1.2.1.tar.gz) = bdd25cb501dfdd8a6c6bcd8555b1414b -SIZE (netqc-1.2.1.tar.gz) = 56702 diff --git a/net-mgmt/netqc/pkg-descr b/net-mgmt/netqc/pkg-descr deleted file mode 100644 index d26aa6be1161..000000000000 --- a/net-mgmt/netqc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Network Monitoring System based on Net-snmp package. -Netqc monitores preconfigured entities using SNMP protocol(v1,v2c,v3). -It watches for degined ``events'' (onSame, onChange, onNonZero..) and -react with different ``actions'' like logging (mysql, netqc-log file) & -notification. diff --git a/net-mgmt/netqc/pkg-plist b/net-mgmt/netqc/pkg-plist deleted file mode 100644 index d53b5a3afd0b..000000000000 --- a/net-mgmt/netqc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/netqc -etc/netqc.conf.sample -%%PORTDOCS%%share/doc/netqc/COPYING -%%PORTDOCS%%share/doc/netqc/README -%%PORTDOCS%%@dirrm share/doc/netqc |