mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
mbuffer is a tool for buffering data streams. It is also a replacement
|
|
for buffer with additional functionality:
|
|
|
|
- multi-target network output
|
|
- on the fly hash calculation
|
|
- display of I/O speed
|
|
- optional use of memory mapped I/O for huge buffers
|
|
- multithreaded instead of sharedmemory ipc
|
|
- multi volume support
|
|
- autoloader support
|
|
- networking support
|
|
- command-line options compatible to buffer
|