[145066] trunk/dports/textproc

raimue at macports.org raimue at macports.org
Mon Jan 25 03:07:00 PST 2016


Revision: 145066
          https://trac.macports.org/changeset/145066
Author:   raimue at macports.org
Date:     2016-01-25 03:06:59 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
textproc/icdiff:
New port, improved color diff

Added Paths:
-----------
    trunk/dports/textproc/icdiff/
    trunk/dports/textproc/icdiff/Portfile

Added: trunk/dports/textproc/icdiff/Portfile
===================================================================
--- trunk/dports/textproc/icdiff/Portfile	                        (rev 0)
+++ trunk/dports/textproc/icdiff/Portfile	2016-01-25 11:06:59 UTC (rev 145066)
@@ -0,0 +1,29 @@
+# -*- 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
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        jeffkaufman icdiff 1.7.3 release-
+categories          textproc sysutils devel
+platforms           darwin
+maintainers         raimue \
+                    openmaintainer
+license             PSF
+
+description         improved colored diff
+
+long_description    \
+    icdiff can show you the differences between similar files without getting \
+    in the way. This is especially helpful for identifying and understanding \
+    small changes within existing lines.
+
+homepage            http://www.jefftk.com/icdiff
+
+checksums           rmd160  c8f392479d64f620e34b47a0685f8689f72164a4 \
+                    sha256  90a5d7df8497a354667f2ddedf8e701b309d3ae274556f756788ed7084434676
+
+python.default_version 27
+
+depends_build-append port:py${python.version}-setuptools


Property changes on: trunk/dports/textproc/icdiff/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/f0c54b56/attachment.html>


More information about the macports-changes mailing list