summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/fhist/DESCR24
-rw-r--r--devel/fhist/Makefile17
-rw-r--r--devel/fhist/PLIST30
-rw-r--r--devel/fhist/distinfo4
4 files changed, 75 insertions, 0 deletions
diff --git a/devel/fhist/DESCR b/devel/fhist/DESCR
new file mode 100644
index 00000000000..34fcae46b2a
--- /dev/null
+++ b/devel/fhist/DESCR
@@ -0,0 +1,24 @@
+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.
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile
new file mode 100644
index 00000000000..58d0f61b97e
--- /dev/null
+++ b/devel/fhist/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/16 11:06:37 markd Exp $
+#
+
+DISTNAME= fhist-1.12
+CATEGORIES= devel
+MASTER_SITES= http://www.canb.auug.org.au/~millerp/
+
+MAINTAINER= Matthew@Aldous.com
+HOMEPAGE= http://www.canb.auug.org.au/~millerp/fhist.html
+COMMENT= file history and comparison tools
+
+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/PLIST b/devel/fhist/PLIST
new file mode 100644
index 00000000000..ecbfb0ce3d1
--- /dev/null
+++ b/devel/fhist/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/16 11:06:37 markd Exp $
+bin/fcomp
+bin/fhist
+bin/fmerge
+lib/fhist/en/LC_MESSAGES/fcomp.mo
+lib/fhist/en/LC_MESSAGES/fhist.mo
+lib/fhist/en/LC_MESSAGES/fmerge.mo
+man/man1/fcomp.1
+man/man1/fhist.1
+man/man1/fhist_lic.1
+man/man1/fmerge.1
+share/fhist/en/building.dvi
+share/fhist/en/building.ps
+share/fhist/en/building.txt
+share/fhist/en/man1/fcomp.1
+share/fhist/en/man1/fhist.1
+share/fhist/en/man1/fhist_lic.1
+share/fhist/en/man1/fmerge.1
+share/fhist/en/readme.dvi
+share/fhist/en/readme.ps
+share/fhist/en/readme.txt
+share/fhist/en/reference.dvi
+share/fhist/en/reference.ps
+share/fhist/en/reference.txt
+@dirrm share/fhist/en/man1
+@dirrm share/fhist/en
+@dirrm share/fhist
+@dirrm lib/fhist/en/LC_MESSAGES
+@dirrm lib/fhist/en
+@dirrm lib/fhist
diff --git a/devel/fhist/distinfo b/devel/fhist/distinfo
new file mode 100644
index 00000000000..aa18945e4c8
--- /dev/null
+++ b/devel/fhist/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/01/16 11:06:37 markd Exp $
+
+SHA1 (fhist-1.12.tar.gz) = a0d8b396871d767f525382f12327eba91a91050b
+Size (fhist-1.12.tar.gz) = 260844 bytes