1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Satoshi Asami
06c822cc34 (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.
1999-03-30 02:42:20 +00:00
Mark Murray
326a46e24e Remove buffer. This port no longer fetches, and team is better. 1998-03-14 21:01:26 +00:00
Mark Murray
e526d43c6e Add a stunningly useful utility.
if you ever nhave needed to do something like:
tar cf - <big_dir> | rsh cat > /dev/tape then you will appreciate this.

do something like

tar cf - <big_dir> | buffer | rsh othersys "cat  | buffer > /dev/tape"
to enjoy HUGE increases in speed while your tape drive does not
incessantly back/forth/stop/start.
1995-11-17 19:03:48 +00:00