[64977] trunk/dports/devel

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


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

Utilities for accessing and manipulating fields of records

Added Paths:
-----------
    trunk/dports/devel/hs-data-accessor/
    trunk/dports/devel/hs-data-accessor/Portfile

Added: trunk/dports/devel/hs-data-accessor/Portfile
===================================================================
--- trunk/dports/devel/hs-data-accessor/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-data-accessor/Portfile	2010-03-18 23:31:21 UTC (rev 64977)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   data-accessor 0.2.1.2
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Utilities for accessing and manipulating fields of records
+
+long_description \
+    With this package you can define record field accessors which allow \
+    setting, getting and modifying values easily. The package clearly \
+    demonstrates the power of the functional approach: You can combine \
+    accessors of a record and sub-records, to make the access look like the \
+    fields of the sub-record belong to the main record.
+
+checksums       md5     8eabca77e2202dc0735b45ca7dea9175 \
+                sha1    e18aa318c3c916e3c00d41bed780cc0fb1ef5e53 \
+                rmd160  701eb25bb8240399ee54466dc58727bad70953b8
+
+depends_build-append \
+    port:hs-transformers
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


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


More information about the macports-changes mailing list