[126036] trunk/dports/lang/mercury/Portfile
khindenburg at macports.org
khindenburg at macports.org
Thu Oct 2 06:42:14 PDT 2014
Revision: 126036
https://trac.macports.org/changeset/126036
Author: khindenburg at macports.org
Date: 2014-10-02 06:42:14 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
mercury: add modeline + whitespace
Modified Paths:
--------------
trunk/dports/lang/mercury/Portfile
Modified: trunk/dports/lang/mercury/Portfile
===================================================================
--- trunk/dports/lang/mercury/Portfile 2014-10-02 13:37:53 UTC (rev 126035)
+++ trunk/dports/lang/mercury/Portfile 2014-10-02 13:42:14 UTC (rev 126036)
@@ -1,39 +1,40 @@
+# -*- 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
-name mercury
-version 11.01
-categories lang
-maintainers nomaintainer
-platforms darwin
-license GPL-2 LGPL-2
+name mercury
+version 11.01
+categories lang
+maintainers nomaintainer
+platforms darwin
+license GPL-2 LGPL-2
-description The Mercury Programming Language
-long_description \
- Mercury is a new logic/functional programming \
- language, which combines the clarity and \
- expressiveness of declarative programming with \
- advanced static analysis and error detection \
- features. Its highly optimized execution \
- algorithm delivers efficiency far in excess of \
- existing logic programming systems, and close \
- to conventional programming systems. Mercury \
- addresses the problems of large-scale program \
- development, allowing modularity, separate \
- compilation, and numerous optimization/time \
- trade-offs.
+description The Mercury Programming Language
+long_description \
+ Mercury is a new logic/functional programming \
+ language, which combines the clarity and \
+ expressiveness of declarative programming with \
+ advanced static analysis and error detection \
+ features. Its highly optimized execution \
+ algorithm delivers efficiency far in excess of \
+ existing logic programming systems, and close \
+ to conventional programming systems. Mercury \
+ addresses the problems of large-scale program \
+ development, allowing modularity, separate \
+ compilation, and numerous optimization/time \
+ trade-offs.
-homepage http://www.mercurylang.org/
-master_sites http://dl.mercurylang.org/release/
+homepage http://www.mercurylang.org/
+master_sites http://dl.mercurylang.org/release/
-distname ${name}-compiler-${version}
+distname ${name}-compiler-${version}
checksums md5 5d7dc00ab06f87ee5ddfb8dca088be56 \
sha1 508f9fbebdf061f706a44db5c77868cb4e769066 \
rmd160 bee82b6037fa1f14f27b43d6f7d751d232941bc7
-worksrcdir ${name}-compiler-${version}
+worksrcdir ${name}-compiler-${version}
depends_lib \
port:readline
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/d9564bd4/attachment-0001.html>
More information about the macports-changes
mailing list