From owner-svn-ports-all@freebsd.org Sun Apr 10 12:41:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60FC1B094F7; Sun, 10 Apr 2016 12:41:16 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 233C11346; Sun, 10 Apr 2016 12:41:16 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3ACfF92096334; Sun, 10 Apr 2016 12:41:15 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3ACfFIe096330; Sun, 10 Apr 2016 12:41:15 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201604101241.u3ACfFIe096330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sun, 10 Apr 2016 12:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412927 - head/math/fxt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 12:41:16 -0000 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