[102492] trunk/dports/devel

sean at macports.org sean at macports.org
Mon Feb 4 09:11:51 PST 2013


Revision: 102492
          https://trac.macports.org/changeset/102492
Author:   sean at macports.org
Date:     2013-02-04 09:11:51 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
fmscripts: add new port that allows using filemerge with vcs tools

Added Paths:
-----------
    trunk/dports/devel/fmscripts/
    trunk/dports/devel/fmscripts/Portfile

Added: trunk/dports/devel/fmscripts/Portfile
===================================================================
--- trunk/dports/devel/fmscripts/Portfile	                        (rev 0)
+++ trunk/dports/devel/fmscripts/Portfile	2013-02-04 17:11:51 UTC (rev 102492)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                fmscripts
+version             20120813
+categories          devel
+maintainers         sean openmaintainer
+platforms           darwin
+license             public-domain
+supported_archs     noarch
+
+description         Wrapper Scripts for FileMerge
+long_description \
+    Apple's Developer Tools for Mac OS X include FileMerge, a graphical \
+    tool to compare and merge files.  FileMerge can be much handier to use, unfortunately, \
+    it doesn't integrate with Subversion straightforwardly.  It can be opened from the \
+    command line with the opendiff command, but its interface differs from that of diff \
+    and diff3. It returns immediately (i.e. it forks and does not block) and it expects \
+    different arguments.
+
+homepage            http://www.defraine.net/~brunod/fmdiff/
+master_sites        ${homepage}
+
+checksums           rmd160  9d01d081146b7448d890338f3874515864cec0b9 \
+                    sha256  7312654040acc29787c15fb2b6d53abe0a397fb9faec6bf43398d25bb31f38ee
+
+use_configure       no
+destroot.destdir    DESTDIR=${destroot}${prefix}/bin
+
+build {}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/307e1c41/attachment.html>


More information about the macports-changes mailing list