1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: buffer
Section: utils
Priority: optional
Maintainer: Martin Buck <mbuck@debian.org>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13)
Vcs-Browser: https://salsa.debian.org/debian/buffer
Vcs-Git: https://salsa.debian.org/debian/buffer.git
Homepage: https://web.archive.org/web/20031108104719/http://sunsite.org.uk/public/public/packages/buffer/
Package: buffer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Buffering/reblocking program for tape backups, printing, etc.
Buffer implements double buffering and can be used to keep backup tapes
streaming or printers printing. It can also be used to convert a data
stream to a given output blocksize.
.
Buffer uses shared memory to convert a variable input data rate to a
constant output data rate. It is typically used in a pipe between a backup
program and the tape device, but there are also other applications like
buffering printer data in lpd's input filter.
|