[109519] trunk/dports/devel/hs-fingertree

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


Revision: 109519
          https://trac.macports.org/changeset/109519
Author:   cal at macports.org
Date:     2013-08-16 15:28:12 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-fingertree: recreate from template, update to 0.1.0.0, rebuild with new GHC

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

Removed Paths:
-------------
    trunk/dports/devel/hs-fingertree/Portfile

Deleted: trunk/dports/devel/hs-fingertree/Portfile
===================================================================
--- trunk/dports/devel/hs-fingertree/Portfile	2013-08-16 22:25:03 UTC (rev 109518)
+++ trunk/dports/devel/hs-fingertree/Portfile	2013-08-16 22:28:12 UTC (rev 109519)
@@ -1,27 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   fingertree 0.0.1.0
-revision        1
-platforms       darwin
-license         BSD
-maintainers     nomaintainer
-description     Generic finger-tree structure, with example instances
-
-long_description \
-    A general sequence representation with arbitrary annotations, with example \
-    implementations of various collection types, as described in section 4 of \
-    Ralf Hinze and Ross Paterson, \"Finger trees: a simple general-purpose \
-    data structure\", Journal of Functional Programming 16:2 (2006) \
-    pp 197-217. (http://www.soi.city.ac.uk/~ross/papers/FingerTree.html) For a \
-    tuned sequence type, see Data.Sequence in the containers package, which is \
-    a specialization of this structure.
-
-checksums       md5     8bad318af78f90c3e1f1cf0bb9216664 \
-                sha1    8bb5b4e9965c90dcbd19ec36a879eb451b3aa41a \
-                rmd160  84fc80c6432892b01ba905d5c6af8c756ecfaf71
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-fingertree/Portfile (from rev 109516, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-fingertree/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-fingertree/Portfile	2013-08-16 22:28:12 UTC (rev 109519)
@@ -0,0 +1,23 @@
+# -*- 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       fingertree 0.1.0.0
+checksums           rmd160  9158053e9546fe3e866d0427aa544586c15914ac \
+                    sha256  baa601587f8ed614886e02ca8b1eb915e6946e9937f4c4f7565c46fd7dd66530
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         Generic finger-tree structure, with example instances
+long_description    \
+    A general sequence representation with arbitrary annotations, for use as \
+    a base for implementations of various collection types, with examples, as \
+    described in section 4 of Ralf Hinze and Ross Paterson, \"Finger trees: \
+    a simple general-purpose data structure\", Journal of Functional \
+    Programming 16:2 (2006) pp 197-217. For a tuned sequence type, see \
+    Data.Sequence in the containers package, which is a specialization of this \
+    structure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/23aa4eb9/attachment.html>


More information about the macports-changes mailing list