pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fhist Update to version 1.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b86aad260a1
branches:  trunk
changeset: 467712:9b86aad260a1
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Feb 05 14:03:26 2004 +0000

description:
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:

 devel/fhist/DESCR    |  30 +++++++++---------------------
 devel/fhist/Makefile |  17 +++++++++--------
 devel/fhist/distinfo |   6 +++---
 3 files changed, 21 insertions(+), 32 deletions(-)

diffs (79 lines):

diff -r 8185d7745806 -r 9b86aad260a1 devel/fhist/DESCR
--- a/devel/fhist/DESCR Thu Feb 05 11:35:10 2004 +0000
+++ b/devel/fhist/DESCR Thu Feb 05 14:03:26 2004 +0000
@@ -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
-
-    Keeps track of versions of a file.  It works correctly when given
-    binary files as input.  See fhist(1) for more information.
-
-fcomp
+  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.
 
-    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
+fhist    Keeps track of versions of a file.  It works correctly when
+         given binary files as input.
 
-    Merges together edits from two descendants of a file.  See fmerge(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.
 
-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 -r 8185d7745806 -r 9b86aad260a1 devel/fhist/Makefile
--- a/devel/fhist/Makefile      Thu Feb 05 11:35:10 2004 +0000
+++ b/devel/fhist/Makefile      Thu Feb 05 14:03:26 2004 +0000
@@ -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@localhost
-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 -r 8185d7745806 -r 9b86aad260a1 devel/fhist/distinfo
--- a/devel/fhist/distinfo      Thu Feb 05 11:35:10 2004 +0000
+++ b/devel/fhist/distinfo      Thu Feb 05 14:03:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index