| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add cross references to pkg_version(1) in all the other pkg_* man pages. | John Baldwin | 2000-02-29 | 1 | -0/+1 |
| * | Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. | Dan Moschuk | 2000-01-18 | 1 | -2/+4 |
| * | Teach pkg_delete and pkg_info how to deal with full pathnames | Dan Moschuk | 2000-01-15 | 1 | -1/+23 |
| * | Include -f and -t options to SYNOPSYS section (manpage) and usage information | Alexey Zelkin | 2000-01-07 | 2 | -9/+10 |
| * | Use the appropriate macro for double quotes rather than using double | Jordan K. Hubbard | 1999-09-01 | 1 | -4/+9 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 6 | -6/+6 |
| * | Various man page cleanup: | Mike Pritchard | 1999-08-15 | 1 | -2/+2 |
| * | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | Bill Fumerola | 1999-08-11 | 2 | -2/+5 |
| * | When listing the installed packages, do it in alphabetical order. | John Polstra | 1999-07-30 | 1 | -9/+24 |
| * | '?' shouldn't be in the usage string. Unknown characters are already | Warner Losh | 1999-06-24 | 1 | -2/+2 |
| * | If we are going to have a case for '?' then we should define it in Options. | Bill Fumerola | 1999-06-23 | 1 | -2/+2 |
| * | If pkg_info is run with no args, default to "-aI". | Jordan K. Hubbard | 1999-04-27 | 1 | -2/+7 |
| * | change wording slightly to match other pkg_*.1 | David E. O'Brien | 1998-12-31 | 1 | -2/+2 |
| * | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 1 | -1/+5 |
| * | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 1 | -2/+3 |
| * | Add $Id$. | Joseph Koshy | 1998-07-14 | 1 | -0/+1 |
| * | Document `-I' and `-R' options to `pkg_info'. | Joseph Koshy | 1998-07-06 | 1 | -0/+5 |
| * | Document environment variables used by pkg_{add,create,info}. These | Joseph Koshy | 1998-06-26 | 1 | -0/+30 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 1 | -7/+5 |
| * | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | Bruce Evans | 1998-03-07 | 1 | -10/+4 |
| * | Eliminate the idea of nested "playpens" entirely - it just obfuscated | Jordan K. Hubbard | 1998-02-16 | 1 | -3/+8 |
| * | "This is the add^H^H^Hinfo module." | Tim Vanderhoek | 1997-12-26 | 1 | -2/+2 |
| * | Deal with PLIST_UNEXEC properly. | Jordan K. Hubbard | 1997-10-18 | 1 | -1/+5 |
| * | Don't return from cleanup() - if it's removed the playpen then very | Jordan K. Hubbard | 1997-10-13 | 1 | -1/+2 |
| * | Use err(3). Cosmetics in usage string and man page. | Philippe Charnier | 1997-10-08 | 4 | -47/+28 |
| * | Document pkg_add's dependency auto-install. While I'm here, fix | Tim Vanderhoek | 1997-09-27 | 1 | -2/+2 |
| * | Fix multiple documentation bogons. | Jordan K. Hubbard | 1997-06-19 | 1 | -1/+1 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 1 | -2/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 4 | -4/+4 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 4 | -4/+4 |
| * | Add MD5 checksums to packing list for all files during pkg_create and use | Jordan K. Hubbard | 1996-07-30 | 1 | -2/+2 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -3/+3 |
| * | Make pkg_install understand and use libftpio instead of its own | Jordan K. Hubbard | 1996-06-20 | 2 | -3/+5 |
| * | Make a small optimization which shaves about a second off the time | Jordan K. Hubbard | 1996-06-16 | 1 | -27/+21 |
| * | Another round of man page cleanups. | Mike Pritchard | 1996-02-12 | 1 | -5/+5 |
| * | Bring forward my changes from 2.1 | Jordan K. Hubbard | 1995-10-25 | 3 | -11/+13 |
| * | Remove useless -lftp arguments from Makefiles. | Jordan K. Hubbard | 1995-08-04 | 1 | -3/+0 |
| * | You can run pkg_info everywhere expect /var/db/pkg directory :-) | Andrey A. Chernov | 1995-07-30 | 1 | -2/+2 |
| * | If some files lost in /var/db/pkg/<port>/ after system crash f.e., | Andrey A. Chernov | 1995-07-30 | 1 | -7/+7 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 3 | -11/+11 |
| * | Fix a long-standing bug that broke pkg_info utterly and probably made | Jordan K. Hubbard | 1995-05-10 | 2 | -8/+13 |
| * | Whoops! One of my automatics was initialized to garbage. Fix it. | Jordan K. Hubbard | 1995-04-28 | 1 | -2/+2 |
| * | Make pkg_info URL aware (and also make it use the PKG_PATH properly, like | Jordan K. Hubbard | 1995-04-26 | 2 | -21/+42 |
| * | 1. Add proper dependencies to the library in my Makefiles. This was pointed | Jordan K. Hubbard | 1995-04-22 | 1 | -1/+7 |
| * | Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the | Jordan K. Hubbard | 1995-04-19 | 1 | -4/+11 |
| * | Whoops! How embarassing. Just now noticed that I forget to update the .Os | Jordan K. Hubbard | 1995-01-05 | 1 | -1/+1 |
| * | Fix a bad formatting directive. | Jordan K. Hubbard | 1995-01-05 | 1 | -1/+1 |
| * | Added new function show_index() which does a 'smart' display of the index file. | Steven Wallace | 1995-01-05 | 3 | -5/+37 |
| * | More changes from John T. Kohl. Man pages, mostly. | Jordan K. Hubbard | 1994-12-06 | 1 | -3/+3 |
| * | Many of John T. Kohl's patches from NetBSD. Thanks, John! | Jordan K. Hubbard | 1994-12-06 | 5 | -86/+150 |