./misc/cstream, General-purpose stream-handling tool with bandwidth limiting

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1.1, Package name: cstream-3.1.1, Maintainer: pkgsrc-users

cstream is a general-purpose stream-handling tool like UNIX' dd,
usually used in commandline-constructed pipes.

Featues:
Sane commandline switch syntax.
Exact throughput limiting, on the incoming side. Timing variance in
previous reads are counterbalanced in the following reads.
Precise throughput reporting. Either at the end of the transmission
or everytime SIGUSR1 is received. Quite useful to ask lengthy
opertions how much data has been transferred yet, i.e. when
writing tapes. Reports are done in bytes/sec and if appropriate in
KB/sec or MB/sec, where 1K = 1024.
SIGUSR2 causes a clean shutdown before EOF on input, timing
informating is displayed.
Build-in support for fifos. Example usage is a 'pseudo-device',
something that sinks or delivers data at an appropriate rate, but
looks like a file, i.e. if you test soundcard software. See the
manpage for examples.
Accepts 'k', 'm' and 'g' character after number for "kilo, mega,
giga" bytes for overall data size limit.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 94.345 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2016-02-25 16:35:31 by Jonathan Perkin | Files touched by this commit (12)
Log message:
Use OPSYSVARS.
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-10 03:40:04 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(pkgsrc)
 - Add LICENSE= x11
(upstream)
 - Update cstream 2.7.5 to 3.1.1
3.1.1:
-----
  -n <nbytes_to_stream> was not clear to use numbers > 2 GB.  I didn't
  notice since it worked fine if you used suffixes "K/M/G" as long as
  the number was < 2 G.  Sorry about that.

3.1.0:
------
  O_DIRECT supported for input.

3.0.0:
------
  IPV6 support for IPV6 day 2011.

  The IPV6 support shouldn't break anything after hostname lookup
  succeeds.  Issues might be building on older platforms if I screwed up
  the autoconf mechanism to not compile it in.

  Having said that, assorted little code cleanups are in this release,
  too.  They shouldn't break anything but non-IPV6 things were touched.

Aftermath for 2.7.4 - 2.7.6:
----------------------------
  ATTENTION:
  I'm afraid that support for the '-B <size_of_buffer>' was clobbered in
  2.7.4 or whereabouts.  This one allowed you do have a reader do
  multiple reads before the writer could write or vice versa.

  Change reverted in 2.7.6.

  2.7.4 and 2.7.5 do not have working -B.

2.8.0:
------
  Support platforms that do not have open(2) with O_DIRECT.
  Such as MacOS X.

2.7.6:
------
  Revert 2.7.3 which broke -B
   2012-10-08 11:57:42 by Aleksej Saushev | Files touched by this commit (239)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2008-12-19 11:19:12 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.7.5:
* NetBSD and general pkgsrc compatibility.  Should get rid of the only
  patch used in pkgsrc.

Changes 2.7.4:
* Print the message that we switch to normal from O_DIRECT only when
  verbose > 0.

Changes 2.7.3:
* More c flags changes for more portability.

Changes 2.7.2:
* Fix compilation under Redhat-7.3.

Changes 2.7.1:
* Support for $CSTREAM_AUDIO_BITRATE.