Bug 67850 - New port: net/throttled Bandwidth shaping & QoS Solution
Summary: New port: net/throttled Bandwidth shaping & QoS Solution
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 23:30 UTC by Josh Ellithorpe
Modified: 2004-06-14 08:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Ellithorpe 2004-06-11 23:30:25 UTC
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
Comment 1 Alex Dupre freebsd_committer freebsd_triage 2004-06-12 07:46:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

I'll take it.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-06-14 08:52:14 UTC
State Changed
From-To: open->closed

Committed, thanks!