diff options
Diffstat (limited to 'net/slurm')
-rw-r--r-- | net/slurm/Makefile | 37 | ||||
-rw-r--r-- | net/slurm/distinfo | 2 | ||||
-rw-r--r-- | net/slurm/files/patch-os.h | 13 | ||||
-rw-r--r-- | net/slurm/files/patch-src_if__media.c | 39 | ||||
-rw-r--r-- | net/slurm/pkg-descr | 9 | ||||
-rw-r--r-- | net/slurm/pkg-plist | 9 |
6 files changed, 0 insertions, 109 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile deleted file mode 100644 index 7114ba2c5301..000000000000 --- a/net/slurm/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) -# $FreeBSD$ - -PORTNAME= slurm -PORTVERSION= 0.3.3 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://www.wormulon.net/files/slurm/ \ - http://www.raisdorf.net/files/slurm/ - -MAINTAINER= mich@FreeBSD.org -COMMENT= Generic network load monitor - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv2+ - -LDFLAGS+= -lncurses - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/themes/* ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/KEYS ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/slurm/distinfo b/net/slurm/distinfo deleted file mode 100644 index 35a9196e2ee3..000000000000 --- a/net/slurm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (slurm-0.3.3.tar.gz) = b25889aa1910b1bb48e4eafdac0c810bc02e8b98ddb2ade0aed2ec64672d6834 -SIZE (slurm-0.3.3.tar.gz) = 122839 diff --git a/net/slurm/files/patch-os.h b/net/slurm/files/patch-os.h deleted file mode 100644 index 57783fd0e15d..000000000000 --- a/net/slurm/files/patch-os.h +++ /dev/null @@ -1,13 +0,0 @@ ---- os.h.orig 2004-10-12 19:55:58 UTC -+++ os.h -@@ -92,10 +92,6 @@ - #include <net/if_media.h> - #include <net/if_mib.h> - #include <arpa/inet.h> --#ifndef __DragonFly__ --#include <net/ppp_defs.h> --#include <net/if_ppp.h> --#endif - #elif __NetBSD__ /* N E T B S D */ - #include <stdio.h> - #include <sys/param.h> diff --git a/net/slurm/files/patch-src_if__media.c b/net/slurm/files/patch-src_if__media.c deleted file mode 100644 index f64c4f8a1581..000000000000 --- a/net/slurm/files/patch-src_if__media.c +++ /dev/null @@ -1,39 +0,0 @@ ---- src/if_media.c.orig 2004-09-27 13:08:59 UTC -+++ src/if_media.c -@@ -95,8 +95,13 @@ int get_if_speed (char *ifstring) - * - */ - -+#if __FreeBSD__ >= 2 -+ type = IFM_TYPE(ifmr.ifm_active); -+ physical = IFM_SUBTYPE(ifmr.ifm_active); -+#else - type = ifmr.ifm_active & 0xf0; - physical = ifmr.ifm_active & 0x0f; -+#endif - - #ifdef MEDIADEBUG - printf(" all: %6d\n", ifmr.ifm_current); -@@ -160,22 +165,6 @@ int get_if_speed (char *ifstring) - break; - } /* end switch physical */ - break; -- /* FDDI interfaces */ -- /* fpa doesn't seem to support SIOCGIFMEDIA on FreeBSD -- * so we won't get here but anyway ... -- */ -- case IFM_FDDI: -- switch (physical) -- { -- case IFM_FDDI_SMF: -- case IFM_FDDI_MMF: -- case IFM_FDDI_UTP: -- speed = 100 * 1000; -- break; -- default: -- speed = ERR_IFACE_NO_SPEED; -- } -- break; - #if WIRELESS - /* IEEE 802.11 wireless interfaces */ - case IFM_IEEE80211: diff --git a/net/slurm/pkg-descr b/net/slurm/pkg-descr deleted file mode 100644 index 7dcd5120704b..000000000000 --- a/net/slurm/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -slurm started as a port of pppstatus to FreeBSD and now is a generic -curses based network load monitor. -It features three different modes with real-time ASCII graphs and -interface statistics for all kinds of network interfaces on most Unix systems. - -WWW: http://www.raisdorf.net/slurm/ - - Michael L. Hostbaek - mich@FreeBSD.org diff --git a/net/slurm/pkg-plist b/net/slurm/pkg-plist deleted file mode 100644 index c311ae34fa7c..000000000000 --- a/net/slurm/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/slurm -share/slurm/blue.theme -share/slurm/cyan.theme -share/slurm/foo.theme -share/slurm/black.theme -man/man1/slurm.1.gz -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/KEYS -%%PORTDOCS%%%%DOCSDIR%%/FAQ |