summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault when giving invalid long option to pkg_info.jilles2009-06-011-0/+1
* Skip @pkgdep if there's no argument.flz2009-05-192-1/+5
* Add release package directories for 6.4 and 7.2.kensmith2009-04-151-0/+2
* Use full name (noticed by: ru@chinsan2009-01-111-1/+1
* - Backout latest changes (follow symlinks: r186496, r186518).flz2009-01-062-61/+24
* - s/no-scripts/no-script/chinsan2009-01-041-2/+2
* Fix memory leaks introduced in last commit.flz2008-12-272-13/+3
* Follow symlinks when deleting directories.flz2008-12-252-24/+71
* Add package directory for 7.1-RELEASE in head as well as stable/7.flz2008-12-251-0/+1
* Display usage when pkg_add is called with no arguments.brooks2008-10-171-1/+1
* Use humanize_number to report pen-sizes so people don't have to countphk2008-08-072-4/+18
* Enable the -n option of pkg_create(1).keramida2008-07-082-1/+5
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-165-30/+1
* Style fix (use naked commands).flz2008-06-161-7/+3
* - add: Keep dependent packages too if -K is specified.flz2008-06-123-2/+4
* Exclude .svn directories from generated distfile.flz2008-06-031-1/+2
* - Add long options to pkg_install.flz2008-05-3013-100/+206
* Use PKG_INSTALL_VERSION for the distfile name instead of current date.flz2008-05-281-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.flz2008-05-281-1/+1
* Update usage strings to add a missing -n option.keramida2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.keramida2008-05-274-5/+42
* - 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
OpenPOWER on IntegriCloud