Date: Sun, 10 Apr 2016 12:41:15 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412927 - head/math/fxt Message-ID: <201604101241.u3ACfFIe096330@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Sun Apr 10 12:41:14 2016 New Revision: 412927 URL: https://svnweb.freebsd.org/changeset/ports/412927 Log: Upgrade from 2016.02.27 to 2016.04.10. Notified by: portscout Modified: head/math/fxt/Makefile head/math/fxt/distinfo head/math/fxt/pkg-descr head/math/fxt/pkg-plist Modified: head/math/fxt/Makefile ============================================================================== --- head/math/fxt/Makefile Sun Apr 10 12:27:48 2016 (r412926) +++ head/math/fxt/Makefile Sun Apr 10 12:41:14 2016 (r412927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fxt -PORTVERSION= 2016.02.27 +PORTVERSION= 2016.04.10 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ Modified: head/math/fxt/distinfo ============================================================================== --- head/math/fxt/distinfo Sun Apr 10 12:27:48 2016 (r412926) +++ head/math/fxt/distinfo Sun Apr 10 12:41:14 2016 (r412927) @@ -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 Modified: head/math/fxt/pkg-descr ============================================================================== --- head/math/fxt/pkg-descr Sun Apr 10 12:27:48 2016 (r412926) +++ head/math/fxt/pkg-descr Sun Apr 10 12:41:14 2016 (r412927) @@ -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. Modified: head/math/fxt/pkg-plist ============================================================================== --- head/math/fxt/pkg-plist Sun Apr 10 12:27:48 2016 (r412926) +++ head/math/fxt/pkg-plist Sun Apr 10 12:41:14 2016 (r412927) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604101241.u3ACfFIe096330>