[64975] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 16:31:02 PDT 2010


Revision: 64975
          http://trac.macports.org/changeset/64975
Author:   nox at macports.org
Date:     2010-03-18 16:31:02 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-Diff

Basic implementation of the standard diff algorithm.

Added Paths:
-----------
    trunk/dports/devel/hs-Diff/
    trunk/dports/devel/hs-Diff/Portfile

Added: trunk/dports/devel/hs-Diff/Portfile
===================================================================
--- trunk/dports/devel/hs-Diff/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-Diff/Portfile	2010-03-18 23:31:02 UTC (rev 64975)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   Diff 0.1.2
+name            hs-Diff
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Basic implementation of the standard diff algorithm.
+
+long_description \
+    ${description}
+
+checksums       md5     d7efbd54c6c1dba78970deb579000b04 \
+                sha1    7451f796b726ba2edaa8318d952089a9adbab05a \
+                rmd160  48d9b5d74af0545c2c0125aa9ccce3365de4cd22
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-Diff/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/38521c36/attachment.html>


More information about the macports-changes mailing list