aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/info/main.c
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-295/+0
* Warn users when using pkg tools if it looks like theyEitan Adler2012-10-221-0/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-12/+2
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-2/+12
* Add missing `void' keywords.Ed Schouten2009-12-291-1/+1
* Fix segfault when giving invalid long option to pkg_info.Jilles Tjoelker2009-06-011-0/+1
* - Add long options to pkg_install.Florent Thoumie2008-05-301-5/+23
* Fix pkg_info when specifying a remote package.Florent Thoumie2008-04-161-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-091-2/+7
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichKirill Ponomarev2005-10-101-1/+1
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.David E. O'Brien2004-10-181-1/+0
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-3/+7
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-291-3/+11
* Synopsis fixes:Colin Percival2004-03-301-5/+5
* - Add the 'b' option which causes BLOCKSIZE to be hornored whenMatthew N. Dodd2003-03-251-1/+6
* Implement the 'Q' option which is like 'q' (quiet output) exceptMatthew N. Dodd2003-03-251-1/+7
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-091-1/+12
* Update usage() and manpage to match reality (add -O into usage and adjustMaxim Sobolev2002-05-051-2/+4
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-041-2/+9
* Make pkg_info working again when argument is a file not in the currentMaxim Sobolev2002-05-021-2/+5
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)Maxim Sobolev2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.Maxim Sobolev2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-101-2/+6
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-1/+1
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-4/+25
* Add two missed modifiers into usage message (`-G' and `-x').Maxim Sobolev2001-02-241-1/+1
* - By default treat supplied arguments as a shell globs to be matched againstMaxim Sobolev2001-02-081-19/+31
* Add a -g flag for verifying an installed package against its recordedJordan K. Hubbard2001-02-031-1/+5
* - Add missed `-s' option into usage printout;Maxim Sobolev2000-12-051-1/+1
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordMaxim Sobolev2000-10-231-2/+6
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-1/+1
* New option "-s" to query size of the installed package(s).Maxim Sobolev2000-07-071-1/+5
* Avoid infinite loops when given a package name like 'm4-1.1/'.Steve Price2000-05-141-24/+14
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.Dan Moschuk2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesDan Moschuk2000-01-151-1/+23
* Include -f and -t options to SYNOPSYS section (manpage) and usage informationAlexey Zelkin2000-01-071-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
* If pkg_info is run with no args, default to "-aI".Jordan K. Hubbard1999-04-271-2/+7
* "This is the add^H^H^Hinfo module."Tim Vanderhoek1997-12-261-2/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-35/+13
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-3/+3