[64992] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 17:47:18 PDT 2010


Revision: 64992
          http://trac.macports.org/changeset/64992
Author:   nox at macports.org
Date:     2010-03-18 17:47:17 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-pointedlist

A PointedList tracks the position in a non-empty list which works
similarly to a zipper. A current item is always required, and therefore
the list may never be empty. A circular PointedList wraps around to the
other end when progressing past the actual edge.

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

Added: trunk/dports/devel/hs-pointedlist/Portfile
===================================================================
--- trunk/dports/devel/hs-pointedlist/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-pointedlist/Portfile	2010-03-19 00:47:17 UTC (rev 64992)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   pointedlist 0.3.5
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     A zipper-like comonad which works as a list, tracking a position
+
+long_description \
+    A PointedList tracks the position in a non-empty list which works \
+    similarly to a zipper. A current item is always required, and therefore \
+    the list may never be empty. A circular PointedList wraps around to the \
+    other end when progressing past the actual edge.
+
+checksums       md5     6391623147784d855978854c7e0719d7 \
+                sha1    a3717128427c0eff84ca1b2c535c5345d92237a0 \
+                rmd160  bfadebed587d707f9653f8378a8abe2bffd9d531
+
+depends_build-append \
+    port:hs-binary \
+    port:hs-data-accessor
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-pointedlist/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/d7ffcedc/attachment.html>


More information about the macports-changes mailing list