aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-1714-0/+3241
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-2314-3241/+0
* Bump PKG_INSTALL_VERSION to 20100403.Florent Thoumie2010-04-031-1/+1
* Fix pkg_delete, check if the file we're trying to delete is aFlorent Thoumie2010-04-031-1/+1
* Various fixes.Florent Thoumie2010-04-015-29/+32
* - Add support for UPDATING remote fetching.Florent Thoumie2010-01-221-1/+1
* - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.Florent Thoumie2009-09-021-3/+3
* Add support for INDEX-9 [1]Doug Barton2009-08-311-3/+3
* Don't imply that only FTP urls are supported when we can't fetchBrian Somers2009-06-301-1/+1
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-193-25/+29
* Skip @pkgdep if there's no argument.Florent Thoumie2009-05-192-1/+5
* - Backout latest changes (follow symlinks: r186496, r186518).Florent Thoumie2009-01-062-61/+24
* Fix memory leaks introduced in last commit.Florent Thoumie2008-12-272-13/+3
* Follow symlinks when deleting directories.Florent Thoumie2008-12-252-24/+71
* Use humanize_number to report pen-sizes so people don't have to countPoul-Henning Kamp2008-08-071-4/+15
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-081-1/+1
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-162-16/+0
* - add: Keep dependent packages too if -K is specified.Florent Thoumie2008-06-121-1/+1
* - Add long options to pkg_install.Florent Thoumie2008-05-301-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.Florent Thoumie2008-05-281-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-032-10/+13
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-112-17/+56
* Some code cleanups, including removing of stale getopt argument andKirill Ponomarev2007-11-101-0/+7
* Momoize the results of isinstalledpkg()Kirill Ponomarev2007-11-021-9/+55
* Add whitespace.Kirill Ponomarev2007-10-171-1/+1
* Update for INDEX-8 support.Kirill Ponomarev2007-10-171-1/+3
* - 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
* 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-122-2/+2
* Add INDEX-7 and remove trailing spaces.Kirill Ponomarev2006-04-171-3/+5
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-092-4/+27
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-071-2/+5
* Do not bitch about bsdpan modules not having origin.Kirill Ponomarev2005-09-241-1/+1
* remove a few uses of the word `really'John-Mark Gurney2005-06-271-2/+2
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-142-1/+8
* Use INDEX-6 for versions of FreeBSD > 600000Paul Richards2005-01-041-1/+3
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.David E. O'Brien2004-10-182-0/+2
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-2/+0
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-282-2/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-282-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-296-20/+40
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-294-12/+15
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-292-26/+198
* - complete rewrite of the version number parsing code, restoring compatibiliy...Oliver Eikemeier2004-06-292-83/+239
* When invoking tar, make sure the mode option (-x) is first.Tim Kientzle2004-04-081-7/+6
* Fix a case of undefined behavior due to overlapping buf objects inJens Schweikhardt2003-12-231-2/+3