summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Introduce -i to SYNOPSIS, forgotten by krion@.ru2008-02-081-1/+1
* Revise the TECHNICAL DETAILS section.ru2008-01-091-68/+87
* - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSDgabor2007-12-201-5/+5
* Backout previous commit, since it's done without maintainerskrion2007-12-0910-173/+1
* Add the 'pkg_search' script.obrien2007-12-0910-1/+173
* Fix segfault while running with -a option and deinstalling brokenkrion2007-11-101-1/+1
* Some code cleanups, including removing of stale getopt argument andkrion2007-11-105-32/+26
* Add -i option for package installation without fetching andkrion2007-11-104-4/+16
* Cleanup of userland __P usekevlo2007-11-079-45/+45
* Introduce pkg_updating(1) which scans for installed ports and showskrion2007-11-025-1/+385
* Momoize the results of isinstalledpkg()krion2007-11-021-10/+56
* If the INDEX file cannot be opened, print the actual filename / pathsimon2007-10-261-7/+8
* Add whitespace.krion2007-10-171-1/+1
* Update for INDEX-8 support.krion2007-10-171-1/+3
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-111-1/+2
* Fix pkg_add behaviour to preserve pathnames.krion2007-08-231-1/+1
* - Replace rather inefficient bubble sort with a recursive depth-first search.pav2007-06-181-66/+112
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.njl2007-03-284-7/+7
* Invoke tar(1) with the -p option when installing a packageru2007-03-061-2/+2
* The use of predefined strings such as \*[Ge] can be harmful here,ru2007-03-041-3/+3
* Fix markup and clean up some of the wording.ru2007-03-041-23/+32
* Clarify the meaning information printed by the -o option.grog2007-03-031-4/+3
* Fix a bug in 1.40 - it missed three occurences in pkg_info which leads topav2007-02-071-5/+23
* Fix previous rev.: don't step behind the end of memory we allocatepav2007-02-011-1/+1
* Remove hard-coded limit (200) on maximum number of packages that can beade2007-01-311-21/+13
* Fix the logic bug that caused the custom versions of warn(3) andru2007-01-302-3/+3
* Markup fixes.ru2006-09-291-1/+1
* Fix usage().ru2006-09-291-6/+6
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-1/+1
* Oops. Catch up on the last couple of releases and prepare for the nextkensmith2006-09-261-0/+3
* Fix "pkg_version -Io" coredump, if some packages have no origin atkrion2006-08-121-1/+1
* Cosmetic: fix indentation.des2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.des2006-07-081-0/+1
* Allow variable amounts of verbosity.obrien2006-06-127-7/+7
* Add INDEX-7 and remove trailing spaces.krion2006-04-171-3/+5
* Use bzip2(1) by default to compress package tarball onkrion2006-04-171-1/+6
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-2/+6
* Close descriptor in retrieve_x509_marker function.krion2006-03-152-10/+16
* Add -F option to not fail on already installed packages.phk2006-03-094-5/+13
* Fix pkg_version with the -o argument to print the origin.krion2006-02-121-4/+5
* Fix typo.krion2006-01-291-1/+1
* Add -K option to pkg_add and pkg_info.flz2006-01-0910-18/+71
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-076-9/+42
* Document PKG_PATH enviroment variable.krion2005-11-231-1/+4
* -mdoc sweep.ru2005-11-182-5/+7
* Add -P flag, it does the same as the -p option, except that thekrion2005-11-124-11/+52
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-084-7/+61
* Look for packages in packages-6.0-release or packages-6-stable, asmurray2005-10-271-1/+2
* * pkg_version(1) exits if INDEX files is not found and -I is notkrion2005-10-102-5/+10
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-102-2/+2
OpenPOWER on IntegriCloud