summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-12-20move stuff aroundMarc Espie
2010-12-20use Auto::cacheMarc Espie
2010-12-20turn find_candidate into a real method we can inherit, tweak parametersMarc Espie
2010-12-20extra indirection: allow registration of library objects (refactor for later)Marc Espie
2010-12-20use state->definesMarc Espie
2010-12-20pass state to SharedLibs for direct printingMarc Espie
2010-12-18bump ->defines up to main state class.Marc Espie
2010-12-18use copy_file from stateMarc Espie
2010-12-18zap old Error usage, state incorporates error printing.Marc Espie
2010-12-18go thru state for printing (prodded by landry@)Marc Espie
2010-12-13remove locals, so that it can be called again and againMarc Espie
2010-12-13pass state around and use state->printMarc Espie
2010-12-05tweak the framework so that individual modules don't exist and returnMarc Espie
2010-11-27avoid infinite loops correctly this timeMarc Espie
2010-11-27zap old-style .>= specsMarc Espie
2010-11-27minor fix for ports which install manpages in other directories: keepMarc Espie
2010-11-22allow weird practices such as ftp_proxy='' instead of unset altogetherMarc Espie
2010-11-14simplify slightly, make the . optionalMarc Espie
2010-11-04badspec match_locations must return a ref, fixes pkg_add -nz bzrMarc Espie
2010-10-28:-PMarc Espie
2010-10-28this can't be right, as it takes out check_for_loops entirely...Marc Espie
2010-10-27document @rcscriptMarc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-10-25@symlink/@size/@link are generated automatically, make pkg_create(1) errorMarc Espie
2010-10-25document fullwidthMarc Espie
2010-10-25use new system to do quietMarc Espie
2010-10-25don't use the fullwidth of the term by default, makes typing easier.Marc Espie
2010-10-25just bail out of producing empty files.Marc Espie
2010-10-25separate "Term" part from "Real progressmeter" handling, so that one canMarc Espie
2010-10-24use newer system for more efficient redirection, and chdir the way man(1)Marc Espie
2010-10-24redo ->system in a smarter way (fork+exec) so that we can sneak in a codeMarc Espie
2010-10-22USE_GROFFMarc Espie
2010-10-19fix a split() which was causing problems with the mbox.5 manpageStuart Henderson
2010-10-19before running groff, create dir when needed.Marc Espie
2010-10-04tweak previous;Jason McIntyre
2010-10-04document ask-updateMarc Espie
2010-10-02somewhat complicated optimization: avoid reading the whole plist fileMarc Espie
2010-10-02don't try to read bogus stuff, we already errored out on itMarc Espie
2010-10-02whitespaceMarc Espie
2010-09-14document atime/mtimeMarc Espie
2010-09-14set separate fields for atime/mtime in file entry, use them while creating.Marc Espie
2010-08-23When extracting the pkg tar file, don't preserve the atime, just set itMatthias Kilian
2010-08-13if we pass pkgnames with .tgz to -l, just deal with it silently.Marc Espie
2010-08-13bad works better if you push consistent stuff in it, like always strings...Marc Espie
2010-08-13whitespaceMarc Espie
2010-08-12if we ask for cleanup, always close the location. If it's not open, it'sMarc Espie
2010-08-07nasty inversion of parameters, so that state did not get propagated correctly.Marc Espie
2010-08-07need to check that kept packages are still okay.Marc Espie
2010-08-07dep is an object, needs to become a string for error messagesMarc Espie
2010-08-03missed one if (continued) test, so simplify logic: test continue beforehand.Marc Espie