summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete.1
AgeCommit message (Collapse)Author
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
pkg_* bits; ok espie@
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
* move the signature code to a packing-list method, prepend the pkgname. * depend on distant listings, cache these systematically. * cut the PKG_PATH at :/ systematically, much simpler than parsing URLs. People should get used to trailing /s. * let pkg_add -u actually run the update. * check for signature in more places, for instance, let pkg_add installed_stuff be a void operation. * grab enough stuff during updates to check signatures, so that pkg_add -u can report updates that are not needed right away, instead of waiting for the more confusing `trying to update' * beginning of @module support. * @pkgpath support, including updates. * systematically expand stems when applicable. * use visitors systematically in pkg_info. * pkg_info -S reports signature. * remove hardcoding of categories in PackingList, so that future modules will be able to expand them. * add @updateset and @incompatibility keywords.
2005-01-03rename -f -> -FMarc Espie
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon)
2004-12-27recover from a nasty problem, allow people to delete package even ifMarc Espie
some dependency got badly adjusted.
2004-12-09make -f scripts work again, and document it properly in both pkg_add andMarc Espie
pkg_delete since it now works for both.
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
2004-11-15tweaks;Jason McIntyre
ok espie@
2004-11-15sort options;Jason McIntyre
ok espie@
2004-11-14turn on progress meter by default, use -x to disable it.Marc Espie
document the new stuff, partial reorder of options.
2004-10-11common code for all script running.Marc Espie
Common option for not running scripts: -I for both pkg_add and pkg_delete.
2004-10-11kill old MTREE option that was never implemented in the new tools anyways.Marc Espie
kill -C and -P options which are definitely no longer used as well. Reorder special files so that REQUIRE is at front (and it's executed first anyways).
2004-08-06Use .Dl instead of a literal block when we only have a single line. HasTodd C. Miller
the side effect of fixing some ugly indentation (or the lack thereof).
2004-02-25Add -B support to pkg_delete.Marc Espie
new method in Logger, annotate, so that the pkg_delete log script can set PKG_DESTDIR= conditionally, and use ${PKG_DESTDIR} later on in filenames.
2004-01-27more forced keywords.Marc Espie
`looks sane' henning@
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
comments and okay jmc@
2003-11-14synch doc with realityMarc Espie
2003-10-26Partial synch with reality, ok sturm.Marc Espie
2003-10-19Add manpages, with a few minor changes from old ones.Marc Espie
ok pval