diff options
author | markp <markp@FreeBSD.org> | 2004-04-30 20:55:25 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2004-04-30 20:55:25 +0800 |
commit | 41f0b1107cff7f6b17d887273c1ef531359c7ebc (patch) | |
tree | 5ea86cb797cba03d5c57e303d0f1c56747ea6e47 | |
parent | 57c69e350c87dd7e1156de70f2b9af5770371312 (diff) | |
download | freebsd-ports-gnome-41f0b1107cff7f6b17d887273c1ef531359c7ebc.tar.gz freebsd-ports-gnome-41f0b1107cff7f6b17d887273c1ef531359c7ebc.tar.zst freebsd-ports-gnome-41f0b1107cff7f6b17d887273c1ef531359c7ebc.zip |
Add throttle 1.0, a pipe bandwidth throttling utility.
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/throttle/Makefile | 20 | ||||
-rw-r--r-- | sysutils/throttle/distinfo | 2 | ||||
-rw-r--r-- | sysutils/throttle/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 926147043b1b..21ea6e2a394f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -362,6 +362,7 @@ SUBDIR += tentakel SUBDIR += testdisk SUBDIR += thefish + SUBDIR += throttle SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tmpwatch diff --git a/sysutils/throttle/Makefile b/sysutils/throttle/Makefile new file mode 100644 index 000000000000..0d93b9897d79 --- /dev/null +++ b/sysutils/throttle/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: throttle +# Date created: Apr 29, 2004 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= throttle +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://klicman.org/throttle/ + +MAINTAINER= markp@FreeBSD.org +COMMENT= A pipe bandwidth throttling utility + +GNU_CONFIGURE= yes +MAN1= throttle.1 +PLIST_FILES= bin/throttle + +.include <bsd.port.mk> diff --git a/sysutils/throttle/distinfo b/sysutils/throttle/distinfo new file mode 100644 index 000000000000..04f60ac427d1 --- /dev/null +++ b/sysutils/throttle/distinfo @@ -0,0 +1,2 @@ +MD5 (throttle-1.0.tar.gz) = c0a882c574fd1daaaf729521f193d040 +SIZE (throttle-1.0.tar.gz) = 47181 diff --git a/sysutils/throttle/pkg-descr b/sysutils/throttle/pkg-descr new file mode 100644 index 000000000000..b0c2a1940592 --- /dev/null +++ b/sysutils/throttle/pkg-descr @@ -0,0 +1,4 @@ +Throttle is a simple pipe which rate limits data passed from standard +input to output. + +WWW: http://klicman.org/throttle/ |