Next | Query returned 526 messages, browsing 491 to 500 | Previous

History of commit frequency

CVS Commit History:


   2008-05-07 20:56:52 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

upgrade to version -> 0.6.0:

   NEW tool: pkg_grep_summary
     Run 'pkg_grep_summary -h' for a documentation.
   2008-05-07 20:50:14 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
more complete documentation

   2008-05-07 20:42:06 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
better usage message

   2008-05-07 13:03:33 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
ADDED: -h|--help options

   2008-05-07 12:25:19 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

Field and condition are checked separately

  # usage: pkg_grep_summary <FIELD> <CONDITION>
  # examples:
  #   pkg_grep_summary 'PKGNAME' '$2 ~ /judy/' \
  #         < /srv/pkgsrc/pkg_src_summary.txt
  #   pkg_grep_summary 'DEPENDS' '$2 ~ /pkg_summary/' \
  #         < /srv/pkgsrc/pkg_src_summary.txt
   2008-05-07 01:03:26 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

initial version of utility:

  usage: pkg_grep_summary <TRUE_EXPR> [<FALSE_EXPR>]
  example:
    pkg_grep_summary \
       '$1 == "PKGPATH" && $2 ~ /judy/' \
       '$1 == "PKGPATH" && $2 !~ /judy/' < \
            /srv/pkgsrc/pkg_src_summary.txt
   2008-05-05 15:20:18 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

pkgrevision -> 1
requires latest awk-pkgsrc-dewey
   2008-05-05 00:24:29 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
are -> is

   2008-05-05 00:19:49 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

Version 0.5.1, by Aleksey Cheusov

   FIXED: pkg_update_summary fails under Linux, Solaris, Interix and
   probably other OSes when there are no binary packages in a specified
   directory.  This happens because xargs works differently on
   NetBSD/FreeBSD and Linux/Solaris/Interix. In NetBSD/FreeBSD xargs's
   command is NOT run at all when there is no input, while on L/S/I it is
   run once without arguments and (pkg_info -X in our case) fails.

   DESCR improved

   Minor fixes in documentation ans NEWS
   2008-05-03 00:39:36 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
clean-ups, improvements


Next | Query returned 526 messages, browsing 491 to 500 | Previous