| Age | Commit message (Expand) | Author |
| 2007-07-16 | Switch to src/dist as primary src location of pkg_install. | joerg |
| 2007-04-20 | To avoid the defs.h to disappear again, change users of PRIu64 to | joerg |
| 2007-04-20 | Sync w/ pkgsrc/pkgtools/pkg_install: Include "defs.h" to get definition | tnn |
| 2007-03-08 | First step to killing the require script heritage: remove support | joerg |
| 2007-03-02 | Links to pkgsrc(7) instead of packages(7). Bump date. | wiz |
| 2006-07-10 | In header files, there shall be no variable definitions, only | rillig |
| 2006-07-01 | Fix pkg_info -Q for binary packages, noted by rillig. | dillo |
| 2006-06-27 | Update usage() to match the manpage - most important, add missing options | hubertf |
| 2006-04-24 | Add support for creating summary file containing all information | dillo |
| 2006-03-17 | pkg_do(): only use cp2 if it's really set to something useful | hubertf |
| 2005-11-23 | Reduce the use of the system() function in pkg_install to avoid quoting | ben |
| 2005-11-14 | Fix first part of PR 32068: pkg_info -Q broken for local binary packages | dillo |
| 2005-11-07 | Don't add INSTALLED_INFO to the list of files to extract from binary | dillo |
| 2005-11-05 | Add compat #ifdefs from pkgsrc, to make syncing easier between the | wiz |
| 2005-11-03 | Implement framework to store variable=value pairs about an installed package. | dillo |
| 2005-05-30 | Add ranges support to the pkg_* tools. See mail on tech-pkg or | wiz |
| 2005-04-18 | For -L, mention that files that were dynamicallt created upon installation | hubertf |
| 2005-02-26 | mdoc fixes: use Sq and Dq instead of ' " and '' | grant |
| 2005-02-20 | initialise a variable before using it. pkg_info binpkg.tgz would pass | grant |
| 2005-02-16 | Also display package name when having trouble displaying package | agc |
| 2005-02-14 | Make show_file() take an extra argument, that of the package name, and | agc |
| 2005-02-10 | rework pkg_info(8) operating on binary packages, deprecating the `-.' | grant |
| 2004-12-29 | Introduce a new abstraction in the C code, called MaxPathSize. All | agc |
| 2004-11-10 | Document the "pre" magic string just added, and bump date for this. | agc |
| 2004-11-02 | As the comment says, not all files may be present in the tar file, | erh |
| 2004-10-06 | Don't look for files at all unless -. is specified. Allows pkg_info to | erh |
| 2004-08-23 | Avoid comma abuse, remove a redundant word, and add a missing period. | snj |
| 2004-08-23 | Provide a correct description of -R flag, as suggested by Jim Bernard in | cube |
| 2004-08-18 | Move the local array declaration of flist[] to the variable declaration | he |
| 2004-08-13 | Bump date for previous. | wiz |
| 2004-08-13 | Sort options, add -K to usage. | wiz |
| 2004-08-13 | Modify pkg_info so that it will only print information on uninstalled | agc |
| 2004-08-07 | pkg_info will not DTRT when applied to a binary package that doesn't | hubertf |
| 2004-05-08 | Bump date of manpage after addition of -Q flag to pkg_info(1). | jlam |
| 2004-05-07 | Fix up definition of SHOW_BI_VAR, the prototype for show_var(), and the | jlam |
| 2004-05-07 | Add a new flag -Q (for "query") to pkg_info(1) to query the build | jlam |
| 2004-04-19 | missing period at the end of sentence | itojun |
| 2004-04-01 | Some package names are extra long, like xscreensaver-gnome-4.13 | reed |
| 2004-03-22 | Check pkgdb_open for correct return value. | wiz |
| 2004-01-06 | Fix typo; new sentence, new line; | wiz |
| 2004-01-06 | Rework a bit to describe the pkg wildcards in their own | hubertf |
| 2004-01-06 | pkg_info(1) now also shows post-install message by default, if present | hubertf |
| 2003-12-20 | use the --use-compress-program argument to tar and do away with | grant |
| 2003-12-06 | Fix typo, reported by Soren Jacobsen in PR 23666. | wiz |
| 2003-09-23 | Get rid of lots of system(3) (partly via vsystem) calls. | wiz |
| 2003-09-10 | Fix a bug I accidentally introduced in rev. 1.48 where a pkg_dbdir could no | jlam |
| 2003-09-08 | Allow the package entries in the pkgdbdir to be either directories or | jlam |
| 2003-09-08 | Bump date for previous. | wiz |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-07-14 | use bounded string op as much as possible | itojun |