[106842] trunk/dports/devel/hs-haskeline/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 18:37:32 PDT 2013


Revision: 106842
          https://trac.macports.org/changeset/106842
Author:   cal at macports.org
Date:     2013-06-08 18:37:32 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-haskeline: whitespace only

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

Modified: trunk/dports/devel/hs-haskeline/Portfile
===================================================================
--- trunk/dports/devel/hs-haskeline/Portfile	2013-06-09 01:35:50 UTC (rev 106841)
+++ trunk/dports/devel/hs-haskeline/Portfile	2013-06-09 01:37:32 UTC (rev 106842)
@@ -1,24 +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	haskeline 0.6.1.6
-revision	1
-maintainers	gwright
-platforms	darwin
+PortGroup           haskell 1.0
+haskell.setup       haskeline 0.6.1.6
+revision            1
+maintainers         gwright
+platforms           darwin
 license             BSD
 
-description	A command-line interface for user input, written in Haskell.
-long_description	\
-	Haskeline provides a user interface for line input in		\
-	command-line programs. This library is similar in purpose to	\
-	readline, but since it is written in Haskell it is (hopefully)	\
-	more easily used in other Haskell programs.
+description         A command-line interface for user input, written in Haskell.
+long_description    \
+    Haskeline provides a user interface for line input in \
+    command-line programs. This library is similar in purpose to \
+    readline, but since it is written in Haskell it is (hopefully) \
+    more easily used in other Haskell programs.
 
-checksums	md5     9147ccdf85e7532066e5edfa580a2916 \
-		sha1    5d0934c099d7aa40fa1bb5854d5c4c268a6ac0a4 \
-		rmd160  77309339479568e95260fdedbc0ea7a89268b217
+checksums   md5     9147ccdf85e7532066e5edfa580a2916 \
+            sha1    5d0934c099d7aa40fa1bb5854d5c4c268a6ac0a4 \
+            rmd160  77309339479568e95260fdedbc0ea7a89268b217
 
-depends_lib-append \
-		port:hs-utf8-string
+depends_lib-append  port:hs-utf8-string
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/1d8b930c/attachment.html>


More information about the macports-changes mailing list