[104499] trunk/dports/devel/hs-data-accessor/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 26 01:05:38 PDT 2013


Revision: 104499
          https://trac.macports.org/changeset/104499
Author:   larryv at macports.org
Date:     2013-03-26 01:05:37 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-data-accessor: Add modeline; reformat.

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

Modified: trunk/dports/devel/hs-data-accessor/Portfile
===================================================================
--- trunk/dports/devel/hs-data-accessor/Portfile	2013-03-26 07:50:04 UTC (rev 104498)
+++ trunk/dports/devel/hs-data-accessor/Portfile	2013-03-26 08:05:37 UTC (rev 104499)
@@ -1,29 +1,30 @@
+# -*- 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
+PortSystem              1.0
+PortGroup               haskell 1.0
 
-haskell.setup   data-accessor 0.2.1.2
-revision        1
-platforms       darwin
-categories      devel
-license         BSD
-maintainers     nomaintainer
-description     Utilities for accessing and manipulating fields of records
+haskell.setup           data-accessor 0.2.1.2
+revision                1
+platforms               darwin
+license                 BSD
+maintainers             nomaintainer
 
-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.
+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
+checksums               md5     8eabca77e2202dc0735b45ca7dea9175 \
+                        sha1    e18aa318c3c916e3c00d41bed780cc0fb1ef5e53 \
+                        rmd160  701eb25bb8240399ee54466dc58727bad70953b8
 
-depends_build-append \
-    port:hs-transformers
+depends_build-append    port:hs-transformers
 
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}
+configure.args-append   --docdir=${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130326/a1b5077b/attachment-0001.html>


More information about the macports-changes mailing list