[64991] trunk/dports/devel
nox at macports.org
nox at macports.org
Thu Mar 18 17:47:06 PDT 2010
Revision: 64991
http://trac.macports.org/changeset/64991
Author: nox at macports.org
Date: 2010-03-18 17:47:06 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-fingertree
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. For a tuned sequence type, see Data.Sequence
in the containers package, which is a specialization of this
structure.
Added Paths:
-----------
trunk/dports/devel/hs-fingertree/
trunk/dports/devel/hs-fingertree/Portfile
Added: trunk/dports/devel/hs-fingertree/Portfile
===================================================================
--- trunk/dports/devel/hs-fingertree/Portfile (rev 0)
+++ trunk/dports/devel/hs-fingertree/Portfile 2010-03-19 00:47:06 UTC (rev 64991)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup haskell 1.0
+
+haskell.setup fingertree 0.0.1.0
+platforms darwin
+categories devel
+maintainers nox openmaintainer
+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}
+
+universal_variant no
Property changes on: trunk/dports/devel/hs-fingertree/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/c090f54f/attachment.html>
More information about the macports-changes
mailing list