| Commit message (Expand) | Author | Age | Files | Lines |
* | Change open modes from ">$file" to "> $file" because it's much safer should | paul | 2000-12-30 | 1 | -2/+2 |
* | mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc. | ru | 2000-12-29 | 1 | -7/+11 |
* | Fix the broken options that were in the development version I committed by mi... | paul | 2000-12-28 | 1 | -1/+2 |
* | Bring the man page up to date with the current version of the script. | paul | 2000-12-28 | 1 | -3/+25 |
* | Add pkg_update, which can replace currently installed ports with new versions | paul | 2000-12-28 | 4 | -1/+276 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 5 | -22/+21 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 2 | -4/+6 |
* | Alphabetically reorder options in `.Op Fl' macro to be consistent with the | sobomax | 2000-12-05 | 1 | -1/+1 |
* | - Add missed `-s' option into usage printout; | sobomax | 2000-12-05 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 4 | -5/+5 |
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 2 | -4/+7 |
* | Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the | des | 2000-10-29 | 1 | -17/+39 |
* | Sigh. It'd be nice to completely commit a bugfix. Once again: | bmah | 2000-10-26 | 1 | -6/+6 |
* | Fix a bug in which pkg_version(1) was ignoring $PORTREVISION | bmah | 2000-10-26 | 1 | -5/+8 |
* | Utilize the "-o" (origin) option recently added to pkg_create(1) | bmah | 2000-10-25 | 2 | -51/+149 |
* | Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record | sobomax | 2000-10-23 | 9 | -7/+55 |
* | Cause fatal error messages to be a little more helpful to the programmer | jkh | 2000-10-22 | 12 | -58/+58 |
* | Add -L option to limit the package status characters the user *doesn't* | bmah | 2000-10-20 | 2 | -6/+33 |
* | Make pkg_version -c -l work. | bmah | 2000-10-20 | 1 | -2/+3 |
* | Trim index lines down to 79 characters, not 80. | des | 2000-10-18 | 1 | -1/+1 |
* | 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 |