[106822] trunk/dports/devel/hs-parsedate/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 16:47:11 PDT 2013


Revision: 106822
          https://trac.macports.org/changeset/106822
Author:   cal at macports.org
Date:     2013-06-08 16:47:11 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-parsedate: add modeline, whitespace only, change description to the one from hackage DB

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

Modified: trunk/dports/devel/hs-parsedate/Portfile
===================================================================
--- trunk/dports/devel/hs-parsedate/Portfile	2013-06-08 23:44:13 UTC (rev 106821)
+++ trunk/dports/devel/hs-parsedate/Portfile	2013-06-08 23:47:11 UTC (rev 106822)
@@ -1,25 +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
+PortSystem          1.0
 
-PortGroup	haskell 1.0
-haskell.setup	parsedate 3000.0.0
-revision	1
-maintainers	nomaintainer
-platforms	darwin
+PortGroup           haskell 1.0
+haskell.setup       parsedate 3000.0.0
+revision            1
+maintainers         nomaintainer
+platforms           darwin
 license             BSD
 
-description	Data and time parsing for haskell's CalendarTime
-long_description	\
-	This library provides a function for parsing dates and times	\
-	given a date format string. This package creates CalendarTime	\
-	values and is meant for use with the old-time package. New code	\
-	should use the hs-platform-time package, which now includes	\
-	parsing, instead. 
+description         Data and time parsing for CalendarTime
+long_description    \
+    This library provides a function for parsing dates and times given a date \
+    format string. This package creates CalendarTime values and is meant for \
+    use with the old-time package. New code should use the time package, which \
+    now includes parsing, instead.
 
-checksums	md5     cddd2fce4584460a91dadc3e77048bf6 \
-		sha1    61e1abc896de90d7cae15f26487e6731bc525778 \
-		rmd160  6aa581e2e7cd7cfc2ae04858b5b977408d02fa31
+checksums           md5     cddd2fce4584460a91dadc3e77048bf6 \
+                    sha1    61e1abc896de90d7cae15f26487e6731bc525778 \
+                    rmd160  6aa581e2e7cd7cfc2ae04858b5b977408d02fa31
 
-depends_lib-append \
-		port:hs-platform-parsec
+depends_lib-append  port:hs-platform-parsec
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/11bbd83b/attachment.html>


More information about the macports-changes mailing list