[130210] trunk/dports/math/GiNaC/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Dec 28 13:19:42 PST 2014


Revision: 130210
          https://trac.macports.org/changeset/130210
Author:   khindenburg at macports.org
Date:     2014-12-28 13:19:41 -0800 (Sun, 28 Dec 2014)
Log Message:
-----------
GiNaC: add modeline + whitespace changes #46055

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

Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile	2014-12-28 20:44:52 UTC (rev 130209)
+++ trunk/dports/math/GiNaC/Portfile	2014-12-28 21:19:41 UTC (rev 130210)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -2,50 +3,49 @@
 
-name		GiNaC
-version             1.6.2
-categories	math
-platforms	darwin
-maintainers	nomaintainer
-description	GiNaC is Not a Computer algebra system
-long_description	\
-		Currently, GiNaC's capabilities include:		\
-									\
-		1. Very fast manipulation of large integers and		\
-		   rationals owing to the CLN library (for instance,	\
-		   it uses Karatsuba multiplication and			\
-		   Schoenhage-Strassen multiplication for very large	\
-		   integers).						\
-		2. Efficient handling of multivariate polynomials and	\
-		   rational functions.					\
-		3. Support for linear algebra includes symbolic		\
-		   matrices, vectors and solving equations.		\
-		4. Very fast heuristic polynomial GCD.			\
-		5. Many built in functions (sin, cos, atan, sinh,	\
-		   factorial, etc.)					\
-		6. Symbolic differentiation and series expansion of	\
-		   all built-in functions.				\
-		7. Several forms of output (also as optimized C++,	\
-		   for numerical postprocessing).			\
-		8. Memory-efficiency and -safety through the internal	\
-		   use of reference counting for all expressions.
+name            GiNaC
+version         1.6.2
+categories      math
+platforms       darwin
+maintainers     nomaintainer
+description     GiNaC is Not a Computer algebra system
+long_description \
+    Currently, GiNaC's capabilities include: \
+        1. Very fast manipulation of large integers and \
+           rationals owing to the CLN library (for instance, \
+           it uses Karatsuba multiplication and \
+           Schoenhage-Strassen multiplication for very large \
+           integers). \
+        2. Efficient handling of multivariate polynomials and \
+           rational functions. \
+        3. Support for linear algebra includes symbolic \
+           matrices, vectors and solving equations. \
+        4. Very fast heuristic polynomial GCD. \
+        5. Many built in functions (sin, cos, atan, sinh, \
+           factorial, etc.) \
+        6. Symbolic differentiation and series expansion of \
+           all built-in functions. \
+        7. Several forms of output (also as optimized C++, \
+           for numerical postprocessing). \
+        8. Memory-efficiency and -safety through the internal \
+           use of reference counting for all expressions.
 
-use_bzip2	yes
-distname	ginac-${version}
+use_bzip2       yes
+distname        ginac-${version}
 
-homepage	http://www.ginac.de/
-master_sites	${homepage}
+homepage        http://www.ginac.de/
+master_sites    ${homepage}
 
-checksums           rmd160  46b58f57e68583d65d794813449d159f0ddc9d86 \
-                    sha256  0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde
+checksums       rmd160  46b58f57e68583d65d794813449d159f0ddc9d86 \
+                sha256  0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde
 
-depends_build	port:pkgconfig
-depends_lib	port:readline	\
-		port:cln
+depends_build   port:pkgconfig
+depends_lib     port:readline \
+                port:cln
 
 #patches for clang++/libc++; do not seem to hurt on g++/libstdc++
 
-patchfiles	patch-check_exam_clifford.cpp.diff \
-		patch-check_exam_inifcns_nstdsums.cpp.diff \
-		patch-ginac_inifcns_nstdsums.cpp.diff
+patchfiles      patch-check_exam_clifford.cpp.diff \
+                patch-check_exam_inifcns_nstdsums.cpp.diff \
+                patch-ginac_inifcns_nstdsums.cpp.diff
 
-test.run            yes
-test.target         check
+test.run        yes
+test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141228/0180b6a6/attachment.html>


More information about the macports-changes mailing list