Subject: CVS commit: wip/pkg_status
From: Aleksey Cheusov
Date: 2010-10-31 15:41:40
Message id: E1PCZ6Z-0005Xm-5t@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:

Update to 0.10

  New option -0 was added. If it is applied, on NetBSD, Linux, FreeBSD
  and OpenBSD, 'pkg_status -s' runs as much subprocesses as CPUs the
  computer has thus drammatically reducing total time on SMP
  systems. See PSS_SLAVES variable for changing this behaviour of
  disabling it.

  Options listed in PKG_STATUS_OPTIONS environment variable are
  automatically passed to pkg_status, e.g. -0.

  FIX: On Linux, Solaris, Interix and some other platforms xargs
  stupidly runs the specified application even if there is no any
  input. As a result pkg_status -l[RE] may fail.

  New suboption -L for option -k was added for checking that all files
  listed in REQUIRES exist.

  Documentation update, see pkg_status -h

  mktemp(1) is used for creating a temporary directory.

Files:
RevisionActionfile
1.12modifywip/pkg_status/Makefile
1.6modifywip/pkg_status/files/NEWS
1.6modifywip/pkg_status/files/TODO
1.19modifywip/pkg_status/files/pkg_status.in
1.4modifywip/pkg_status/files/version.mk
1.1addwip/pkg_status/MESSAGE