Commit graph

8 commits

Author SHA1 Message Date
Aleksey Cheusov
3aa9316585 todo list and thoughts 2008-05-14 21:18:58 +00:00
Aleksey Cheusov
f2841905e8 requires latest version of awk-pkgsrc-dewey
minor fixes in TODO
++pkgrevision
2008-05-12 23:13:54 +00:00
Aleksey Cheusov
f0c80d974b NEWS and TODO files are installed to share/doc/pkg_summary-utils 2008-05-10 20:03:11 +00:00
Aleksey Cheusov
bfc3bfbdf3 upgrade to version -> 0.6.0:
NEW tool: pkg_grep_summary
     Run 'pkg_grep_summary -h' for a documentation.
2008-05-07 18:56:52 +00:00
Aleksey Cheusov
6aba305ddc Version 0.5.0
Major changes:

   Lots of tasks from TODO are implemented.

   pkg_src_fetch_var:
      - minor fixes in comments
      - new options -h|--help for use message
      - new options -f|--fields|-v|--vars for specifying a list of fields
        to be generated. By default PKGNAME and PKPATH
        are generated as earlier versions did.

        Example:
          echo 'wip/distbb' | \
          pkg_src_fetch_var -f='PKGNAME PKGPATH DEPENDS BUILD_DEPENDS'

      - bmake '+=' operator is also supported

   pkg_src_summary:
      - new options -h|--help for use message
      - new options -f|--fields for specifying a list of fields
        to be generated. By default PKGNAME and PKPATH
        are generated as earlier versions did.
      - 'print-summary-data' pkgsrc target is not used anymore.
        Instead, variable's values are obtained directly by bmake.

        Side effect/incompatibility: NOTFOR and ONLYFOR are set to
        <empty_string> instead of 'any' string in case
        NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM are not specified.

   pkg_micro_src_summary:
      - new options -f|--fields for specifying a list of fields
        to be generated. By default PKGNAME and PKPATH
        are generated as earlier versions did.

        Example:
          pkg_micro_src_summary -f 'PKGNAME PKGPATH DEPENDS BUILD_DEPENDS' \
                                   lang/lua wip/distbb
      - In case pkg_src_fetch_var failes pkg_micro_src_summary fallbacks
        to pkg_src_summary.
2008-04-27 11:40:49 +00:00
Aleksey Cheusov
28e4efdf71 upgrade to 0.4.3:
added:
      - pkg_list_all_pkgs.1
      - pkg_refresh_summary.1
2008-04-12 15:06:01 +00:00
Aleksey Cheusov
c3e69fb072 minor addons 2008-04-11 20:29:16 +00:00
Aleksey Cheusov
57f51cd799 initial TODO list:
existing tools:

    pkg_cmp_summary:

    pkg_list_all_pkgs:
       man page
       add -h|--help option

    pkg_micro_src_summary:
       - should fallback 'pkg_src_summary -f' (also to not
                            duplicate paexec-related code)
       add -h|--help option

    pkg_refresh_summary:
       man page

    pkg_src_fetch_var:
       man page
       add -h|-help option

    pkg_src_summary:
       add -h|--help option
       -f|--fields <fields>     - fields to be generated
       'make print-summary-data' -> 'make show-vars VARNAMES=...'
       - distributed summary building using wip/paexec

    pkg_summary4view:
       add -h|--help option

    pkg_update_src_summary:
       add -h|--help option

    pkg_update_summary:

new tools:

    pkg_grep_summary - for powerful grepping
2008-04-11 20:23:19 +00:00