2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-04-25 06:04:07 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-02-05 15:03:26 by Lubomir Sedlacik | Files touched by this commit (3) | |
Log message:
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(?).
|
2003-07-21 18:43:48 by Martti Kuparinen | Files touched by this commit (90) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-01-16 12:06:39 by Mark Davies | Files touched by this commit (4) | |
Log message:
Initial import of fhist version 1.12
Provided by Matthew Aldous in PR 18970.
Updated to version 1.12 by Duncan McEwan and tidied up by me.
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
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.
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.
|