summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_summary-utils
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25Update to 0.60.0cheusov3-32/+6
pkg_update_src_summary: - Fix for the case when there are no updated/new packages, but removals exist. - Resulting summaeries are postprocessed by pkg_summary2bb_pkgs. - Option -v was added pkg_subgraph_deps: - Fix for option -1 pkg_digger: - Minor fix. -sf outputs both fields and strategies. - All pkg_digger(1) backends return plain summaries on -1|-3|-9. Option -r was removed from pkg_digger_{summary,installed} pkg_digger_summary: - Implementation for option -n. pkg_summary2bb_pkgs: - Additional error checks. Man pages for pkg_digger, pkg_digger_summary, pkg_digger_installed were updated.
2012-11-06pkg_update_src_summary: fix for the case when there are no new/updatedcheusov3-2/+28
packages, only removals. ++pkgrevision.
2012-11-04Update to version 0.59.0cheusov4-11/+19
pkg_update_src_summary has been completely reimplemented and now works dramatically faster if files under mk/ directory were not changed since previous update. pkg_src_summary: - PLIST field gathering was significantly speeded-up - Fix. Option -p works correctly with non-empty PSS_SLAVES - Fix. If -A is applied, -m is always enabled for recursive runs. - Minor fix for -m. - New option -F was added - Minor fixes for PLIST and ALLDISTFILES - PSS_PPERS was completely removed cvs_checksum: - checksums of CVS files are output by default pkg_digger: - pkg_digger_backend has been renamed to pkg_digger_summary, man page was added for pkg_digger_summary - new search backend pkg_digger_installed pkg_list_all_pkgs: - new options -a and -d were added New utility makefiles2deps was added. A lot of new regression tests, updates for man pages, minor code clean-ups
2012-10-12Update to 0.58.5cheusov2-6/+6
pkg_summary2deps: - Fix. Dependencies from packages having non-empty ASSIGNMENTS were not recognized correctly.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-09-07Update to pkg_summary-utils-0.58.4cheusov2-6/+6
pkg_summary2deps: - Mode -cs now works correctly with patterns like "py*-dbus<0.71". A few regression tests for this case were added.
2012-09-01Update to 0.58.3cheusov2-6/+6
pkg_summary2deps: - Fix a bug with {alter,nat}/ive dependencies. More regression tests were added.
2012-07-05Update pkg_summary-utils to 0.58.2cheusov2-6/+6
pkg_src_summary: - Fix. pkg_src_summary in distributed mode now works correctly if a master host doesn't have $PKGSRCDIR directory.
2012-06-16Update to 0.58.1cheusov2-6/+6
pkg_summary2deps: - Fix in 'pkg_summary2deps -dn' (missing pkgname if multivariant packages are present, for example py26-gtk2 and py27-gtk2) pkg_summary2leaves: - Fix. 'pkg_summary2deps -dpnra' should be used instead of 'pkg_summary2deps -dpa' More regression tests for pkg_summary2leaves and pkg_summary2deps Minor fix in pkg_uniq_summary.1 psu_funcs.awk: - new function pkgpana2pkgpath
2012-04-22Update to 0.58.0cheusov2-6/+6
pkg_uniq_summary: - New option -F was added
2012-03-09clean-ups (adapted for recent mk-configure)cheusov1-6/+2
2012-01-09Update to 0.57.0cheusov2-6/+6
pkg_subgraph_deps: - Support for dependency type pkg_summary2deps: - Options -1 and -2 were added
2011-12-03Update to 0.56.4cheusov3-8/+8
FIX: Shell scripts now use "trap" corectly. Minor correction in pkg_lint_summary.1. pkg_summary4view: - TARGET_BUILD_DEPENDS and _ALL_DEPENDS are formatted just like DEPENDS.
2011-11-23Fix the directory name for paexec.minskim2-4/+4
2011-11-22REPLACE_SH for SunOS<5.11; ++pkgrevisioncheusov1-1/+5
2011-11-17Update to 0.56.3cheusov3-8/+9
pkg_src_summary: - fixed: gathering DESCRIPTION and ALLDISTFILES fields eats too much CPU. Now full summary is gathered drammatically faster. This may significantly speed up distbb bulk builds. - While generating ALLDISTFILES do not try to read "distinfo" files when DISTFILES is empty. - More regression tests. - If MAKECONF and PSS_SLAVES are not empty, MAKECONF is passed to pkg_src_summary processes running on slave hosts.
2011-11-11Update to 0.56.2cheusov3-8/+10
pkg_src_summary: - Mysterious infinite loop was fixed in 'pkg_src_summary -m' - summary2multi_variants script was separated from pkg_src_summary pkg_bin_summary: - CKSUM was renamed to FILE_CKSUM (by analogy with FILE_SIZE and FILE_NAME) as suggested by spz@
2011-10-19Remove MANDIR= from MAKE_ENV, it is not needed anymorecheusov1-2/+1
2011-10-17Fix support for non-default PKGMANDIRcheusov1-1/+2
2011-10-09Update my emailcheusov1-2/+2
2011-09-12Update to 0.56.1cheusov2-6/+6
pkg_lint_summary: - Serious fix in recently added -n option (misprint actually :-/ )
2011-09-04For all packages based on mk-configure "configure" target is provided.cheusov1-1/+2
This fixes parallel builds.
2011-08-29Update to 0.56.0cheusov2-6/+12
Version 0.56.0, by Aleksey Cheusov, Sun, 28 Aug 2011 12:05:00 +0300 pkg_cmp_summary: - New option -O was added for specifying fields for output without using them for comparison Version 0.55.0, by Aleksey Cheusov, Sat, 27 Aug 2011 20:14:53 +0300 pkg_lint_summary: - New option -f option was added that checks files in PLIST fields given on input and warns about files common for several packages. - New option -p option was added for specifying prefix directory used by option -l. - New option -n was added that analyses PLIST and CONFLICTS fields in input summaries and outputs unregistered conflicts. - New option -s was added that checks OPSYS, OS_VERSION and MACHINE_ARCH fields given on input and warns if they differ from that of running system (uname -srm). pkg_cmp_summary: - New options -a and -A were added for specifying fields for comparing in addition to package versions. - New option -E was added. It works together with -A and changes its output. - Options -c and -b were reimplemented using more generic -a. - Examples section was added to pkg_cmp_summary.1 pkg_bin_summary: - New option -e option was added for effectively using pkg_bin_summary with xargs (xargs -r is not portable). - New option -k was added for enriching binary package summaries with checksums using algorithms supported by digest(1) pkg_digger_backend: - Mixed -1|-3|-9 options are now handled correctly. pkg_summary2leaves: - When no files are given as arguments (stdin), pkg_summary2leaves outputs an error message. Regression tests have been reorganized. One test - one file. Some manual pages were updated and improved.
2011-07-30Updated to 0.54.0cheusov88-13812/+10
pkg_micro_src_summary: - support for PSS_SLAVES=nnn was added pkg_digger: - workaround for buggy shells (set -e; if eval false; ...) Regression tests were updated
2011-05-11Remove alt_names.txt imported by mistakecheusov2-17/+2
Fix .include "../../wip/<...>"
2011-05-11A collection of utilities for manipulating pkg_summary(5) files.cheusov91-0/+13964
pkg_list_all_pkgs - list (in PKGPATH form) all packages in pkgsrc tree pkg_src_summary - create a full pkg_src_summary for given (in PKGPATH form) packages pkg_bin_summary - creates a summary for binary or installed packages pkg_micro_src_summary - create a micro pkg_src_summary for given (in PKGPATH form) packages pkg_cmp_summary - compare two summary files, i.e. packages are compared by their versions pkg_grep_summary - grep the summary using AWK expression pkg_digger - very powerful package searcher pkg_digger_backend - pkg_summary.txt backend for pkg_digger pkg_update_summary - updates pkg_summary(5) by analysing the modification time of binary packages and pkg_summary(5) file pkg_update_src_summary - efficiently updates pkg_src_summary for all packages in pkgsrc tree pkg_summary4view - convert a summary file to human readable format pkg_refresh_summary - output an information about latest/newest version of packages pkg_cleanup_distdir - remove old unused distfiles pkg_uniq_summary - filter out repeated package summaries pkg_summary2deps - summary to dependency graph converter pkg_subgraph_deps - analyses dependency graph given on input pkg_lint_summary - sanity checks for summaries pkg_summary2leaves - output leaf packages