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