aboutsummaryrefslogtreecommitdiffstats
path: root/misc/buffer
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-2/+0
|
* Fix build on OSVERSION < 500000: <sys/limits.h> -> <limits.h>lioux2005-12-161-1/+1
| | | | Submitted by: maintainer
* o Update to 1.19lioux2005-12-146-18/+240
| | | | | | | o Add several patches from Gentoo portage CVS Approved by: maintainer (thanks jonny) Obtained from: Gentoo portage CVS
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on post-4.6 stable (do not declare shmat).olgeni2002-07-111-0/+11
|
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.steve2000-07-081-1/+2
|
* Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1
| | | | on freefall.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* *** empty log message ***steve1999-11-012-3/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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
* Moved these files to the distfiles directory on my homepage.steve1999-05-301-2/+2
|
* (I hope I caught this quickly enough....)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.
* Remove buffer. This port no longer fetches, and team is better.markm1998-03-155-49/+0
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.
* Converted to MAN[1-8]obrien1996-11-171-6/+2
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Misc variable reordering, cleaning up, etc.
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-261-2/+2
|
* Add markm@freebsd.org as maintainer. Hey Mark, you are never goingasami1995-11-201-1/+4
| | | | to get a lemon meringue pie if you don't credit your work! :>
* Drat. Correct the fetch directory name.markm1995-11-181-2/+2
|
* Add a stunningly useful utility.markm1995-11-185-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.