aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/info
Commit message (Expand)AuthorAgeFilesLines
* When listing the installed packages, do it in alphabetical order.John Polstra1999-07-301-9/+24
* '?' 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
* change wording slightly to match other pkg_*.1David E. O'Brien1998-12-311-2/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-2/+3
* Add $Id$.Joseph Koshy1998-07-141-0/+1
* Document `-I' and `-R' options to `pkg_info'.Joseph Koshy1998-07-061-0/+5
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-261-0/+30
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-7/+5
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-10/+4
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-3/+8
* "This is the add^H^H^Hinfo module."Tim Vanderhoek1997-12-261-2/+2
* Deal with PLIST_UNEXEC properly.Jordan K. Hubbard1997-10-181-1/+5
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-084-47/+28
* Document pkg_add's dependency auto-install. While I'm here, fixTim Vanderhoek1997-09-271-2/+2
* Fix multiple documentation bogons.Jordan K. Hubbard1997-06-191-1/+1
* 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-224-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-2/+2
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-3/+3
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-202-3/+5
* Make a small optimization which shaves about a second off the timeJordan K. Hubbard1996-06-161-28/+22
* Another round of man page cleanups.Mike Pritchard1996-02-121-5/+5
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-253-11/+13
* Remove useless -lftp arguments from Makefiles.Jordan K. Hubbard1995-08-041-3/+0
* You can run pkg_info everywhere expect /var/db/pkg directory :-)Andrey A. Chernov1995-07-301-2/+2
* If some files lost in /var/db/pkg/<port>/ after system crash f.e.,Andrey A. Chernov1995-07-301-7/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-11/+11
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-102-8/+13
* Whoops! One of my automatics was initialized to garbage. Fix it.Jordan K. Hubbard1995-04-281-2/+2
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likeJordan K. Hubbard1995-04-262-22/+43
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-1/+7
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is theJordan K. Hubbard1995-04-191-4/+11
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-1/+1
* Fix a bad formatting directive.Jordan K. Hubbard1995-01-051-1/+1
* Added new function show_index() which does a 'smart' display of the index file.Steven Wallace1995-01-053-5/+37
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-3/+3
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-065-86/+150
* Sigh. NOW it's ok! :-)Jordan K. Hubbard1994-10-141-2/+2
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-141-5/+8
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-041-2/+13
* Add explanation of -e in usage().Satoshi Asami1994-06-011-1/+2
* Change Header to Id.Jordan K. Hubbard1994-05-251-1/+1
* Now works with/without obj directoriesNate Williams1993-09-201-1/+2
* Added two new options, one of which is fairly far reaching:Jordan K. Hubbard1993-09-085-15/+81
* Nailed one last lurking ^L.Jordan K. Hubbard1993-09-071-1/+1