[97006] trunk/dports/devel/hs-zlib/Portfile
cal at macports.org
cal at macports.org
Fri Aug 24 10:00:35 PDT 2012
Revision: 97006
https://trac.macports.org/changeset/97006
Author: cal at macports.org
Date: 2012-08-24 10:00:35 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
hs-zlib: add modeline, whitespace only
Modified Paths:
--------------
trunk/dports/devel/hs-zlib/Portfile
Modified: trunk/dports/devel/hs-zlib/Portfile
===================================================================
--- trunk/dports/devel/hs-zlib/Portfile 2012-08-24 16:55:00 UTC (rev 97005)
+++ trunk/dports/devel/hs-zlib/Portfile 2012-08-24 17:00:35 UTC (rev 97006)
@@ -1,29 +1,29 @@
+# -*- 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 zlib 0.5.2.0
-license BSD
-maintainers nomaintainer
-platforms darwin
+haskell.setup zlib 0.5.2.0
+license BSD
+maintainers nomaintainer
+platforms darwin
-description The Haskell Zlib Binding (development version)
-long_description \
- Haskell bindings to the Zlib library for compression \
- and decompression in gzip and zlib format. The library \
- acts directly on ByteString values.
+description The Haskell Zlib Binding (development version)
+long_description Haskell bindings to the Zlib library for compression \
+ and decompression in gzip and zlib format. The library \
+ acts directly on ByteString values.
-checksums md5 19859e241dc18ef1501a5d44d8523507 \
- sha1 e40025b464a3a701c3e835dbc0ae540c73bad1fc \
- rmd160 5d9b674e235b260f64d65051afecebc935c2a7ae
+checksums md5 19859e241dc18ef1501a5d44d8523507 \
+ sha1 e40025b464a3a701c3e835dbc0ae540c73bad1fc \
+ rmd160 5d9b674e235b260f64d65051afecebc935c2a7ae
-depends_lib port:ghc \
- port:zlib
+depends_lib-append port:zlib
-universal_variant no
+universal_variant no
-configure.args-append -v --enable-library-profiling \
- --with-gcc=${configure.cc}
+configure.args-append \
+ -v --enable-library-profiling \
+ --with-gcc=${configure.cc}
-build.args-append -v
+build.args-append -v
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/e5c83c63/attachment.html>
More information about the macports-changes
mailing list