[104537] trunk/dports/devel/hs-uniplate/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 26 23:50:31 PDT 2013


Revision: 104537
          https://trac.macports.org/changeset/104537
Author:   larryv at macports.org
Date:     2013-03-26 23:50:31 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-uniplate: Add modeline and reformat.

Modified Paths:
--------------
    trunk/dports/devel/hs-uniplate/Portfile

Modified: trunk/dports/devel/hs-uniplate/Portfile
===================================================================
--- trunk/dports/devel/hs-uniplate/Portfile	2013-03-27 06:47:48 UTC (rev 104536)
+++ trunk/dports/devel/hs-uniplate/Portfile	2013-03-27 06:50:31 UTC (rev 104537)
@@ -1,25 +1,26 @@
+# -*- 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   uniplate 1.6.10
-license         BSD
-platforms       darwin
-maintainers     nomaintainer
-description     Help writing simple, concise and fast generic operations.
+haskell.setup           uniplate 1.6.10
+license                 BSD
+platforms               darwin
+maintainers             nomaintainer
 
-long_description \
-    Uniplate is library for writing simple and concise generic operations. \
-    Uniplate has similar goals to the original Scrap Your Boilerplate work, \
-    but is substantially simpler and faster.
+description             Help writing simple, concise and fast generic \
+                        operations.
+long_description        Uniplate is library for writing simple and \
+                        concise generic operations. Uniplate has similar \
+                        goals to the original Scrap Your Boilerplate \
+                        work, but is substantially simpler and faster.
 
-checksums       rmd160  917c17929a1dfe1fa2b91fb756e376ace49d31ce \
-                sha256  433aa7ac4bb939d27b4ed4b2fedf99d5768b51c18fc918914b1bd13ae9d61048
+checksums               rmd160  917c17929a1dfe1fa2b91fb756e376ace49d31ce \
+                        sha256  433aa7ac4bb939d27b4ed4b2fedf99d5768b51c18fc918914b1bd13ae9d61048
 
-depends_lib-append  port:hs-hashable \
-                    port:hs-syb \
-                    port:hs-unordered-containers
+depends_lib-append      port:hs-hashable \
+                        port:hs-syb \
+                        port:hs-unordered-containers
 
-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/1593f599/attachment.html>


More information about the macports-changes mailing list