summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* - Backout 1.15, it was committed by accidentpav2008-05-031-0/+5
* - Restore functionality broken in previous commit; we need to be able to reportpav2008-05-035-32/+37
* Fix pkg_info when specifying a remote package.flz2008-04-162-18/+23
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-114-51/+144
* Add a distfile target to generate a distfile to be used by theflz2008-04-091-0/+16
* Retire pkg_sign. It was used to embed signatures in gzip'ed packages.flz2008-03-3118-2590/+1
* Improve style a little and remove one always-true condition.rdivacky2008-03-301-3/+3
* Sync list of directories to look for packages in to current releaseskensmith2008-02-261-1/+3
* 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
OpenPOWER on IntegriCloud