summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2011-03-23cache user name for ~userMarc Espie
2011-03-23allow scp://hostname/~user/subdir to workMarc Espie
2011-03-20document new stuffMarc Espie
2011-03-20pass url name to Ustar, for error messagesMarc Espie
2011-03-20allow Ustar to be more precise in its error messages: record positionMarc Espie
2011-03-19Pass the new -c option to grotty when building manuals, to avoid ANSIIngo Schwarze
2011-03-19I can remove duplicate flag since that's handled upwards.Marc Espie
2011-03-19put back -L in handle_options, so that it works in pkg_add/pkg_delete/pkg_createMarc Espie
2011-03-19fix some name[=value] horrors;Jason McIntyre
2011-03-19Xr pkg.conf.5; from Patrick LamaiziereJason McIntyre
2011-03-07run makewhatis during pkg_create in verbose mode.Marc Espie
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
2011-01-31Add a full stop at the end of the sentences from finish and report.Antoine Jacoutot
2011-01-25prepend pkgname to ask-update prompt, so that user knows for sure whichMarc Espie
2011-01-23hide details of "finish" inside PackingElement proper.Marc Espie
2011-01-21forgot to pass this. bug-report from "Michael W. Lucas" <mwlucas@blackhelicop...Marc Espie
2011-01-14Quick fix for cwd = /Marc Espie
2011-01-10have "non quiet" mode for pkg_info -r show something...Marc Espie
2011-01-09NYTProf now warns against $& in regexps, remove that one which doesn'tMarc Espie
2011-01-09add yet another check: obviously in a @depend line, if the def part doesn'tMarc Espie
2011-01-04tweak previous;Jason McIntyre
2011-01-04go all the way, put temp pages in /tmpMarc Espie
2011-01-04create tempfile directly under fake, no need to go down.Marc Espie
2011-01-03make it possible to check for a pkgspec by name, without looking at installedMarc Espie
2011-01-03redo the object creation in a more straightforward way.Marc Espie
2011-01-03those all need newlinesMarc Espie
2011-01-03unbreak hardlinks, like MLINKS, too.Jasper Lievisse Adriaanse
2011-01-03broke symlinks, noticed by jasper@Marc Espie
2011-01-02add missing newline between @url and @wantlib.Federico G. Schwindt
2011-01-02create formatted manpages as temporary files we remove after the fact.Marc Espie
2011-01-02use new convention for methods with empty parameters.Marc Espie
2011-01-02document optional prepare parameterMarc Espie
2011-01-02tidy things: use ->new more often.Marc Espie
2011-01-02kill very old idiom, I don't actually want to go thru items directly.Marc Espie
2010-12-29more stuff that uses print directly diesMarc Espie
2010-12-24pass state around.Marc Espie
2010-12-24move the handling of ldconfig to AddDelete::StateMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-12-22simplify some more: if it's not installed, ask the ports tree, who knows,Marc Espie
2010-12-22once we read the list, make sure it matches the dependency.Marc Espie
2010-12-21fix, as noticed by dcoppa@Marc Espie
2010-12-21simplify a bit:Marc Espie
2010-12-20use a better strategy: ask the ports tree for the plist for packages withMarc Espie
2010-12-20missed someMarc Espie
2010-12-20disable temporarilyMarc Espie
2010-12-20new check in pkg_create: walk the dependency tree for @wantlib, thusMarc Espie
2010-12-20prepare for reuse in pkgcreate: allow not finding stuff and not failingMarc Espie
2010-12-20split solver class into a base that can be reused from pkgcreate.Marc Espie
2010-12-20more refactor: errsay_libraryMarc Espie
2010-12-20more refactor: method for global_cache, add find_in_installed, separateMarc Espie