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
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
State Changed From-To: open->feedback Maintainer has been asked for approval of revised shar
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
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
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"
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!