diff options
-rw-r--r-- | net/ng_car/Makefile | 7 | ||||
-rw-r--r-- | net/ng_car/distinfo | 6 | ||||
-rw-r--r-- | net/ng_car/files/patch-Makefile | 16 | ||||
-rw-r--r-- | net/ng_car/pkg-descr | 3 | ||||
-rw-r--r-- | net/ng_car/pkg-plist | 7 |
5 files changed, 12 insertions, 27 deletions
diff --git a/net/ng_car/Makefile b/net/ng_car/Makefile index e68f3c613404..89f4c7aaa546 100644 --- a/net/ng_car/Makefile +++ b/net/ng_car/Makefile @@ -6,11 +6,12 @@ # PORTNAME= ng_car -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= net -MASTER_SITES= http://npf.pt.freebsd.org/~l1/softs/ +MASTER_SITES= SF +MASTER_SITE_SUBDIR= mpd -MAINTAINER= nuno.antunes@gmail.com +MAINTAINER= mav@alkar.net COMMENT= Netgraph committed access rate node NO_PACKAGE= Should be in sync with the kernel to work correctly diff --git a/net/ng_car/distinfo b/net/ng_car/distinfo index 62dcdac82ed2..9afbbd8a5a3f 100644 --- a/net/ng_car/distinfo +++ b/net/ng_car/distinfo @@ -1,3 +1,3 @@ -MD5 (ng_car-0.1.tar.gz) = 9f738d24fa47afc47d7d691dbfbd21bb -SHA256 (ng_car-0.1.tar.gz) = 36ab55a8689bfcd4593c77226d8d5c96b64c8ddbfe7162432109ec5339fe285d -SIZE (ng_car-0.1.tar.gz) = 5710 +MD5 (ng_car-0.2.tar.gz) = fa26fe346144118ac8d4fdcfb27d9b20 +SHA256 (ng_car-0.2.tar.gz) = 61eb0ac3d934646b5aade6fe38bd7e9ef0e29d60770c0321b646e0be5ce0d44c +SIZE (ng_car-0.2.tar.gz) = 7652 diff --git a/net/ng_car/files/patch-Makefile b/net/ng_car/files/patch-Makefile deleted file mode 100644 index 9f4271cef0f3..000000000000 --- a/net/ng_car/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig Mon Sep 26 22:18:41 2005 -+++ Makefile Thu Oct 6 22:30:52 2005 -@@ -2,7 +2,13 @@ - SRCS= ng_car.c - - MAN= ng_car.4 -+MANDIR= ${PREFIX}/man/man - - #CFLAGS+= -g - - .include <bsd.kmod.mk> -+.include <bsd.man.mk> -+ -+all: _manpages -+ -+install: _maninstall diff --git a/net/ng_car/pkg-descr b/net/ng_car/pkg-descr index 71a8c3c0edc2..e8bbb567403b 100644 --- a/net/ng_car/pkg-descr +++ b/net/ng_car/pkg-descr @@ -2,6 +2,3 @@ The ng_car netgraph module is a "Committed Access Rate" iplementation for netgraph. It provides an easy way to use a network interface at a rate below its specification. It uses a token bucket algorithm to measure and classify the network packets flowing through it. - -WWW: http://npf.pt.FreeBSD.org/ -Author: Nuno Antunes <nuno.antunes@gmail.com> diff --git a/net/ng_car/pkg-plist b/net/ng_car/pkg-plist index 0a5882acde4c..ade22fc5c1a9 100644 --- a/net/ng_car/pkg-plist +++ b/net/ng_car/pkg-plist @@ -1,2 +1,5 @@ -@cwd / -%%KMODDIR%%/ng_car.ko +include/netgraph/ng_car.h +@dirrmtry include/netgraph +@cwd %%KMODDIR%% +ng_car.ko +@unexec kldxref %D |