On Wed, May 20, 2009 at 10:46 PM, Peter Bonivart <[email protected]> wrote: > On Wed, May 20, 2009 at 6:05 PM, Ben Walton <[email protected]> wrote: >> Would you consider adding a -C option to the package management >> utilities to at would limit the compare output to only versions behind >> the catalog (eg: `pkg-get -U -c | grep -v SAME` is what I use to see >> what will be updated). > > Sure, I can add it to 1.6 which is almost done. I never implemented > showing not installed packages but I still get annoyed by using grep > -v SAME so it's a good idea.
There's now a beta in testing: http://mirror.opencsw.org/testing/pkgutil-1.6b1,REV=2009.05.25-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/pkgutil-1.6b1,REV=2009.05.25-SunOS5.8-sparc-CSW.pkg.gz Change log: - New option -C, same as -c but only shows different versions, no more piping to grep -v SAME (Ben Walton) - New option --trace to debug pkgadd/pkgrm operations (Yann Rouillard) - Replaced some system commands with native Perl - New option --config for using custom configuration file (Don Jackson) - Fix size formatting - Skip showing pkgadd patch when using -V on 5.11 (Dennis Clarke) - Update credits in perldoc/man page - Perldoc/man page added to both bldcat and chkcat - Chkcat now includes more tests (Derek Whayman) - Chkcat exit values are 0 for OK, 1 for warning and 2 for error - New option -e (erroronly) added to chkcat to supress warnings - New option -q (quiet) added to chkcat to supress all output -- /peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
