| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libfetch instead of libftpio. This adds support for http and IPv6. | des | 2000-06-27 | 1 | -2/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -4/+8 |
* | Add cross references to pkg_version(1) in all the other pkg_* man pages. | jhb | 2000-02-29 | 1 | -0/+1 |
* | pkg_create doesn't use more(1) for displaying +DISPLAY files, it | kris | 2000-02-27 | 1 | -2/+1 |
* | Grammar fix: ``Different than'' should be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
* | Document the fact that pkg_add/delete passes INSTALL/DEINSTALL | max | 1999-09-11 | 1 | -0/+5 |
* | Use the appropriate macro for double quotes rather than using double | jkh | 1999-09-01 | 1 | -9/+24 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -2/+2 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 1 | -3/+4 |
* | '?' shouldn't be in the usage string. Unknown characters are already | imp | 1999-06-24 | 1 | -2/+2 |
* | If we are going to have a case for '?' then we should define it in Options. | billf | 1999-06-23 | 1 | -2/+2 |
* | Make it possible to have separate install scripts as well as have | jkh | 1998-12-16 | 4 | -14/+82 |
* | Fix support for uncompressed (".tar") package types. It's not completely | asami | 1998-12-05 | 1 | -5/+21 |
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | jkh | 1998-09-11 | 2 | -34/+58 |
* | o Set paths internally for pkg_add for tools we might want to invoke. | jkh | 1998-09-08 | 1 | -2/+1 |
* | Fix bogus suffix stripping to be less naive. | jkh | 1998-09-08 | 1 | -9/+7 |
* | Don't exit() from cleanup() if we got there via a non-signal since | jkh | 1998-07-28 | 1 | -2/+3 |
* | Document environment variables used by pkg_{add,create,info}. These | jkoshy | 1998-06-26 | 1 | -1/+35 |
* | Loosely document the '-s' commandline option. | steve | 1998-05-24 | 1 | -1/+7 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -9/+8 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -10/+4 |
* | Eliminate the idea of nested "playpens" entirely - it just obfuscated | jkh | 1998-02-16 | 1 | -3/+8 |
* | MF22: Revert part of -p handling. | jkh | 1997-11-14 | 1 | -1/+4 |
* | The prefix override code was bogus. The original idea was sound | jkh | 1997-11-13 | 1 | -6/+1 |
* | Don't return from cleanup() - if it's removed the playpen then very | jkh | 1997-10-13 | 1 | -2/+3 |
* | Use err(3). Cosmetics in usage string and man page. | charnier | 1997-10-08 | 5 | -91/+66 |
* | Document pkg_add's dependency auto-install. While I'm here, fix | hoek | 1997-09-27 | 1 | -7/+7 |
* | Add proper md5 comments to ports-installed packages also by | jkh | 1997-07-04 | 1 | -1/+2 |
* | Change the naming conventions for preserve'd files and also document | jkh | 1997-07-01 | 1 | -1/+13 |
* | Fix multiple documentation bogons. | jkh | 1997-06-19 | 1 | -2/+2 |
* | Add support for srcdir overrides. | jkh | 1997-06-06 | 3 | -6/+20 |
* | Minor typo. | max | 1997-05-02 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 5 | -5/+5 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 5 | -5/+5 |
* | Add MD5 checksums to packing list for all files during pkg_create and use | jkh | 1996-07-30 | 3 | -18/+15 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -3/+3 |
* | Make pkg_install understand and use libftpio instead of its own | jkh | 1996-06-20 | 2 | -2/+5 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -2/+2 |
* | Close a file descriptor that I had (harmlessly) left open in a child | jdp | 1996-03-20 | 1 | -1/+2 |
* | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -6/+6 |
* | Fixed pkg_create to eliminate the limits on the size of the PLIST. | jdp | 1996-02-06 | 1 | -31/+41 |
* | Bring forward my changes from 2.1 | jkh | 1995-10-25 | 3 | -8/+10 |
* | Remove useless -lftp arguments from Makefiles. | jkh | 1995-08-04 | 1 | -3/+0 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -5/+5 |
* | Bump the number of allowable args by a factor of 4. I just scanned | jkh | 1995-05-10 | 1 | -2/+2 |
* | Re-work make_dist() routine to build the tar command more reasonably. | jkh | 1995-05-10 | 1 | -54/+58 |
* | Add a great deal more error checking to various things. | jkh | 1995-04-26 | 2 | -22/+44 |
* | Yikes! How did that typo slip past! I'd swear I compiled it. Oh well, | jkh | 1995-04-26 | 1 | -2/+2 |