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 | |
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')
-rw-r--r-- | devel/fhist/DESCR | 30 | ||||
-rw-r--r-- | devel/fhist/Makefile | 17 | ||||
-rw-r--r-- | devel/fhist/distinfo | 6 |
3 files changed, 21 insertions, 32 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. diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 482176fb822..3c292158370 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:20 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/05 14:03:26 salo Exp $ # -DISTNAME= fhist-1.12 -PKGREVISION= 1 +DISTNAME= fhist-1.13 CATEGORIES= devel -MASTER_SITES= http://www.canb.auug.org.au/~millerp/ +MASTER_SITES= http://fhist.sourceforge.net/ MAINTAINER= Matthew@Aldous.com -HOMEPAGE= http://www.canb.auug.org.au/~millerp/fhist.html +HOMEPAGE= http://fhist.sourceforge.net/ COMMENT= File history and comparison tools -BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes -GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= YES + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES .include "../../devel/gettext-lib/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/devel/fhist/distinfo b/devel/fhist/distinfo index aa18945e4c8..0f1943fcb05 100644 --- a/devel/fhist/distinfo +++ b/devel/fhist/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/16 11:06:37 markd Exp $ +$NetBSD: distinfo,v 1.2 2004/02/05 14:03:26 salo Exp $ -SHA1 (fhist-1.12.tar.gz) = a0d8b396871d767f525382f12327eba91a91050b -Size (fhist-1.12.tar.gz) = 260844 bytes +SHA1 (fhist-1.13.tar.gz) = bebbaa3f1db0fdbfae731c99a3a5ab19cdcd75fd +Size (fhist-1.13.tar.gz) = 263993 bytes |