diff options
author | Mark Pulford <markp@FreeBSD.org> | 2004-04-30 12:55:25 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2004-04-30 12:55:25 +0000 |
commit | 50b3fab9c60123668d8bf2220bc517623ceedec8 (patch) | |
tree | 2536fe4f9aadbdbfd2705d88fd4e40d4044f52d9 /sysutils/throttle | |
parent | 8d0d5fdc7a743ccdc328b27cc0da6fe8e8f3a2e5 (diff) |
Notes
Diffstat (limited to 'sysutils/throttle')
-rw-r--r-- | sysutils/throttle/Makefile | 20 | ||||
-rw-r--r-- | sysutils/throttle/distinfo | 2 | ||||
-rw-r--r-- | sysutils/throttle/pkg-descr | 4 |
3 files changed, 26 insertions, 0 deletions
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/ |