[64981] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 16:32:06 PDT 2010


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

Automate generation of Accessor's of the data-accessor package by
Template Haskell functions.

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

Added: trunk/dports/devel/hs-data-accessor-template/Portfile
===================================================================
--- trunk/dports/devel/hs-data-accessor-template/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-data-accessor-template/Portfile	2010-03-18 23:32:05 UTC (rev 64981)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   data-accessor-template 0.2.1.3
+license         BSD-3
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Utilities for accessing and manipulating fields of records
+
+long_description \
+    Automate generation of Accessor's of the data-accessor package by Template \
+    Haskell functions.
+
+checksums       md5     0a84cb2983e6257baf7aa66bb5aebe23 \
+                sha1    da68e7379db30d318a9f46fdbe8a3868f80e0fcb \
+                rmd160  1b177b6705153f5766a6998a470247d7438e46de
+
+depends_build-append \
+    port:hs-data-accessor \
+    port:hs-utility-ht
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


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


More information about the macports-changes mailing list