summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_add.1
AgeCommit message (Collapse)Author
2010-10-28:-PMarc Espie
2010-08-01note specifically that pkg_add -u parameters are *installed* package names,Marc Espie
since that's the distinction with -U....
2010-06-09uniform spelling: packing-listMarc Espie
2010-06-05document front-end changesMarc Espie
2010-05-10zap trailing whitespace;Jason McIntyre
2010-05-10document that INSTALL/DEINSTALL scripts are dead.Marc Espie
2010-02-28progress-meter -> progress meter, which is at least consistent with ourJason McIntyre
other pages;
2010-01-26downgrade, not downgradesMarc Espie
2010-01-11various cleanup, including a fix from Daniel Dickman;Jason McIntyre
ok espie
2010-01-11It's '-D dontmerge' now.Bernd Ahlers
2010-01-10fix some mdoc tidbits. Thanks to jmc@ for advice.Marc Espie
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
-F keyword heavily).
2010-01-04-l no longer implies -zMarc Espie
2010-01-01revert the merge flags.Marc Espie
In normal cases, updatedepends should no longer be needed: pkg_add will merge updates together to make sure depdencies are always satisfied. e.g., sdlmame-tools-0.130p0->sdlmame-tools-0.132p0 forward dependencies: | Dependency of sdlmame-0.130p1 on sdlmame-tools-0.130p0 doesn't match Merging sdlmame-0.130p1->sdlmame-0.132p0 sdlmame-0.130p1+sdlmame-tools-0.130p0->sdlmame-0.132p0+sdlmame-tools-0.132p0: ok
2009-12-21document recent changes, clean up old pkg_delete optionsMarc Espie
2009-12-06-U before -u;Jason McIntyre
2009-12-05a bit more documentation, including revisit of OpenBSD::Intro to reflectMarc Espie
the current state of things.
2009-12-03fix typos and blanksMarc Espie
2009-12-01document more or less what's going on now.Marc Espie
With updatesets, technical details are ways more complicated.
2009-11-24kill some old cruft, in particular -F conflicts has never worked...Marc Espie
2009-11-09document -F downgrades (note: for now, it's just the package name, we shouldMarc Espie
look further at the signature if we can actually compare things)
2009-10-27finish zapping old "kitchensink" option, we have much better ways to testMarc Espie
big stuff now.
2009-10-12tweak previous;Jason McIntyre
2009-10-11new mode of operation: fuzzy addition. Allows adding packages even ifMarc Espie
you don't know version numbers. Useful for quickly trying to duplicate an installation on a new machine from the package list as obtained through pkg_info. Generally won't give a perfect result, but hey, if you have 300 packages installed, will get you 95% of the way there. prompted by problems reported by theo and msf.
2009-10-11document stem--flavorMarc Espie
2009-05-09zap trailing whitespace;Jason McIntyre
2009-05-09tell people about -F repair. ok phessler, espieStuart Henderson
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
smime detached signatures.
2008-10-29Xr OpenBSD::Intro(3p)Marc Espie
2008-07-04remove trailing whitespace;Jason McIntyre
2008-07-04clean up parser a bit, separating local/distant parts in a more reusable way,Marc Espie
and simplify file: parsing scheme (trying it with file:, then without is a bit stupid once we have the pieces to put it back together directly). Drop the restriction on urls from the man page, no need to finish stuff with /.
2008-03-09tweak previous;Jason McIntyre
2008-03-08better -q: mention once, and it speeds up (assumes normal files haven'tMarc Espie
changed), but still checks config files. Use twice, and wipe your config out as well.
2008-03-08tweak messages mentioning checksums so that they mention checksums, notMarc Espie
specifics like md5, since that's likely to change.
2008-01-26replace reference to deprecated @pkgcfl keyword by @conflictLandry Breuil
ok espie@
2007-11-05document Ev FTP_KEEPALIVE;Jason McIntyre
from giovanni, tweaked by espie and myself
2007-06-20mention https protocol, for which support was added recently.Steven Mestdagh
ok espie@
2007-06-17document @exec/@unexec variations in more detail.Marc Espie
Point users at pkg_create for packing-list details (suggested by ajacoutot@)
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31kill REQ script directly. I'm pretty sure it doesn't quite work anyways.Marc Espie
Deprecate INSTALL and DEINSTALL, write out warnings in pkg_create. Clean up some more old cruft
2007-05-07remove -Fboguslibs, we haven't had unmarked libraries for yearsMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
reword the introduction to the stuff originally from FreeBSD to clarify slightly.
2006-10-17add -F conflicts: force installation in the presence of registered conflicts,Marc Espie
provided nothing else happens (like, huh, the presence of actual conflicts between files). Allows nikolay@ to work with redhat/base and fedora_core at the same time.
2006-03-07let scp repositories work. Avoid run-away processes by just having one singleMarc Espie
ssh connection for each repository.
2006-03-05- kill whitespace at eolJason McIntyre
- kill double .Pp
2006-03-04accurate description of script execution.Marc Espie
2006-03-04Spell out normal modes of operation for pkg_add more.Marc Espie
Explain about ambiguities, and expand a bit on interactive mode.
2006-01-06tweak the descriptions of -r and -u: make the distinctionJason McIntyre
between them a little clearer; ok espie
2005-11-05-F conflicts does not really exist, so don't document itNikolay Sturm
ok espie@
2005-10-10Xref package(5)Marc Espie