Bug 157773 - [NEW PORT] net/shaperprobe: Utility to check for traffic shapers
Summary: [NEW PORT] net/shaperprobe: Utility to check for traffic shapers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-11 19:30 UTC by josh.carroll
Modified: 2011-06-12 17:10 UTC (History)
0 users

See Also:


Attachments
shaperprobe-0.1.shar (5.58 KB, text/plain)
2011-06-11 19:30 UTC, josh.carroll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description josh.carroll 2011-06-11 19:30:10 UTC
Shaperprobe is a speed test utility to analyze traffic shaping being done and
determine max downstream and upstream throughput.

WWW: http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html

Generated with FreeBSD Port Tools 0.99
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-06-11 22:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-06-12 13:22:44 UTC
State Changed
From-To: open->feedback

Maintainer has been asked for approval of revised shar
Comment 3 Chris Rees 2011-06-12 13:22:56 UTC
Hi Josh,

I've slightly modified your shar [1], nothing major.

There was no need for bsd.port.pre.mk inclusion before do-install,
bsd.port.mk at the bottom is sufficient.

I've changed DISTNAME=  ${PORTNAME} to make it more obvious that
that's the case.

The variables I've realigned with tabs; makes it much easier to read.

Is that all OK with you?

Chris

[1] http://people.freebsd.org/~crees/patches/shapreprobe.shar
Comment 4 josh.carroll 2011-06-12 16:38:27 UTC
On Sun, Jun 12, 2011 at 5:22 AM, Chris Rees <utisoft@gmail.com> wrote:
> Hi Josh,
>
> I've slightly modified your shar [1], nothing major.
>
> There was no need for bsd.port.pre.mk inclusion before do-install,
> bsd.port.mk at the bottom is sufficient.

Thanks, I created it with port (from porttools), but didn't double
check that I wasn't including something unnecessary.

>
> I've changed DISTNAME=3D =A0${PORTNAME} to make it more obvious that
> that's the case.

Good idea :)

>
> The variables I've realigned with tabs; makes it much easier to read.

Oops, sorry. Thanks for fixing that!

>
> Is that all OK with you?

Sounds great, thanks for the help.

Josh
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-06-12 17:00:56 UTC
crees       2011-06-12 16:00:42 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/shaperprobe      Makefile distinfo pkg-descr 
    net/shaperprobe/files patch-diffprobe.h patch-measflow.c 
                          patch-prober.c patch-tcpclient.h 
                          patch-tcpserver.h 
  Log:
  Shaperprobe is a speed test utility to analyze traffic shaping being done and
  determine max downstream and upstream throughput.
  
  WWW: http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html
  
  PR:             ports/157773
  Submitted by:   Josh Carroll <josh.carroll at gmail.com>
  Approved by:    rene (mentor)
  
  Revision  Changes    Path
  1.2344    +1 -0      ports/net/Makefile
  1.1       +24 -0     ports/net/shaperprobe/Makefile (new)
  1.1       +2 -0      ports/net/shaperprobe/distinfo (new)
  1.1       +20 -0     ports/net/shaperprobe/files/patch-diffprobe.h (new)
  1.1       +10 -0     ports/net/shaperprobe/files/patch-measflow.c (new)
  1.1       +45 -0     ports/net/shaperprobe/files/patch-prober.c (new)
  1.1       +10 -0     ports/net/shaperprobe/files/patch-tcpclient.h (new)
  1.1       +10 -0     ports/net/shaperprobe/files/patch-tcpserver.h (new)
  1.1       +4 -0      ports/net/shaperprobe/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Chris Rees freebsd_committer freebsd_triage 2011-06-12 17:02:04 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!