NOTICE: This package has been removed from pkgsrc

./wip/pkg_src_update_summary, Builds summary information for source packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.0, Package name: pkg_src_update_summary-0.3.0, Maintainer: cheusov

pkg_src_update_summary incrementally updates summary about all
packages in pkgsrc source tree.

Algorithm. 1) pkg_src_update_summary quickly obtains micro summary
information about all packages from pkgsrc source tree, "micro" means
PKGNAME and PKGPATH fields only. 2) comparing summary_filename and
micro summary collected in step 1 by PKGNAME field. 3) copying
summary from summary_filename about unchanged packages. 4) collecting
full summary information about all changed and new packages. 5) new
summary = 3+4


Required to run:
[wip/pipestatus] [wip/pkg_src_summary]

Version history: (Expand)


CVS history: (Expand)


   2008-04-06 22:35:34 by Aleksey Cheusov | Files touched by this commit (8) | Package removed
Log message:
moved to pkg_summary-utils

   2008-03-28 19:48:02 by Aleksey Cheusov | Files touched by this commit (2)
Log message:

pkgpath:pkgbase is used to identify a package.
   What a stupid idea to include PKGPATH to an identifier :-(
version -> 0.5.0
   2008-03-16 13:08:02 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fixed: missed .El

   2008-03-05 21:40:08 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

new options implemented: '-h|--help' and '-f|--file <filename>'
    '-f|--file <filename>' is for obtaining package names
    from a specified file
manual page updated and slightly improved
   2008-02-24 14:35:50 by Aleksey Cheusov | Files touched by this commit (5)
Log message:

added: 'pkg_list_all_pkgs' executable that lists all packages (PKGPATHs)
    in the pkgsrc source tree
   2008-02-14 22:03:34 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
more dependancies

   2008-02-14 21:56:18 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

Now the package os done
pkg_src_update_summary incrementally updates summary about all
packages in pkgsrc source tree.

Algorithm. 1) pkg_src_update_summary quickly obtains micro summary
information about all packages from pkgsrc source tree, "micro" means
PKGNAME and PKGPATH fields only.  2) comparing summary_filename and
micro summary collected in step 1 by PKGNAME field.  3) copying
summary from summary_filename about unchanged packages.  4) collecting
full summary information about all changed and new packages.  5) new
summary = 3+4
   2008-02-14 21:54:27 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
no debugging and temporary code