diff options
Diffstat (limited to 'net/bandwidthd')
| -rw-r--r-- | net/bandwidthd/distinfo | 2 | ||||
| -rw-r--r-- | net/bandwidthd/files/bandwidthd.sh | 22 | ||||
| -rw-r--r-- | net/bandwidthd/files/patch-Makefile | 35 | ||||
| -rw-r--r-- | net/bandwidthd/pkg-descr | 6 | ||||
| -rw-r--r-- | net/bandwidthd/pkg-plist | 9 |
5 files changed, 0 insertions, 74 deletions
diff --git a/net/bandwidthd/distinfo b/net/bandwidthd/distinfo deleted file mode 100644 index f4a772a6cbf4..000000000000 --- a/net/bandwidthd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bandwidthd-1.2.0b.tgz) = 001e361f312dac69a2a5eec6ce52e550 -SIZE (bandwidthd-1.2.0b.tgz) = 53834 diff --git a/net/bandwidthd/files/bandwidthd.sh b/net/bandwidthd/files/bandwidthd.sh deleted file mode 100644 index 7dd2836fdd73..000000000000 --- a/net/bandwidthd/files/bandwidthd.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in - start) - [ -x ${PREFIX}/bandwidthd ] && \ - [ -r ${PREFIX}/bandwidthd/etc/bandwidthd.conf ] && \ - cd ${PREFIX}/bandwidthd && ./bandwidthd &&\ - echo -n ' bandwidthd' - - ;; - stop) - killall bandwidthd && echo -n ' bandwidthd' - ;; - *) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac diff --git a/net/bandwidthd/files/patch-Makefile b/net/bandwidthd/files/patch-Makefile deleted file mode 100644 index e066326b0d40..000000000000 --- a/net/bandwidthd/files/patch-Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Wed Jan 14 21:38:17 2004 -+++ Makefile Fri Jan 16 01:39:20 2004 -@@ -1,8 +1,8 @@ - #Possible optimizations -fomit-frame-pointer -ffast-math - OBS= bandwidthd.o graph.o conf.tab.o conf.l.o --LIBS= -L/usr/local/lib -lgd -lpng -lpcap --CFLAGS= -I/usr/local/include -O3 -Wall --NONWALLCFLAGS= -O3 #-g -DDEBUG -+LIBS= -L${LOCALBASE}/lib -lgd -lpng -lpcap -+CFLAGS+= -I${LOCALBASE}/include -+#NONWALLCFLAGS= -O3 #-g -DDEBUG - - # Debugging stuff - #CFLAGS= -O3 -Wall -pg -DPROFILE -@@ -44,13 +44,13 @@ - rm -f *.o bandwidthd *~ conf.tab.c conf.tab.h conf.l.c DEADJOE - - install: all -- if [ ! -d $(DESTDIR)/usr/local/bandwidthd/etc ] ; then mkdir -p $(DESTDIR)/usr/local/bandwidthd/etc ; fi -- if [ ! -d $(DESTDIR)/usr/local/bandwidthd/htdocs ] ; then mkdir -p $(DESTDIR)/usr/local/bandwidthd/htdocs ; fi -- cp bandwidthd $(DESTDIR)/usr/local/bandwidthd -- if [ ! -f $(DESTDIR)/usr/local/bandwidthd/etc/bandwidthd.conf ] ; then cp etc/bandwidthd.conf $(DESTDIR)/usr/local/bandwidthd/etc/ ; fi -- cp htdocs/legend.gif $(DESTDIR)/usr/local/bandwidthd/htdocs/ -- cp htdocs/logo.gif $(DESTDIR)/usr/local/bandwidthd/htdocs/ -+ mkdir -p $(DESTDIR)${PREFIX}/bandwidthd/etc -+ mkdir -p $(DESTDIR)${PREFIX}/bandwidthd/htdocs -+ ${BSD_INSTALL_PROGRAM} bandwidthd $(DESTDIR)${PREFIX}/bandwidthd -+ ${BSD_INSTALL_DATA} etc/bandwidthd.conf $(DESTDIR)${PREFIX}/bandwidthd/etc/bandwidthd.conf-dist -+ ${BSD_INSTALL_DATA} htdocs/legend.gif $(DESTDIR)${PREFIX}/bandwidthd/htdocs/ -+ ${BSD_INSTALL_DATA} htdocs/logo.gif $(DESTDIR)${PREFIX}/bandwidthd/htdocs/ - - #**** Stuff where -WALL is turned off to reduce the noise in a compile so I can see my own errors ******************* - conf.l.o: conf.l.c -- $(CC) $(NONWALLCFLAGS) -c -o conf.l.o conf.l.c -+ $(CC) -c -o conf.l.o conf.l.c diff --git a/net/bandwidthd/pkg-descr b/net/bandwidthd/pkg-descr deleted file mode 100644 index bcb67c8ccc0b..000000000000 --- a/net/bandwidthd/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -bandwidthd tracks usage of TCP/IP network subnets and builds HTML files with -graphs to display network utilization. Charts are built by individual IP. It -color codes HTTP, TCP,UDP, ICMP, VPN, and P2P traffic. Unlike MRTG, it tracks -each individual IP address, not the status of any particular link. - -WWW: http://bandwidthd.sourceforge.net/ diff --git a/net/bandwidthd/pkg-plist b/net/bandwidthd/pkg-plist deleted file mode 100644 index ecacdc36a557..000000000000 --- a/net/bandwidthd/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@comment $FreeBSD$ -bandwidthd/etc/bandwidthd.conf-dist -bandwidthd/bandwidthd -bandwidthd/htdocs/legend.gif -bandwidthd/htdocs/logo.gif -etc/rc.d/bandwidthd.sh.sample -@unexec rmdir %D/bandwidthd/etc 2> /dev/null || true -@unexec rmdir %D/bandwidthd/htdocs 2> /dev/null || true -@unexec rmdir %D/bandwidthd 2> /dev/null || echo "If you do not plan on reinstalling bandwidthd, you can safely remove %D/bandwidthd" |
