summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/perform.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the 'Q' option which is like 'q' (quiet output) exceptmdodd2003-03-251-0/+2
* Use --fast-read mode to extract metadata from package file. Since metadatasobomax2002-09-091-2/+16
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-62/+18
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
* Add ability to query installed packages based on origin.sobomax2002-05-041-0/+61
* Fix SCM ID's.obrien2002-04-011-5/+3
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-101-0/+2
* WARNS=2 cleanup.sobomax2001-10-101-8/+9
* Various fixes and improvements:sobomax2001-09-191-2/+0
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-5/+2
* Usability tweak:sobomax2001-08-021-1/+1
* Decapitalise first letter of warning message.sobomax2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. Thissobomax2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-231-5/+155
* Put back several lines that I erroneously deleted in my previous commit. Thissobomax2001-03-011-0/+3
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-143/+26
* - By default treat supplied arguments as a shell globs to be matched againstsobomax2001-02-081-20/+135
* Add a -g flag for verifying an installed package against its recordedjkh2001-02-031-0/+2
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-0/+2
* Make the ``-r'' option actually do something :)marko2000-09-251-0/+2
* New option "-s" to query size of the installed package(s).sobomax2000-07-071-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-1/+2
* When listing the installed packages, do it in alphabetical order.jdp1999-07-301-9/+24
* Make it possible to have separate install scripts as well as havejkh1998-12-161-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-2/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-3/+8
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-6/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make a small optimization which shaves about a second off the timejkh1996-06-161-28/+22
* Bring forward my changes from 2.1jkh1995-10-251-6/+8
* You can run pkg_info everywhere expect /var/db/pkg directory :-)ache1995-07-301-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fix a long-standing bug that broke pkg_info utterly and probably madejkh1995-05-101-5/+9
* Whoops! One of my automatics was initialized to garbage. Fix it.jkh1995-04-281-2/+2
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likejkh1995-04-261-21/+40
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-4/+11
* Added new function show_index() which does a 'smart' display of the index file.swallace1995-01-051-3/+3
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-2/+10
* Sigh. NOW it's ok! :-)jkh1994-10-141-2/+2
* This should do it - I forgot about pkg_info.jkh1994-10-141-5/+8
* Add the ability to verify that a package won't extract in the spacejkh1994-10-041-2/+13
* Added two new options, one of which is fairly far reaching:jkh1993-09-081-2/+6
* Nailed one last lurking ^L.jkh1993-09-071-1/+1
* Added -e flag to pkg_info. Now you can test to see whether a packagejkh1993-09-051-3/+11
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-1/+1
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-8/+8
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+144
OpenPOWER on IntegriCloud