diff options
author | mi <mi@FreeBSD.org> | 2016-04-10 20:41:14 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2016-04-10 20:41:14 +0800 |
commit | f692b4bd9cd85f1e5afa68a98fcd07a2001bef94 (patch) | |
tree | 3c5f9e9532aa97e2c7890e96dc9641ba8481c5b9 | |
parent | 8690a202b41ab6f18d3e698b53daa274cff51f56 (diff) | |
download | freebsd-ports-gnome-f692b4bd9cd85f1e5afa68a98fcd07a2001bef94.tar.gz freebsd-ports-gnome-f692b4bd9cd85f1e5afa68a98fcd07a2001bef94.tar.zst freebsd-ports-gnome-f692b4bd9cd85f1e5afa68a98fcd07a2001bef94.zip |
Upgrade from 2016.02.27 to 2016.04.10.
Notified by: portscout
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-descr | 2 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 2fce4bf3644a..2823a13cd326 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fxt -PORTVERSION= 2016.02.27 +PORTVERSION= 2016.04.10 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index e676f8749d98..2386d586c81c 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2016.02.27.tgz) = ebd6023876a1f15b8a1728f6a29b5acc98f977e07eb0da9df68220922233597e -SIZE (fxt-2016.02.27.tgz) = 1826058 +SHA256 (fxt-2016.04.10.tgz) = ce3b123bb7fef3caff645dff6c7278b2562b22b68423c93067827833f6a9adea +SIZE (fxt-2016.04.10.tgz) = 1827070 diff --git a/math/fxt/pkg-descr b/math/fxt/pkg-descr index 85b223d52e6f..f153850bafa1 100644 --- a/math/fxt/pkg-descr +++ b/math/fxt/pkg-descr @@ -1,4 +1,4 @@ -fxt is a library package (coming as C++ source code) containing code various +fxt is a library package (coming as C++ source code) containing various algorithms for: - Fast Fourier Transform (FFT) incl. real-vlued, - multidimensional and weighted variants. diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 9a5062d7629c..1c11437ff455 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -1622,6 +1622,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A003043-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005351-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005351-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005576-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005576-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005943-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A005943-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A006951-demo.cc @@ -1698,6 +1700,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A240949-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A247386-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A247386-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A259095-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A259095-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bracelets-demo.cc |