diff options
Diffstat (limited to 'net/trafcount')
-rw-r--r-- | net/trafcount/Makefile | 36 | ||||
-rw-r--r-- | net/trafcount/distinfo | 1 | ||||
-rw-r--r-- | net/trafcount/files/patch-client-Makefile | 11 | ||||
-rw-r--r-- | net/trafcount/files/patch-module-Makefile | 8 | ||||
-rw-r--r-- | net/trafcount/files/patch-module-trafcount.c | 20 | ||||
-rw-r--r-- | net/trafcount/pkg-descr | 3 | ||||
-rw-r--r-- | net/trafcount/pkg-plist | 3 |
7 files changed, 0 insertions, 82 deletions
diff --git a/net/trafcount/Makefile b/net/trafcount/Makefile deleted file mode 100644 index 4b190ab73f7e..000000000000 --- a/net/trafcount/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: trafcount -# Date created: Sat Jun 2 16:29:22 IDT 2001 -# Whom: amir@boom.org.il -# -# $FreeBSD$ -# - -PORTNAME= trafcount -PORTVERSION= 0.2.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= trafcount - -MAINTAINER= amir@boom.org.il -COMMENT= Ethernet Traffic Counter - -BROKEN= "Does not compile" - -STARTUP= trafcount.sh -MAN1= trafcount.1 - -MAN_COMPRESSED= no -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's@kmoddir=/modules@kmoddir=${PREFIX}/libexec@g' \ - ${WRKSRC}/trafcount.sh - @${REINPLACE_CMD} -e 's@/usr/local@${PREFIX}@g' \ - ${WRKSRC}/client/Makefile ${WRKSRC}/module/Makefile \ - ${WRKSRC}/Makefile - -.if !exists(/usr/src/sys/Makefile) -BROKEN= "Kernel source files required" -.endif - -.include <bsd.port.mk> diff --git a/net/trafcount/distinfo b/net/trafcount/distinfo deleted file mode 100644 index b3959cb838f3..000000000000 --- a/net/trafcount/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafcount-0.2.1.tar.gz) = 18ab6b5f82ac70567121c6e92a14050d diff --git a/net/trafcount/files/patch-client-Makefile b/net/trafcount/files/patch-client-Makefile deleted file mode 100644 index cedb05588dfe..000000000000 --- a/net/trafcount/files/patch-client-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.orig Fri Jun 1 11:58:57 2001 -+++ client/Makefile Sun Jun 17 18:29:15 2001 -@@ -1,6 +1,8 @@ - PROG = trafcount - SRCS = trafcount.c ../include/trafcount.h - BINDIR ?= /usr/local/bin -+MANDIR = /usr/local/man/man - CFLAGS += -Wall -+NOMANCOMPRESS = yes - - .include <bsd.prog.mk> diff --git a/net/trafcount/files/patch-module-Makefile b/net/trafcount/files/patch-module-Makefile deleted file mode 100644 index 3f56bbea4252..000000000000 --- a/net/trafcount/files/patch-module-Makefile +++ /dev/null @@ -1,8 +0,0 @@ ---- module/Makefile.orig Fri Jun 1 11:20:26 2001 -+++ module/Makefile Sun Jun 17 18:15:28 2001 -@@ -1,4 +1,5 @@ - KMOD = trafcount - SRCS = trafcount.c ../include/trafcount.h -+KMODDIR = /usr/local/libexec - - .include <bsd.kmod.mk> diff --git a/net/trafcount/files/patch-module-trafcount.c b/net/trafcount/files/patch-module-trafcount.c deleted file mode 100644 index fbaea991023a..000000000000 --- a/net/trafcount/files/patch-module-trafcount.c +++ /dev/null @@ -1,20 +0,0 @@ ---- module/trafcount.c.orig Mon Dec 24 15:34:22 2001 -+++ module/trafcount.c Mon Dec 24 15:34:55 2001 -@@ -37,7 +37,7 @@ - static ip_fw_chk_t *trafcount_old_chk_ptr; - static int trafcount_ip_fw_chk __P((struct ip **pip, int hlen, - struct ifnet *oif, u_int16_t *cookie, struct mbuf **m, -- struct ip_fw_chain **flow_id, -+ struct ip_fw **flow_id, - struct sockaddr_in **next_hop)); - - LIST_HEAD(rulechain_head, rulechain) trafcount_rulechain; /* defines the rule list */ -@@ -86,7 +86,7 @@ - static int - trafcount_ip_fw_chk(struct ip **pip, int hlen, - struct ifnet *oif, u_int16_t *cookie, struct mbuf **m, -- struct ip_fw_chain **flow_id, -+ struct ip_fw **flow_id, - struct sockaddr_in **next_hop) - { - struct ip *ip = *pip; diff --git a/net/trafcount/pkg-descr b/net/trafcount/pkg-descr deleted file mode 100644 index 38f1e404b6e7..000000000000 --- a/net/trafcount/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Trafcount is a loadable kernel module that provides you the option to -measure the total amount of bandwidth that is consumed by each of -your users. diff --git a/net/trafcount/pkg-plist b/net/trafcount/pkg-plist deleted file mode 100644 index e1b31ce470ad..000000000000 --- a/net/trafcount/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/trafcount -etc/rc.d/trafcount.sh -libexec/trafcount.ko |