summaryrefslogtreecommitdiff
path: root/misc/buffer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Steve Price1999-11-012-3/+4
| | | | Notes: svn path=/head/; revision=22752
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19803
* Moved these files to the distfiles directory on my homepage.Steve Price1999-05-301-2/+2
| | | | Notes: svn path=/head/; revision=19093
* (I hope I caught this quickly enough....)Satoshi Asami1999-03-305-0/+31
| | | | | | | | | 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. Notes: svn path=/head/; revision=17447
* Remove buffer. This port no longer fetches, and team is better.Mark Murray1998-03-145-49/+0
| | | | Notes: svn path=/head/; revision=10141
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Converted to MAN[1-8]David E. O'Brien1996-11-171-6/+2
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2466
* Add markm@freebsd.org as maintainer. Hey Mark, you are never goingSatoshi Asami1995-11-201-1/+4
| | | | | | | to get a lemon meringue pie if you don't credit your work! :> Notes: svn path=/head/; revision=2439
* Drat. Correct the fetch directory name.Mark Murray1995-11-171-2/+2
| | | | Notes: svn path=/head/; revision=2431
* Add a stunningly useful utility.Mark Murray1995-11-175-0/+51
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. Notes: svn path=/head/; revision=2430