aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
...
* Retire pkg_sign. It was used to embed signatures in gzip'ed packages.Florent Thoumie2008-03-3118-2590/+1
* Improve style a little and remove one always-true condition.Roman Divacky2008-03-301-3/+3
* Sync list of directories to look for packages in to current releasesKen Smith2008-02-261-1/+3
* Introduce -i to SYNOPSIS, forgotten by krion@.Ruslan Ermilov2008-02-081-1/+1
* Revise the TECHNICAL DETAILS section.Ruslan Ermilov2008-01-091-68/+87
* - Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSDGabor Kovesdan2007-12-201-5/+5
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-0910-173/+1
* Add the 'pkg_search' script.David E. O'Brien2007-12-0910-1/+173
* Fix segfault while running with -a option and deinstalling brokenKirill Ponomarev2007-11-101-1/+1
* Some code cleanups, including removing of stale getopt argument andKirill Ponomarev2007-11-105-32/+26
* Add -i option for package installation without fetching andKirill Ponomarev2007-11-104-4/+16
* Cleanup of userland __P useKevin Lo2007-11-079-45/+45
* Introduce pkg_updating(1) which scans for installed ports and showsKirill Ponomarev2007-11-025-1/+385
* Momoize the results of isinstalledpkg()Kirill Ponomarev2007-11-021-9/+55
* If the INDEX file cannot be opened, print the actual filename / pathSimon L. B. Nielsen2007-10-261-7/+8
* Add whitespace.Kirill Ponomarev2007-10-171-1/+1
* Update for INDEX-8 support.Kirill Ponomarev2007-10-171-1/+3
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.Ken Smith2007-10-111-1/+2
* Fix pkg_add behaviour to preserve pathnames.Kirill Ponomarev2007-08-231-1/+1
* - Replace rather inefficient bubble sort with a recursive depth-first search.Pav Lucistnik2007-06-181-64/+110
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.Nate Lawson2007-03-284-7/+7
* Invoke tar(1) with the -p option when installing a packageRuslan Ermilov2007-03-061-2/+2
* The use of predefined strings such as \*[Ge] can be harmful here,Ruslan Ermilov2007-03-041-3/+3
* Fix markup and clean up some of the wording.Ruslan Ermilov2007-03-041-23/+32
* Clarify the meaning information printed by the -o option.Greg Lehey2007-03-031-4/+3
* Fix a bug in 1.40 - it missed three occurences in pkg_info which leads toPav Lucistnik2007-02-071-5/+23
* Fix previous rev.: don't step behind the end of memory we allocatePav Lucistnik2007-02-011-1/+1
* Remove hard-coded limit (200) on maximum number of packages that can beAde Lovett2007-01-311-21/+13
* Fix the logic bug that caused the custom versions of warn(3) andRuslan Ermilov2007-01-302-3/+3
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* Fix usage().Ruslan Ermilov2006-09-291-6/+6
* Sync usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-1/+1
* Oops. Catch up on the last couple of releases and prepare for the nextKen Smith2006-09-261-0/+3
* Fix "pkg_version -Io" coredump, if some packages have no origin atKirill Ponomarev2006-08-121-1/+1
* Cosmetic: fix indentation.Dag-Erling Smørgrav2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.Dag-Erling Smørgrav2006-07-081-0/+1
* Allow variable amounts of verbosity.David E. O'Brien2006-06-127-7/+7
* Add INDEX-7 and remove trailing spaces.Kirill Ponomarev2006-04-171-3/+5
* Use bzip2(1) by default to compress package tarball onKirill Ponomarev2006-04-171-1/+6
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-172-2/+6
* Close descriptor in retrieve_x509_marker function.Kirill Ponomarev2006-03-152-10/+16
* Add -F option to not fail on already installed packages.Poul-Henning Kamp2006-03-094-5/+13
* Fix pkg_version with the -o argument to print the origin.Kirill Ponomarev2006-02-121-4/+5
* Fix typo.Kirill Ponomarev2006-01-291-1/+1
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-0910-18/+71
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-076-9/+42
* Document PKG_PATH enviroment variable.Kirill Ponomarev2005-11-231-1/+4
* -mdoc sweep.Ruslan Ermilov2005-11-182-5/+7
* Add -P flag, it does the same as the -p option, except that theKirill Ponomarev2005-11-124-11/+52
* Introduce 3 new options for pkg_create(1), -x for using basicKirill Ponomarev2005-11-084-7/+61