[109514] trunk/dports/devel

cal at macports.org cal at macports.org
Fri Aug 16 15:02:16 PDT 2013


Revision: 109514
          https://trac.macports.org/changeset/109514
Author:   cal at macports.org
Date:     2013-08-16 15:02:16 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-Diff: rename to canonical case, recreate from template, update to 0.3.0 to rebuild with newer GHC

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

Removed Paths:
-------------
    trunk/dports/devel/hs-Diff/
    trunk/dports/devel/hs-diff/Portfile

Deleted: trunk/dports/devel/hs-diff/Portfile
===================================================================
--- trunk/dports/devel/hs-Diff/Portfile	2013-08-16 08:57:04 UTC (rev 109488)
+++ trunk/dports/devel/hs-diff/Portfile	2013-08-16 22:02:16 UTC (rev 109514)
@@ -1,22 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   Diff 0.1.2
-revision        1
-name            hs-Diff
-platforms       darwin
-license         BSD
-maintainers     nomaintainer
-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}

Copied: trunk/dports/devel/hs-diff/Portfile (from rev 109488, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-diff/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-diff/Portfile	2013-08-16 22:02:16 UTC (rev 109514)
@@ -0,0 +1,17 @@
+# -*- 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           haskell 1.0
+
+haskell.setup       Diff 0.3.0
+checksums           rmd160  3111bb1c10c08930933fd92384f437e28dcf9a5c \
+                    sha256  28f96d7f4bb0f88a13fa0b59e89cc8b93fa901c6cbe6ca82e84540cb2291ee4c
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         O(ND) diff algorithm in haskell
+long_description    \
+    Basic implementation of the standard diff algorithm.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/a1526bfe/attachment-0001.html>


More information about the macports-changes mailing list