summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/perform.c
Commit message (Expand)AuthorAgeFilesLines
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-181-2/+2
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+1
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-191-4/+2
* Fix pkg_info when specifying a remote package.flz2008-04-161-17/+22
* Add -K option to pkg_add and pkg_info.flz2006-01-091-1/+1
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-20/+12
* - match package version numbers with relational operatorseik2004-06-291-1/+29
* 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
OpenPOWER on IntegriCloud