| 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 |
* | Use `rm -f` if the -f (force) option was given. | hoek | 2000-06-02 | 1 | -1/+1 |
* | Avoid infinite loops when given a package name like 'm4-1.1/'. | steve | 2000-05-14 | 1 | -18/+13 |
* | Finally remove the restriction introduced from NetBSD in r.1.3 that | hoek | 2000-05-13 | 1 | -2/+12 |
* | Add cross references to pkg_version(1) in all the other pkg_* man pages. | jhb | 2000-02-29 | 1 | -0/+1 |
* | While looking for a bug, tripped over style issues with added | jkh | 2000-02-18 | 1 | -11/+6 |
* | Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. | dan | 2000-01-18 | 1 | -2/+4 |
* | Teach pkg_delete and pkg_info how to deal with full pathnames | dan | 2000-01-15 | 1 | -2/+23 |
* | Fix bogon in previous commit: pass a string argument to printf(3) to | sheldonh | 2000-01-11 | 1 | -2/+2 |
* | Use a more helpful fatal error message than "Toto! This doesn't look | sheldonh | 2000-01-11 | 1 | -2/+2 |
* | Use the appropriate macro for double quotes rather than using double | jkh | 1999-09-01 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | 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/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | '?' 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 |
* | document PKG_DBDIR | obrien | 1998-12-31 | 1 | -0/+13 |
* | Make it possible to have separate install scripts as well as have | jkh | 1998-12-16 | 2 | -12/+131 |
* | Fix bug where trailing slash could confuse the registry removal. | jkh | 1998-11-11 | 1 | -1/+7 |
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | jkh | 1998-09-11 | 1 | -10/+15 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -7/+5 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -10/+4 |
* | Don't return from cleanup() - if it's removed the playpen then very | jkh | 1997-10-13 | 1 | -1/+2 |
* | Use err(3). Cosmetics in usage string and man page. | charnier | 1997-10-08 | 3 | -61/+45 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | Fix multiple documentation bogons. | jkh | 1997-06-19 | 1 | -1/+1 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -2/+2 |
* | Protect against missing initial @cwd. Closes PR#2893 | jkh | 1997-03-06 | 1 | -3/+7 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Add MD5 checksums to packing list for all files during pkg_create and use | jkh | 1996-07-30 | 3 | -8/+7 |
* | 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 | 3 | -4/+8 |
* | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -8/+8 |
* | Bring my pkg_install improvements forward from 2.1. | jkh | 1995-11-12 | 1 | -5/+10 |
* | Remove useless -lftp arguments from Makefiles. | jkh | 1995-08-04 | 1 | -3/+0 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Add depend on libftp since this is now in lib. | jkh | 1995-04-26 | 1 | -1/+3 |
* | 1. Add proper dependencies to the library in my Makefiles. This was pointed | jkh | 1995-04-22 | 1 | -1/+7 |
* | Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the | jkh | 1995-04-19 | 1 | -3/+8 |
* | Whoops! How embarassing. Just now noticed that I forget to update the .Os | jkh | 1995-01-05 | 1 | -1/+1 |
* | More changes from John T. Kohl. Man pages, mostly. | jkh | 1994-12-06 | 1 | -82/+142 |
* | Many of John T. Kohl's patches from NetBSD. Thanks, John! | jkh | 1994-12-06 | 3 | -12/+109 |
* | Don't let pkg_delete remove the recorded location until everything has | jkh | 1994-09-29 | 1 | -3/+3 |
* | The environment variable PKG_PREFIX is set to the first @cwd command | asami | 1994-05-25 | 2 | -10/+27 |
* | Make clear what arguments the "require" script gets. | asami | 1994-05-20 | 1 | -2/+5 |
* | Fix problems with executing from current directory | jkh | 1993-10-08 | 1 | -3/+3 |
* | Now works with/without obj directories | nate | 1993-09-20 | 1 | -1/+2 |
* | Lots of misc tweaks, support for arbitrary separators in pkg_info, more | jkh | 1993-09-03 | 3 | -3/+3 |