Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-23 | oops, if file is not on ftp server with PKG_PATH, check installed too. | Ted Unangst | |
should resolve han boetes's problem. | |||
2003-08-21 | New keywords: @extra and @extraunexec. | Marc Espie | |
Used to record extra files (configuration) and action, that will only be taken with pkg_delete -c. | |||
2003-08-18 | fix two bugs found by ben goren. -a should only look at installed | Ted Unangst | |
packages, and if we build a URL from PKG_PATH don't treat it like a filename. ok espie@ | |||
2003-07-04 | 'static const char rcsid[]' to make it -Wall clean | Anil Madhavapeddy | |
2003-07-04 | - use sizeof(var) instead of hardcoding length in functions that need it | Anil Madhavapeddy | |
- krw@ rewrote make_preserve_name() to get rid of some hard to read string code - some trivial strn{cpy,cat} - > strl{cpy,cat} conversions ok krw@ | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy | |
ok and tweaks by ho@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-04-06 | PR2525 | Marc Espie | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-26 | mostly mark signal races | Theo de Raadt | |
2001-11-07 | Unconfuse option description. | Marc Espie | |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie | |
any sane way... | |||
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
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-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... | |||
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-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-03-08 | Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl> | Marco S Hyman | |
1999-02-28 | nice usage messages | Theo de Raadt | |
1999-02-27 | Document that feature. | Marc Espie | |
Pending a check and a rewriting, as the documentation is misleading. It seems to imply it looks thru installed packages first, whereas code tells pkg_info looks thru package files first. | |||
1999-02-27 | Small new feature: pkg_info pkg | Marc Espie | |
now tries to complete the package name with a version number while scanning the installed list of packages. Not foolproof. The pkg_* tools are atrocious anyway. | |||
1998-11-22 | fixed typo, noticed by jbernard@ox.mines.edu (netbsd/pkg/6481) | Marc Espie | |
1998-11-19 | - fix pkg_info to give more rational summary when COMMENTS files are weird. | Marc Espie | |
- warn when COMMENT > 60 characters. *** In one month we turn this into an error -> fix packages files *** | |||
1998-10-13 | Sync with recent NetBSD changes: | Marco S Hyman | |
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks | |||
1998-09-07 | updated pkg_* tools. Merged in many changes/improvements from NetBSD. | Marco S Hyman | |
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-) | |||
1998-04-07 | cleanup usage even more; very annoying | Theo de Raadt | |
1998-04-04 | fix usage | Theo de Raadt | |
1997-12-14 | Whoops. Remember to update usage when changing the way defualt handling is | gene | |
done. | |||
1997-12-14 | Invoke raging paranoia on strcpy's that should be strncpy's. | gene | |
These should be checked in all but one case anyway, but you never know. | |||
1997-12-14 | Inspired by changes in NetBSD but done a different way. | gene | |
pkg_info by itself acts as if -a -I were given, and when no flags are passed with package names, -I is implied. | |||
1997-11-17 | Fix a pretty embarrassing typo in the Usage help message. | gene | |
Also, minor KNF whlle here. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-08-26 | hack to make non-obj builds work | Theo de Raadt | |
1996-06-19 | Makefiles supported obj, but not obj.${MACHINE}. Use same solution as | Mats O Jansson | |
eg. kerberosIV/kadm. | |||
1996-06-04 | Oops, screwed up the $OpenBSD$ IDs | Niklas Hallqvist | |
1996-06-04 | add package tools from FreeBSD | Niklas Hallqvist | |