cvs commit: ports/net Makefile ports/net/ng_car Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/ng_car/files patch-Makefile

Marcus Alves Grando mnag at FreeBSD.org
Sat Oct 8 11:54:23 PDT 2005


mnag        2005-10-08 18:54:23 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/ng_car           Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    net/ng_car/files     patch-Makefile 
  Log:
  New port
  
  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.
  
  PR:             87098
  Submitted by:   Nuno Antunes <nuno.antunes at gmail.com>
  
  Revision  Changes    Path
  1.1550    +1 -0      ports/net/Makefile
  1.1       +36 -0     ports/net/ng_car/Makefile (new)
  1.1       +2 -0      ports/net/ng_car/distinfo (new)
  1.1       +16 -0     ports/net/ng_car/files/patch-Makefile (new)
  1.1       +7 -0      ports/net/ng_car/pkg-descr (new)
  1.1       +7 -0      ports/net/ng_car/pkg-message (new)
  1.1       +2 -0      ports/net/ng_car/pkg-plist (new)


More information about the cvs-all mailing list