diff options
author | cracauer <cracauer@FreeBSD.org> | 2001-07-26 13:57:18 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 2001-07-26 13:57:18 +0000 |
commit | 7fb1b01bc1c7a3be24c55b13e30fd37b6aecf051 (patch) | |
tree | f9ce5d51921c449fa9588ae2093ca2701a50ecc5 /misc | |
parent | 1612973196449cc1221c527a03807245d9a17062 (diff) | |
download | FreeBSD-ports-7fb1b01bc1c7a3be24c55b13e30fd37b6aecf051.zip FreeBSD-ports-7fb1b01bc1c7a3be24c55b13e30fd37b6aecf051.tar.gz |
Update to 2.2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cstream/Makefile | 2 | ||||
-rw-r--r-- | misc/cstream/distinfo | 2 | ||||
-rw-r--r-- | misc/cstream/pkg-comment | 2 | ||||
-rw-r--r-- | misc/cstream/pkg-descr | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 365d28e..909d6d3 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cstream -PORTVERSION= 2.0 +PORTVERSION= 2.2 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ \ http://www2.cons.org/cracauer/download/ \ diff --git a/misc/cstream/distinfo b/misc/cstream/distinfo index 93132a5..623eff8 100644 --- a/misc/cstream/distinfo +++ b/misc/cstream/distinfo @@ -1 +1 @@ -MD5 (cstream-2.0.tar.gz) = 325c6f90b53d6a2f26b8536d7dedf38c +MD5 (cstream-2.2.tar.gz) = 6733feb6a78ab8da162256e3c9042ce5 diff --git a/misc/cstream/pkg-comment b/misc/cstream/pkg-comment index cd0cb06..c286536 100644 --- a/misc/cstream/pkg-comment +++ b/misc/cstream/pkg-comment @@ -1 +1 @@ -Dd(1)-like tool, precise bandwidth limiting/reporting, fifo support +dd(1)-like tool, precise bandwidth limiting/reporting, fifo, TCP, audio support diff --git a/misc/cstream/pkg-descr b/misc/cstream/pkg-descr index 6002f4d..dd82b45 100644 --- a/misc/cstream/pkg-descr +++ b/misc/cstream/pkg-descr @@ -20,5 +20,8 @@ usually used in commandline-constructed pipes. - "gcc -Wall" clean source code, serious effort taken to avoid undefined behavior in ANSI C or POSIX, except long long is required. Limiting and reporting works on data amounts > 4 GB. +- Audio support: input/output-files can be switched to Audi CD quality mode +- TCP support: input-output streams can be TCP connections, either + connecting to other hosts or waiting for a host to connect WWW: http://www.cons.org/cracauer/cstream.html |