pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/pkg_cmp_summary
Module name: wip
Committed by: cheusov
Date: Sun Feb 10 19:06:08 UTC 2008
Added Files:
wip/pkg_cmp_summary: DESCR Makefile PLIST
wip/pkg_cmp_summary/files: Makefile pkg_cmp_summary
pkg_cmp_summary.1
Log Message:
pkg_cmp_summary compares files that contain summary information
about packages (pkg_summary.txt format).
These files may be generated by pkg_info -X, pkg_src_summary
or anything else.
Actually PKGNAME fields are compared only.
All PKGNAMEs are checked, i.e. versions are compared and
presense is checked.
Format of the results:
<R> <PKGBASE> <VER1> <VER2>
where R is
- present in the first file but absent in the second one (disappears)
+ absent in the first file but present in the second one (appears/new)
<NUM> more than one package with the same PKGBASE is in the first file
= versions are the same
< second file contains more recent version (upgrade is possible)
> first file contains earlier version (downgrade is possible)
? versions are incomparable (e.g. 1.2.3 vs. 20080101)
PKGBASE is PKGNAME with version stripped,
VER1 and VER2 are package versions. VER2 is present only if
R is `<' or `>'
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/pkg_cmp_summary/DESCR \
wip/pkg_cmp_summary/Makefile wip/pkg_cmp_summary/PLIST \
wip/pkg_cmp_summary/files/Makefile \
wip/pkg_cmp_summary/files/pkg_cmp_summary \
wip/pkg_cmp_summary/files/pkg_cmp_summary.1
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/files/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/files/pkg_cmp_summary?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pkg_cmp_summary/files/pkg_cmp_summary.1?r1=0&r2=1.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index