New port: net/throttled Bandwidth shaping & QoS Solution How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# Ports collection makefile for: throttled X# Date created: 11 Jun 2004 X# Whom: quest X# X# $FreeBSD: ports/net/throttled/Makefile,v 1.0 2004/06/11 06:02:04 ade Exp $ X# X XPORTNAME= throttled XPORTVERSION= 0.3.2 XCATEGORIES= net XMASTER_SITES= http://www.intrarts.com/Files/ XDISTNAME= throttled-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= quest@mac.com XCOMMENT= Bandwidth shaping and QoS solution X XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (throttled-0.3.2.tgz) = d3e48c06ed3c8a4bf0017a37c213f4cb XSIZE (throttled-0.3.2.tgz) = 182681 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is a small app to provide bandwidth shaping to Mac OS X & freebsd XIt uses almost no cpu, and has a tiny footprint. Enjoy. X XFor more information you can read the comments in throttled-startup X XWWW: http://www.intrarts.com/throttled.html X X- quest Xquest@mac.com END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xsbin/throttled Xsbin/throttled-startup END-of-./pkg-plist exit
Responsible Changed From-To: freebsd-ports-bugs->ale I'll take it.
State Changed From-To: open->closed Committed, thanks!