summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-12-02Add quotes to unconfuse pkg_create error message.Marc Espie
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
2004-12-02don't try to validate_plist if not needed at all.Marc Espie
2004-12-02cosmetic: shows old and new package name, plus signatures.Marc Espie
2004-12-02make sure we don't call Update::is_needed if we're not doing pkg_add -r.Marc Espie
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc Espie
2004-11-27tweak very verbose output.Marc Espie
2004-11-27if the package is already installed, check whether updating it makes sense:Marc Espie
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie
2004-11-23fix name of libMarc Espie
2004-11-23allow for registration of libraries from an existing plist.Marc Espie
2004-11-22implement global repository for shared libraries.Marc Espie
2004-11-21move the system libraries registration code to SharedLibs.Marc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-21check_lib_specs -> check_lib_spec: check one spec at a time, and report on it.Marc Espie
2004-11-21solved_dependencies becomes a hash, more efficient.Marc Espie
2004-11-21remove .Xr's that do not belong here anymore with the new pkg_* tools;Xavier Santolaria
2004-11-20done itemsMarc Espie
2004-11-20opendir can use my variables.Marc Espie
2004-11-19tweaks;Jason McIntyre
2004-11-18unsafe operations is better than impossible to update, especially since itMarc Espie
2004-11-18document @wantlib, @depend. Provide -P and -W flags to be able to specifyMarc Espie
2004-11-18support depend (similar to libdepend and newdepend) and wantlib:Marc Espie
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-15sort options;Jason McIntyre
2004-11-15hit the clueless...Marc Espie
2004-11-15generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, PERMIT_PAC...Marc Espie
2004-11-15compile patterns once, should be a slight speed up.Marc Espie
2004-11-15minimal documentation for -E.Marc Espie
2004-11-15tweaks;Jason McIntyre
2004-11-15say goodbye to old example code, since pkg_info now does it...Marc Espie
2004-11-15find_pkg function to iterate through pkgs, wherever they might be.Marc Espie
2004-11-15repair -lMarc Espie
2004-11-15clean-up: pull all option parsing together.Marc Espie
2004-11-15don't Fatal out if -e thingy -q, since we're only interested in theMarc Espie
2004-11-15oops - one more option sort;Jason McIntyre
2004-11-15sort options; whitespace;Jason McIntyre
2004-11-15sort options;Jason McIntyre
2004-11-15sort options; whitespace;Jason McIntyre
2004-11-15sort options, and some whitespace issues;Jason McIntyre
2004-11-15use CarpMarc Espie
2004-11-14pass full item to CollisionReport, so that it can compute md5 for filesMarc Espie
2004-11-14stop storing @pkdep into packing-lists, use separate REQUIRING file instead.Marc Espie
2004-11-14make sure REQUIRING file is an integral part of what we do.Marc Espie
2004-11-14allows for several -f options, since OpenBSD::Getopt makes this possibleMarc Espie
2004-11-14current unsolved issues.Marc Espie
2004-11-14-K -L option that prefixes each file name with keyword.Marc Espie
2004-11-14cosmeticMarc Espie