Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | :-P | Marc Espie | |
2010-08-01 | note specifically that pkg_add -u parameters are *installed* package names, | Marc Espie | |
since that's the distinction with -U.... | |||
2010-06-09 | uniform spelling: packing-list | Marc Espie | |
2010-06-05 | document front-end changes | Marc Espie | |
2010-05-10 | zap trailing whitespace; | Jason McIntyre | |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie | |
2010-02-28 | progress-meter -> progress meter, which is at least consistent with our | Jason McIntyre | |
other pages; | |||
2010-01-26 | downgrade, not downgrades | Marc Espie | |
2010-01-11 | various cleanup, including a fix from Daniel Dickman; | Jason McIntyre | |
ok espie | |||
2010-01-11 | It's '-D dontmerge' now. | Bernd Ahlers | |
2010-01-10 | fix some mdoc tidbits. Thanks to jmc@ for advice. | Marc Espie | |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie | |
-F keyword heavily). | |||
2010-01-04 | -l no longer implies -z | Marc Espie | |
2010-01-01 | revert 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-21 | document recent changes, clean up old pkg_delete options | Marc Espie | |
2009-12-06 | -U before -u; | Jason McIntyre | |
2009-12-05 | a bit more documentation, including revisit of OpenBSD::Intro to reflect | Marc Espie | |
the current state of things. | |||
2009-12-03 | fix typos and blanks | Marc Espie | |
2009-12-01 | document more or less what's going on now. | Marc Espie | |
With updatesets, technical details are ways more complicated. | |||
2009-11-24 | kill some old cruft, in particular -F conflicts has never worked... | Marc Espie | |
2009-11-09 | document -F downgrades (note: for now, it's just the package name, we should | Marc Espie | |
look further at the signature if we can actually compare things) | |||
2009-10-27 | finish zapping old "kitchensink" option, we have much better ways to test | Marc Espie | |
big stuff now. | |||
2009-10-12 | tweak previous; | Jason McIntyre | |
2009-10-11 | new mode of operation: fuzzy addition. Allows adding packages even if | Marc 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-11 | document stem--flavor | Marc Espie | |
2009-05-09 | zap trailing whitespace; | Jason McIntyre | |
2009-05-09 | tell people about -F repair. ok phessler, espie | Stuart Henderson | |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie | |
smime detached signatures. | |||
2008-10-29 | Xr OpenBSD::Intro(3p) | Marc Espie | |
2008-07-04 | remove trailing whitespace; | Jason McIntyre | |
2008-07-04 | clean 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-09 | tweak previous; | Jason McIntyre | |
2008-03-08 | better -q: mention once, and it speeds up (assumes normal files haven't | Marc Espie | |
changed), but still checks config files. Use twice, and wipe your config out as well. | |||
2008-03-08 | tweak messages mentioning checksums so that they mention checksums, not | Marc Espie | |
specifics like md5, since that's likely to change. | |||
2008-01-26 | replace reference to deprecated @pkgcfl keyword by @conflict | Landry Breuil | |
ok espie@ | |||
2007-11-05 | document Ev FTP_KEEPALIVE; | Jason McIntyre | |
from giovanni, tweaked by espie and myself | |||
2007-06-20 | mention https protocol, for which support was added recently. | Steven Mestdagh | |
ok espie@ | |||
2007-06-17 | document @exec/@unexec variations in more detail. | Marc Espie | |
Point users at pkg_create for packing-list details (suggested by ajacoutot@) | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-31 | kill 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-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie | |
2007-04-15 | update copyright years, standardize licence. | Marc Espie | |
reword the introduction to the stuff originally from FreeBSD to clarify slightly. | |||
2006-10-17 | add -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-07 | let scp repositories work. Avoid run-away processes by just having one single | Marc Espie | |
ssh connection for each repository. | |||
2006-03-05 | - kill whitespace at eol | Jason McIntyre | |
- kill double .Pp | |||
2006-03-04 | accurate description of script execution. | Marc Espie | |
2006-03-04 | Spell out normal modes of operation for pkg_add more. | Marc Espie | |
Explain about ambiguities, and expand a bit on interactive mode. | |||
2006-01-06 | tweak the descriptions of -r and -u: make the distinction | Jason McIntyre | |
between them a little clearer; ok espie | |||
2005-11-05 | -F conflicts does not really exist, so don't document it | Nikolay Sturm | |
ok espie@ | |||
2005-10-10 | Xref package(5) | Marc Espie | |