| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo | marko | 2000-09-25 | 1 | -1/+1 |
* | Make the ``-r'' option actually do something :) | marko | 2000-09-25 | 2 | -1/+3 |
* | Fix symlink-to-a-dir handling in pkg_delete. | sobomax | 2000-09-18 | 3 | -6/+24 |
* | pkg_version(1) will now distinguish between the different cases where | bmah | 2000-09-15 | 2 | -7/+16 |
* | Arrgh. Back out a change used during debugging and fix a typo. | bmah | 2000-09-11 | 1 | -2/+2 |
* | Remove a workaround for a long-fixed bug in fetch(1). | bmah | 2000-09-09 | 2 | -10/+4 |
* | pkg_version.pl now understands the new package/port numbering scheme | bmah | 2000-09-09 | 1 | -24/+109 |
* | Update my email address in various places in pkg_version. | bmah | 2000-08-23 | 2 | -2/+2 |
* | Now that Bruce Mah is a committer, retire my co-maintainership | billf | 2000-08-22 | 1 | -2/+1 |
* | Fix bug with -c option | marko | 2000-08-07 | 1 | -0/+1 |
* | New option "-s" to query size of the installed package(s). | sobomax | 2000-07-07 | 5 | -2/+69 |
* | Use libfetch instead of libftpio. This adds support for http and IPv6. | des | 2000-06-27 | 6 | -123/+41 |
* | 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 | 2 | -42/+27 |
* | Finally remove the restriction introduced from NetBSD in r.1.3 that | hoek | 2000-05-13 | 1 | -2/+12 |
* | Do not preserve UIDs, permissions nor flags of package system files in | sheldonh | 2000-03-15 | 1 | -2/+2 |
* | -CURRENT is now 500000, reflect that. | billf | 2000-03-13 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 3 | -12/+24 |
* | Add cross references to pkg_version(1) in all the other pkg_* man pages. | jhb | 2000-02-29 | 5 | -1/+6 |
* | pkg_create doesn't use more(1) for displaying +DISPLAY files, it | kris | 2000-02-27 | 1 | -2/+1 |
* | 1. If checking for directory-ness, check "dir" and "dir/" to catch | jkh | 2000-02-19 | 1 | -0/+2 |
* | 1. If checking for directory-ness, check "dir" and "dir/" to catch | jkh | 2000-02-19 | 1 | -2/+8 |
* | While looking for a bug, tripped over style issues with added | jkh | 2000-02-18 | 1 | -11/+6 |
* | Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a | obrien | 2000-02-08 | 1 | -1/+1 |
* | Grammar fix: ``Different than'' should be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
* | Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. | dan | 2000-01-18 | 2 | -4/+8 |
* | Teach pkg_delete and pkg_info how to deal with full pathnames | dan | 2000-01-15 | 2 | -3/+46 |
* | 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 |
* | Include -f and -t options to SYNOPSYS section (manpage) and usage information | phantom | 2000-01-07 | 2 | -9/+10 |
* | Deal with package filenames which contain spaces. | jkh | 2000-01-04 | 1 | -1/+1 |
* | Redirect stdout from mtree to /dev/null; we don't really need to know | asami | 2000-01-03 | 1 | -2/+2 |
* | Only pkg_delete the old package if the new one builds properly. | jkh | 1999-12-06 | 1 | -2/+1 |
* | Add '-l' which will match a certain status code. | billf | 1999-12-03 | 2 | -5/+25 |
* | Correct co-MAINTAINER's e-mail address. I don't know how many | billf | 1999-12-03 | 1 | -1/+1 |
* | Install man pages in the right place. This is what I get for cheating | billf | 1999-11-28 | 1 | -1/+1 |
* | Add the author as co-maintainer, a la mergemaster. | billf | 1999-11-26 | 1 | -0/+1 |
* | Welcome pkg_version into the FreeBSD source tree. | billf | 1999-11-26 | 4 | -1/+466 |
* | Make `pkg_add -r package1 package2 package3 ...` work correctly. | cpiazza | 1999-11-18 | 1 | -4/+6 |
* | o Remove all of the objformat logic, it's never coming back. | billf | 1999-09-25 | 1 | -16/+5 |
* | 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 | 4 | -20/+47 |
* | Remove some $Log$ debris | peter | 1999-08-29 | 1 | -15/+0 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 34 | -35/+38 |
* | Various man page cleanup: | mpp | 1999-08-15 | 4 | -8/+8 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 7 | -16/+22 |
* | When listing the installed packages, do it in alphabetical order. | jdp | 1999-07-30 | 1 | -9/+24 |
* | 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 | 4 | -8/+8 |