[135071] trunk/dports/math/yacas/Portfile

mf2k at macports.org mf2k at macports.org
Tue Apr 14 14:21:17 PDT 2015


Revision: 135071
          https://trac.macports.org/changeset/135071
Author:   mf2k at macports.org
Date:     2015-04-14 14:21:17 -0700 (Tue, 14 Apr 2015)
Log Message:
-----------
yacas: Add and conform to modeline.

Modified Paths:
--------------
    trunk/dports/math/yacas/Portfile

Modified: trunk/dports/math/yacas/Portfile
===================================================================
--- trunk/dports/math/yacas/Portfile	2015-04-14 21:12:59 UTC (rev 135070)
+++ trunk/dports/math/yacas/Portfile	2015-04-14 21:21:17 UTC (rev 135071)
@@ -1,33 +1,33 @@
+# -*- 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		yacas
-version		1.3.2
-revision        1
-categories	math
-platforms       darwin
-license         GPL-2
-homepage        http://yacas.sourceforge.net/
-maintainers	nomaintainer
-description	Yet Another Computer Algebra System
-long_description YACAS is an easy to use, general purpose Computer Algebra\
-	System, a program for symbolic manipulation of mathematical\
-	expressions. It uses its own programming language designed for\
-	symbolic as well as arbitrary-precision numerical computations.  The\
-	system has a library of scripts that implement many of the symbolic\
-	algebra operations - new algorithms can be easily added to the library.
+name                yacas
+version             1.3.2
+revision            1
+categories          math
+platforms           darwin
+license             GPL-2
+homepage            http://yacas.sourceforge.net/
+maintainers         nomaintainer
+description         Yet Another Computer Algebra System
+long_description    YACAS is an easy to use, general purpose Computer Algebra\
+    System, a program for symbolic manipulation of mathematical\
+    expressions. It uses its own programming language designed for\
+    symbolic as well as arbitrary-precision numerical computations.  The\
+    system has a library of scripts that implement many of the symbolic\
+    algebra operations - new algorithms can be easily added to the library.
 
-master_sites	http://yacas.sourceforge.net/backups/
+master_sites        http://yacas.sourceforge.net/backups/
 
-checksums   md5 a07347b9276a2b2180a5a4855323ea8e \
-            sha1 1e2395a835eab64ad519abb2b816bd94d2a27a09 \
-            rmd160 0f01763d029d078f0a156b0d8549c1de14b16341 
+checksums           md5 a07347b9276a2b2180a5a4855323ea8e \
+                    sha1 1e2395a835eab64ad519abb2b816bd94d2a27a09 \
+                    rmd160 0f01763d029d078f0a156b0d8549c1de14b16341
 
-
 # perl is used to build documentation
 # ${prefix}/share/yacas/manmake/txt2yacasdoc.pl requires perl after build
-depends_lib	path:bin/perl:perl5
+depends_lib         path:bin/perl:perl5
 
 post-patch {
     #Ensure that the correct perl is used
@@ -41,13 +41,13 @@
 
 configure.args-append   --with-html-dir=${prefix}/share/doc/${name}
 
-default_variants +server
+default_variants    +server
 
 variant server description {Add the ability to run as server} {
     configure.args-append   --enable-server
 }
 
-test.run	yes
+test.run            yes
 
-livecheck.url    http://yacas.sourceforge.net/downloads.html
-livecheck.regex  "version (\\d(?:\\.\\d+)*)"
+livecheck.url       http://yacas.sourceforge.net/downloads.html
+livecheck.regex     "version (\\d(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150414/ea7a8edd/attachment.html>


More information about the macports-changes mailing list