summaryrefslogtreecommitdiff
path: root/misc/cstream
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>2001-07-26 13:57:18 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>2001-07-26 13:57:18 +0000
commit172e6a529db97c8f0582e6cdcbe57d595d19f56b (patch)
tree20a9e370010630c4e7da8ecdba5effeeee21aa56 /misc/cstream
parentUpdate to 0.8. (diff)
Update to 2.2
Notes
Notes: svn path=/head/; revision=45509
Diffstat (limited to 'misc/cstream')
-rw-r--r--misc/cstream/Makefile2
-rw-r--r--misc/cstream/distinfo2
-rw-r--r--misc/cstream/pkg-comment2
-rw-r--r--misc/cstream/pkg-descr3
4 files changed, 6 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile
index 365d28e31c97..909d6d30a237 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 93132a508695..623eff8c0227 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 cd0cb0601ce8..c286536c681e 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 6002f4dfb230..dd82b452e21e 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