Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie | |
Saves poor angelos from getting his dependencies screwed when he does pkg_delete pkg_name/ Ok angelos@ | |||
2001-06-06 | Do not dump core on empty comment | Marc Espie | |
2001-05-22 | Back out pkg_version. espie has better plans. | brian | |
2001-05-21 | Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff) | brian | |
2001-04-19 | Remove redundant package name. | Marc Espie | |
2001-04-18 | fix two bugs. | Marc Espie | |
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead. | |||
2001-04-17 | Redundant package name. | Marc Espie | |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie | |
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere... | |||
2001-04-02 | Handle for newdepend. | Marc Espie | |
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine. | |||
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie | |
found, pkgname-* otherwise. | |||
2001-03-11 | add p-flag to tar so that uids/gids and | Peter Stromberg | |
file modes are preserved on ftp/http installs | |||
2001-02-27 | tweak for working with wish8.3 | Todd T. Fries | |
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-23 | Remove duplicate (and wrong) description of @option. | Marc Espie | |
ok aaron@ | |||
2000-10-16 | Let pkg_add be slightly more informative on tar balls that happen not | Marc Espie | |
to be packages. Partially based on suggestions made on misc@, thanks guys ! | |||
2000-10-15 | add note that pkg_add is not to be used for system distribution files. | Marco S Hyman | |
I'd like to reference some other doc/man page... any ideas as to what? | |||
2000-07-18 | Summarily explain about the playpen and PKG_TMPDIR, so that guys | Marc Espie | |
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do) | |||
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-07-04 | Fix stupid bug in extraction through playpen. | Marc Espie | |
2000-05-16 | add credits | Marco S Hyman | |
2000-05-12 | nasty bug in %f; espie | Theo de Raadt | |
2000-05-05 | Nip references to extract-in-place | Marc Espie | |
2000-05-01 | - finish removing last pieces of in-place extraction. | Marc Espie | |
- fix long time bug: call extract_plist even if not doing installation for real, since extract_plist knows how to handle that. | |||
2000-04-28 | Remove last remnants of @option preserve and @option extract-in-place | Marc Espie | |
We don't use these, and they are a bad idea anyway. | |||
2000-04-28 | If symlinks to the package exist, remove them along with the package. | Marc Espie | |
(current fix for flavors not being found as proper dependencies). | |||
2000-04-26 | Don't ever let pkg_add destroy existing files. | Marc Espie | |
2000-04-26 | Consistency in error reports. | Marc Espie | |
*always* tell them MD5Sum fails, because later, pkg_delete will complain about a bad package anyway, and the poor user won't be able to figure out what went wrong, and it's obviously too late since the package is gone already... | |||
2000-04-26 | Needed feature: if | Marc Espie | |
@comment no checksum is inserted in a packing-list, then the next file will not have its MD5 checksum stored, and pkg_delete won't complain later if the file checksum changed. | |||
2000-04-25 | 2.6 -> 2.7; deraadt@ | Aaron Campbell | |
2000-04-16 | Fix package conflict for flavors: | Marc Espie | |
try to find the last dash followed by a digit in word. If not applicable, then still use the last dash. e.g., kterm-6.2.0-xaw3d -> kterm- as a stem, not kterm-6.2.0 | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-10 | Speed up simple pkg_info: don't retrieve information we don't use. | Marc Espie | |
Improve pkg list display slightly, insert space between pkg name and info always (requested by aaron@). | |||
2000-04-05 | Fix bogus error message. Not a dir can mean *nothing* at all. | Marc Espie | |
Reviewed by aaron@... ;-) | |||
2000-04-04 | Register PLIST_SRC before dependencies and conflicts so that the | Marc Espie | |
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel. | |||
2000-03-27 | Add and document option no-default-conflict. | Marc Espie | |
2000-03-27 | Document -s, indicate the existence of @option, remove fixed bug from | Marc Espie | |
description. | |||
2000-03-24 | Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore | Marc Espie | |
the PLIST_CWD in creating the tar pipe. This takes care of pkg_create -p PREFIX -s FAKE where PREFIX does not exist at pkg creation time. | |||
2000-03-24 | Disallow pkg_delete when the pkg_prefix is on a read-only file-system. | Marc Espie | |
This avoids erasing /var/db/info while keeping the package and issuing hundreds of warnings... | |||
2000-03-24 | Handle expansion sequences in @exec better (let the expander decide whether | Marc Espie | |
it needs a file name instead of assuming we always need one). Sent to *quite a few* people, comments by drahn@... guys, wake up !!! | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-02 | interactivly -> interactively (Germans can't spell) :-) | Aaron Campbell | |
2000-03-02 | alternativly -> alternatively | Aaron Campbell | |
2000-02-14 | Yet another brain-dead `feature'. | Marc Espie | |
2000-02-04 | what is this hatred of newlines on error messages? | Theo de Raadt | |
2000-01-17 | typo | Theo de Raadt | |
1999-11-03 | Stupid thinko. Let pkg's MESSAGES work again. | Marc Espie | |
Spotted by Ian Darwin. |