[104530] trunk/dports/devel/hs-polyparse/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 26 22:19:41 PDT 2013


Revision: 104530
          https://trac.macports.org/changeset/104530
Author:   larryv at macports.org
Date:     2013-03-26 22:19:41 -0700 (Tue, 26 Mar 2013)
Log Message:
-----------
hs-polyparse: Add modeline and reformat; use hackageDB text for descriptions.

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

Modified: trunk/dports/devel/hs-polyparse/Portfile
===================================================================
--- trunk/dports/devel/hs-polyparse/Portfile	2013-03-27 05:10:47 UTC (rev 104529)
+++ trunk/dports/devel/hs-polyparse/Portfile	2013-03-27 05:19:41 UTC (rev 104530)
@@ -1,22 +1,24 @@
+# -*- 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           polyparse 1.8
-license                 LGPL-2.1
-maintainers             nomaintainer
-platforms               darwin
+haskell.setup       polyparse 1.8
+license             LGPL-2.1
+maintainers         nomaintainer
+platforms           darwin
 
-description             a variety of alternative parser combinator libraries
+description         A variety of alternative parser combinator \
+                    libraries.
+long_description    A variety of alternative parser combinator \
+                    libraries, including the original HuttonMeijer set. \
+                    The Poly sets have features like good error \
+                    reporting, arbitrary token type, running state, \
+                    lazy parsing, and so on. Finally, Text.Parse is \
+                    a proposed replacement for the standard Read class, \
+                    for better deserialisation of Haskell values from \
+                    Strings.
 
-long_description        polyparse is ${description}, including the original \
-                        HuttonMeijer set. The Poly sets have features like \
-                        good error reporting, arbitrary token type, running \
-                        state, lazy parsing, and so on. Finally, Text.Parse \
-                        is a proposed replacement for the standard Read \
-                        class, for better deserialisation of Haskell values \
-                        from Strings.
-
-checksums               rmd160  33c45af0fd8e91c4cfffdec2a8cfd2f6d578ca94 \
-                        sha256  96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922
+checksums           rmd160  33c45af0fd8e91c4cfffdec2a8cfd2f6d578ca94 \
+                    sha256  96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130326/40fc5dcb/attachment-0001.html>


More information about the macports-changes mailing list