Added: trunk/dports/textproc/icdiff/Portfile (0 => 145066)
--- 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
___________________________________________________________________