Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USE_REINPLACE from ports starting with M | edwin | 2006-05-11 | 1 | -2/+0 |
| | |||||
* | Fix build on OSVERSION < 500000: <sys/limits.h> -> <limits.h> | lioux | 2005-12-16 | 1 | -1/+1 |
| | | | | Submitted by: maintainer | ||||
* | o Update to 1.19 | lioux | 2005-12-14 | 6 | -18/+240 |
| | | | | | | | o Add several patches from Gentoo portage CVS Approved by: maintainer (thanks jonny) Obtained from: Gentoo portage CVS | ||||
* | Add size data. | trevor | 2004-03-18 | 1 | -0/+1 |
| | | | | Approved by: maintainers | ||||
* | Use PLIST_FILES (bento-tested, marcus-reviewed). | trevor | 2004-02-06 | 2 | -1/+1 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Fix build on post-4.6 stable (do not declare shmat). | olgeni | 2002-07-11 | 1 | -0/+11 |
| | |||||
* | Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. | steve | 2000-07-08 | 1 | -1/+2 |
| | |||||
* | Use the distfiles now on ftp.freebsd.org instead of from my home directory | steve | 2000-06-17 | 1 | -1/+1 |
| | | | | on freefall. | ||||
* | Convert to PORTNAME/PORTVERSION. | asami | 2000-04-14 | 1 | -2/+2 |
| | |||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | peter | 2000-02-08 | 1 | -1/+1 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | *** empty log message *** | steve | 1999-11-01 | 2 | -3/+4 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-27 | 1 | -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. | steve | 1999-05-30 | 1 | -2/+2 |
| | |||||
* | (I hope I caught this quickly enough....) | asami | 1999-03-30 | 5 | -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. | markm | 1998-03-15 | 5 | -49/+0 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -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] | obrien | 1996-11-17 | 1 | -6/+2 |
| | | | | Converted p5* to use MASTER_SITE_PERL_CPAN | ||||
* | CATEGORIES+= --> CATEGORIES= | obrien | 1996-11-11 | 1 | -2/+2 |
| | | | | Misc variable reordering, cleaning up, etc. | ||||
* | Change "utilities" category to "misc" in preparation for move to misc. | asami | 1995-11-26 | 1 | -2/+2 |
| | |||||
* | Add markm@freebsd.org as maintainer. Hey Mark, you are never going | asami | 1995-11-20 | 1 | -1/+4 |
| | | | | to get a lemon meringue pie if you don't credit your work! :> | ||||
* | Drat. Correct the fetch directory name. | markm | 1995-11-18 | 1 | -2/+2 |
| | |||||
* | Add a stunningly useful utility. | markm | 1995-11-18 | 5 | -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. |