(I hope I caught this quickly enough....)
CVS replace buffer that was just imported with the backup from the Attic cleanup. This should look identical to what Steve committed, except it has all the history resurrected.
This commit is contained in:
parent
15a596e15f
commit
06c822cc34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17447
18
misc/buffer/Makefile
Normal file
18
misc/buffer/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: buffer
|
||||
# Version required: 1.17
|
||||
# Date created: 23 February 1998
|
||||
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= buffer-1.17
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.freebsd.org/~steve/
|
||||
|
||||
MAINTAINER= jonny@jonny.eng.br
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
MAN1= buffer.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/buffer/distinfo
Normal file
1
misc/buffer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (buffer-1.17.tar.gz) = 6c5236ed99f4df0832623f4c0498c681
|
1
misc/buffer/pkg-comment
Normal file
1
misc/buffer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Buffer sporadic I/O for faster tape and pipe throughput.
|
10
misc/buffer/pkg-descr
Normal file
10
misc/buffer/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This is a program designed initially to speed up writing tapes on remote
|
||||
tape drives, but may be used as a general pipe buffering utility.
|
||||
Note: You must have SYSVSHM support in FreeBSD kernel.
|
||||
|
||||
The program splits itself into two processes. The first process reads
|
||||
(and reblocks) from stdin into a shared memory buffer. The second
|
||||
writes from the shared memory buffer to stdout. Doing it this way
|
||||
means that the writing side effectly sits in a tight write loop and
|
||||
doesn't have to wait for input. Similarly for the input side. It is
|
||||
this waiting that slows down other reblocking processes, like dd.
|
1
misc/buffer/pkg-plist
Normal file
1
misc/buffer/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/buffer
|
Loading…
Reference in New Issue
Block a user