diff options
author | salo <salo@pkgsrc.org> | 2004-02-05 14:03:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-02-05 14:03:26 +0000 |
commit | abcb7585b5c8eb48db4c7e123c48492bce2889ad (patch) | |
tree | b31c95e36cae1e5e8becb519afbb03ccb827ad1a /devel/fhist/DESCR | |
parent | cfc3acd9b90edcd6bc16f0266955df73f73a0202 (diff) | |
download | pkgsrc-abcb7585b5c8eb48db4c7e123c48492bce2889ad.tar.gz |
Update to version 1.13.
Based on a patch from MAINTAINER, sent privately.
Changes:
- DESCR should contain a short description, not manual.
- style nits.
No changelong available. Recursive diff to previous version shows some build
fixes, documentation updates and user authentication support(?).
Diffstat (limited to 'devel/fhist/DESCR')
-rw-r--r-- | devel/fhist/DESCR | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/devel/fhist/DESCR b/devel/fhist/DESCR index 34fcae46b2a..f464db5b407 100644 --- a/devel/fhist/DESCR +++ b/devel/fhist/DESCR @@ -1,24 +1,12 @@ -The FHist package contains 3 utilities, a file history tool ``fhist'', -a file comparison tool ``fcomp'', and a file merging tool ``fmerge'. -All three are bundled together, because they all use the same algorithm. + FHist is a minimalist history tool. It provides no locking or branching. +This can be useful in contexts where the configuration management or change +control be being provided by some other tool. -fhist +fhist Keeps track of versions of a file. It works correctly when + given binary files as input. - Keeps track of versions of a file. It works correctly when given - binary files as input. See fhist(1) for more information. +fcomp Compares two versions of a file, usually line-for-line + textual comparison. It is capable of comparing two binary + files byte-for-byte. -fcomp - - Compares two versions of a file, usually line-for- line textual - comparison. It is capable of comparing two binary files byte-for-byte. - See fcomp(1) for more information. - -fmerge - - Merges together edits from two descendants of a file. See fmerge(1) - for more information. - -The history tool presented here, fhist, is a minimal history tool. -It provides no locking or branching. This can be useful in contexts -where the configuration management or change control be being -provided by some other tool. +fmerge Merges together edits from two descendants of a file. |