summaryrefslogtreecommitdiff
path: root/misc/buffer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* o Update to 1.19Mario Sergio Fujikawa Ferreira2005-12-131-5/+15
| | | | | | | | | | o Add several patches from Gentoo portage CVS Approved by: maintainer (thanks jonny) Obtained from: Gentoo portage CVS Notes: svn path=/head/; revision=151110
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-0/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76038
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Use the distfiles now on ftp.freebsd.org instead of from my home directorySteve Price2000-06-171-1/+1
| | | | | | | on freefall. Notes: svn path=/head/; revision=29655
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* *** empty log message ***Steve Price1999-11-011-2/+3
| | | | Notes: svn path=/head/; revision=22752
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* 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-301-0/+18
| | | | | | | | | 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-141-18/+0
| | | | Notes: svn path=/head/; revision=10141
* 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-171-0/+19
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