Commit graph

9 commits

Author SHA1 Message Date
Aleksey Cheusov
d653a0d02f upgraded to version 0.10.0
added: pkg_summary-utils(7) that describes what pkg_summary-utils
   project is. All tools refer to it in its manual pages and
   pkg_summary-utils(7) refers to manual pages of all tools.

   pkg_src_summary:

      a list of fields listed in -f|--fields option may be separated
      by comma, not only space.

      PSS_OPTIONS environment variable specifies default options to be
      placed in front of any explicit options. See man page for the
      sample.

      -a and -r options added for adding and removing the specified
      fields to/from the list of fields generated by default.
      See man page for the samples.

   pkg_update_src_summary:

      a list of fields listed in -f|--fields option may be separated
      by comma, not only space.
2008-06-14 10:27:34 +00:00
Aleksey Cheusov
d11c345409 comma is also allowed as fields separator 2008-06-14 08:51:39 +00:00
Aleksey Cheusov
3eacfd2716 version -> 0.7.0
Major changes:

   pkg_src_summary is now "distributed" tool, i.e. it can build
   src_summary using several processes or machines.
      Examples:

      # for SMP machine
      env PSS_SLAVES=+5 pkg_src_summary ...

      # for machines in a network
      env PSS_SLAVES='host1 host2 host3' \
          PSS_PPERS=5 \
          PSS_TRANSPORT=/usr/bin/ssh pkg_src_summary ...

      PSS_PPERS variable sets a number of packages per slave that
      are built at once, defaults to 10.

   pkg_src_summary: PSS_FIELDS overrides the default
   list of generated fields

   pkg_update_src_summary: -i|--fields options specify a list of
   generated fields.
2008-05-10 11:31:05 +00:00
Aleksey Cheusov
5f5d92ddc6 lots of minor changes and fixes in man pages 2008-04-12 16:05:00 +00:00
Aleksey Cheusov
64e75700d6 minor addons 2008-04-12 15:00:25 +00:00
Aleksey Cheusov
a751f1fff3 manual pages updated 2008-04-09 21:41:22 +00:00
Aleksey Cheusov
38d9592d96 further renamings 2008-04-05 10:40:50 +00:00
Aleksey Cheusov
5f22046ac0 pkg_src_update_summary renamed to pkg_update_src_summary
pkg_src_micro_summary  renamed to pkg_micro_src_summary
2008-04-05 10:32:53 +00:00
Aleksey Cheusov
9a9913fb8f Utilities for manipulating pkg_summary(5) files.
My wip/pkg_* packages will be removed later. All those tools are here
   now.
2008-04-05 10:14:15 +00:00