summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2011-10-21small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to beMarc Espie
2011-10-09don't be too hasty, we can choose to syslog (OR NOT) *after* we parse theMarc Espie
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
2011-09-25remove hack, ask for SUBDIRs with FULLPATH setMarc Espie
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze
2011-09-17work-around for default vs. no flavorMarc Espie
2011-09-10let pkg_mklocatedb work consistently with SUBDIRLIST (print only theMarc Espie
2011-08-31propagate change of internalsMarc Espie
2011-08-31versionspec stuff belongs in PkgSpec, not PackageNameMarc Espie
2011-08-31synch with current state of affairs a bitMarc Espie
2011-08-27the order of packinglists has been fixed for years by now, so it's noMarc Espie
2011-08-26remove one more reference to pkg_merge; ok espieJason McIntyre
2011-08-26zap it from there tooMarc Espie
2011-08-26Shared Stuff never got usedMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-08-18spacingMarc Espie
2011-08-18tweakMarc Espie
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie
2011-07-24nudge people towards pkglocatedb as a viable alternative to pkg_info -E.Marc Espie
2011-07-23avoid weird warnings in case we run into a strange package.Marc Espie
2011-07-20small tidbitsMarc Espie
2011-07-19better textMarc Espie
2011-07-19tag fuzzy stuff for manual-installs tooMarc Espie
2011-07-19mostly doneMarc Espie
2011-07-19use common code for ssh/http 1.1Marc Espie
2011-07-19clean-up a few thingsMarc Espie
2011-07-19fix -Ddependencies, from Nathanael RensenMarc Espie
2011-07-18most of the pieces are there... still need to open a new connection ifMarc Espie
2011-07-18a little better, but not yet readyMarc Espie
2011-07-18skeleton for grabbing files...Marc Espie
2011-07-18Also handle normal Content-LengthMarc Espie
2011-07-18chunked directory transfersMarc Espie
2011-07-18a few typos, nothing working yet... needs to parse Chunked transferMarc Espie
2011-07-18allow pkg_delete -a pkgname to do something useful:Marc Espie
2011-07-17now that the API is working, reorg the code correctly: DeleteSet is theMarc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-17protect against really weird packing-listsMarc Espie
2011-07-14move deptree_header into AddDelete, use it in pkg_delete.Marc Espie
2011-07-13share codeMarc Espie
2011-07-13let short_print work on DeleteSetsMarc Espie
2011-07-13create DeleteSet as a specialized version of UpdateSets that printMarc Espie
2011-07-13fix a nasty bug: hints are evaluated lazily, so if a package is mentionedMarc Espie
2011-07-12be ways more verbose with -aMarc Espie
2011-07-12put back options -Dbaddepend -DdependenciesMarc Espie
2011-07-12document new -aMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2011-07-12wip, definitely not finished (and not used) yetMarc Espie
2011-07-12refactorMarc Espie
2011-07-12write a small blurb about `installed manually' and how it fits with the otherMarc Espie