diff options
author | stephen <stephen@FreeBSD.org> | 2014-11-28 19:20:15 +0000 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-11-28 19:20:15 +0000 |
commit | 795a4accbbf107d9f59a72a3cef0813466b3220d (patch) | |
tree | c4dec416d5e09957aa1b6fd0f41642e0a40a7d83 | |
parent | a5eefbce9e608bfc231ac1a8792e952fdf3640fd (diff) | |
download | FreeBSD-ports-795a4accbbf107d9f59a72a3cef0813466b3220d.zip FreeBSD-ports-795a4accbbf107d9f59a72a3cef0813466b3220d.tar.gz |
- Update to 1.6.3.
-rw-r--r-- | math/GiNaC/Makefile | 3 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 4 | ||||
-rw-r--r-- | math/GiNaC/files/patch-doc__examples__ginac-examples.texi | 15 | ||||
-rw-r--r-- | math/GiNaC/files/patch-ginac__inifcns_nstdsums.cpp | 121 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 4 |
5 files changed, 5 insertions, 142 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index de0e9f7..9166af8 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 41895c4..14b86ac 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.2.tar.bz2) = 0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde -SIZE (ginac-1.6.2.tar.bz2) = 1048764 +SHA256 (ginac-1.6.3.tar.bz2) = 6756c7de3485bc5245f8b0e4b3c046ac75406b93e9205b4180b096846932d9bd +SIZE (ginac-1.6.3.tar.bz2) = 1027896 diff --git a/math/GiNaC/files/patch-doc__examples__ginac-examples.texi b/math/GiNaC/files/patch-doc__examples__ginac-examples.texi deleted file mode 100644 index e4a223d..0000000 --- a/math/GiNaC/files/patch-doc__examples__ginac-examples.texi +++ /dev/null @@ -1,15 +0,0 @@ ---- doc/examples/ginac-examples.texi.orig 2008-03-26 21:08:16.000000000 +0900 -+++ doc/examples/ginac-examples.texi 2008-04-06 21:38:31.000000000 +0900 -@@ -11,6 +11,12 @@ - @parindent=0pt - @end iftex - @c %**end of header -+ -+@dircategory Mathematics -+@direntry -+* ginac-examples: (ginac). GiNaC Examples. -+@end direntry -+ - @ifnottex - @node Top - @end ifnottex diff --git a/math/GiNaC/files/patch-ginac__inifcns_nstdsums.cpp b/math/GiNaC/files/patch-ginac__inifcns_nstdsums.cpp deleted file mode 100644 index eed1608..0000000 --- a/math/GiNaC/files/patch-ginac__inifcns_nstdsums.cpp +++ /dev/null @@ -1,121 +0,0 @@ ---- ginac/inifcns_nstdsums.cpp.orig 2011-05-10 15:22:53.000000000 -0500 -+++ ginac/inifcns_nstdsums.cpp 2014-01-12 19:46:05.000000000 -0600 -@@ -2601,7 +2601,7 @@ - ex addzeta = convert_H_to_zeta(newparameter); - return e.subs(h == (addzeta-H(newparameter, h.op(1)).hold())).expand(); - } else { -- return e * (-H(lst(0),1/arg).hold()); -+ return e * (-H(lst(ex(0)),1/arg).hold()); - } - } - -@@ -2632,7 +2632,7 @@ - newparameter.prepend(1); - return e.subs(h == H(newparameter, h.op(1)).hold()); - } else { -- return e * H(lst(1),1-arg).hold(); -+ return e * H(lst(ex(1)),1-arg).hold(); - } - } - -@@ -2664,8 +2664,8 @@ - ex addzeta = convert_H_to_zeta(newparameter); - return e.subs(h == (addzeta-H(newparameter, h.op(1)).hold())).expand(); - } else { -- ex addzeta = convert_H_to_zeta(lst(-1)); -- return (e * (addzeta - H(lst(-1),1/arg).hold())).expand(); -+ ex addzeta = convert_H_to_zeta(lst(ex(-1))); -+ return (e * (addzeta - H(lst(ex(-1)),1/arg).hold())).expand(); - } - } - -@@ -2696,7 +2696,7 @@ - newparameter.prepend(-1); - return e.subs(h == H(newparameter, h.op(1)).hold()).expand(); - } else { -- return (e * H(lst(-1),(1-arg)/(1+arg)).hold()).expand(); -+ return (e * H(lst(ex(-1)),(1-arg)/(1+arg)).hold()).expand(); - } - } - -@@ -2727,7 +2727,7 @@ - newparameter.prepend(1); - return e.subs(h == H(newparameter, h.op(1)).hold()).expand(); - } else { -- return (e * H(lst(1),(1-arg)/(1+arg)).hold()).expand(); -+ return (e * H(lst(ex(1)),(1-arg)/(1+arg)).hold()).expand(); - } - } - -@@ -2806,7 +2806,7 @@ - // leading one - map_trafo_H_1mx recursion; - map_trafo_H_mult unify; -- ex res = H(lst(1), arg).hold() * H(newparameter, arg).hold(); -+ ex res = H(lst(ex(1)), arg).hold() * H(newparameter, arg).hold(); - std::size_t firstzero = 0; - while (parameter.op(firstzero) == 1) { - firstzero++; -@@ -2870,7 +2870,7 @@ - } - if (allthesame) { - map_trafo_H_mult unify; -- return unify((pow(H(lst(-1),1/arg).hold() - H(lst(0),1/arg).hold(), parameter.nops()) -+ return unify((pow(H(lst(ex(-1)),1/arg).hold() - H(lst(ex(0)),1/arg).hold(), parameter.nops()) - / factorial(parameter.nops())).expand()); - } - } else { -@@ -2882,7 +2882,7 @@ - } - if (allthesame) { - map_trafo_H_mult unify; -- return unify((pow(H(lst(1),1/arg).hold() + H(lst(0),1/arg).hold() + H_polesign, parameter.nops()) -+ return unify((pow(H(lst(ex(1)),1/arg).hold() + H(lst(ex(0)),1/arg).hold() + H_polesign, parameter.nops()) - / factorial(parameter.nops())).expand()); - } - } -@@ -2925,7 +2925,7 @@ - // leading one - map_trafo_H_1overx recursion; - map_trafo_H_mult unify; -- ex res = H(lst(1), arg).hold() * H(newparameter, arg).hold(); -+ ex res = H(lst(ex(1)), arg).hold() * H(newparameter, arg).hold(); - std::size_t firstzero = 0; - while (parameter.op(firstzero) == 1) { - firstzero++; -@@ -2981,7 +2981,7 @@ - } - if (allthesame) { - map_trafo_H_mult unify; -- return unify((pow(-H(lst(1),(1-arg)/(1+arg)).hold() - H(lst(-1),(1-arg)/(1+arg)).hold(), parameter.nops()) -+ return unify((pow(-H(lst(ex(1)),(1-arg)/(1+arg)).hold() - H(lst(ex(-1)),(1-arg)/(1+arg)).hold(), parameter.nops()) - / factorial(parameter.nops())).expand()); - } - } else if (parameter.op(0) == -1) { -@@ -2993,7 +2993,7 @@ - } - if (allthesame) { - map_trafo_H_mult unify; -- return unify((pow(log(2) - H(lst(-1),(1-arg)/(1+arg)).hold(), parameter.nops()) -+ return unify((pow(log(2) - H(lst(ex(-1)),(1-arg)/(1+arg)).hold(), parameter.nops()) - / factorial(parameter.nops())).expand()); - } - } else { -@@ -3005,7 +3005,7 @@ - } - if (allthesame) { - map_trafo_H_mult unify; -- return unify((pow(-log(2) - H(lst(0),(1-arg)/(1+arg)).hold() + H(lst(-1),(1-arg)/(1+arg)).hold(), parameter.nops()) -+ return unify((pow(-log(2) - H(lst(ex(0)),(1-arg)/(1+arg)).hold() + H(lst(ex(-1)),(1-arg)/(1+arg)).hold(), parameter.nops()) - / factorial(parameter.nops())).expand()); - } - } -@@ -3048,7 +3048,7 @@ - // leading one - map_trafo_H_1mxt1px recursion; - map_trafo_H_mult unify; -- ex res = H(lst(1), arg).hold() * H(newparameter, arg).hold(); -+ ex res = H(lst(ex(1)), arg).hold() * H(newparameter, arg).hold(); - std::size_t firstzero = 0; - while (parameter.op(firstzero) == 1) { - firstzero++; diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 6ef1d84..ecfc53f 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -49,8 +49,8 @@ include/ginac/version.h include/ginac/wildcard.h lib/libginac.a lib/libginac.so -lib/libginac.so.2 -lib/libginac.so.2.1.0 +lib/libginac.so.4 +lib/libginac.so.4.0.0 libdata/pkgconfig/ginac.pc man/man1/ginsh.1.gz man/man1/viewgar.1.gz |