[24162] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 17 23:17:27 PDT 2007


Revision: 24162
          http://trac.macosforge.org/projects/macports/changeset/24162
Author:   boeyms at macports.org
Date:     2007-04-17 23:17:26 -0700 (Tue, 17 Apr 2007)

Log Message:
-----------
sysutils/fhist: new port that provides file history, comparison and merging
tools that work on binary as well as text files.

Added Paths:
-----------
    trunk/dports/sysutils/fhist/
    trunk/dports/sysutils/fhist/Portfile

Added: trunk/dports/sysutils/fhist/Portfile
===================================================================
--- trunk/dports/sysutils/fhist/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/fhist/Portfile	2007-04-18 06:17:26 UTC (rev 24162)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+name        fhist
+version     1.16
+categories  sysutils textproc devel
+maintainers boeyms at macports.org openmaintainer at macports.org
+description FHist: file history, comparison and merging tools
+homepage    http://fhist.sourceforge.net/
+platforms   darwin
+
+long_description    The FHist package contains 3 utilities, fhist (a file \
+                    history tool that works on binary inputs), fcomp (a file \
+                    comparison tool that can compare binary files \
+                    byte-for-byte), and fmerge (a file merging tool).  All \
+                    three are bundled together because they use the same \
+                    minimal-difference algorithm.
+
+master_sites    sourceforge
+
+checksums   md5 b9ab632eace455b440e83910f62fea62 \
+            sha1 ba58c0d1a64d4b3a81e48c57302f35d3a4e85c30 \
+            rmd160 fab1fedab715728b4b31bbf33e4f714916758be8
+
+depends_lib port:bison port:gettext port:cook
+
+pre-configure {
+    reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \
+        "${worksrcpath}/Makefile.in"
+}
+
+configure.cflags-append ${configure.cppflags} ${configure.ldflags}
+configure.args          --mandir=${prefix}/share/man --infodir=${prefix}/share/info


Property changes on: trunk/dports/sysutils/fhist/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070417/1a02c293/attachment.html


More information about the macports-changes mailing list