mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 0.2
- Pass maintainership to submitter Submitted by: Alexander Motin <mav_AT_alkar.net> Approved by: former maintainer
This commit is contained in:
parent
a2eb7af5b4
commit
1d311045ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187203
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user