From owner-svn-ports-head@freebsd.org Sat Feb 11 15:43:58 2017 Return-Path: Delivered-To: svn-ports-head@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 3D040CDBDD5; Sat, 11 Feb 2017 15:43:58 +0000 (UTC) (envelope-from danilo@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 0A4981F74; Sat, 11 Feb 2017 15:43:57 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BFhvd5038113; Sat, 11 Feb 2017 15:43:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BFhuii038110; Sat, 11 Feb 2017 15:43:56 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201702111543.v1BFhuii038110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 11 Feb 2017 15:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433884 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 15:43:58 -0000 Author: danilo Date: Sat Feb 11 15:43:56 2017 New Revision: 433884 URL: https://svnweb.freebsd.org/changeset/ports/433884 Log: - Update to 7.700.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sat Feb 11 15:40:46 2017 (r433883) +++ head/math/armadillo/Makefile Sat Feb 11 15:43:56 2017 (r433884) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.600.2 -PORTREVISION= 1 +PORTVERSION= 7.700.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sat Feb 11 15:40:46 2017 (r433883) +++ head/math/armadillo/distinfo Sat Feb 11 15:43:56 2017 (r433884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482798113 -SHA256 (armadillo-7.600.2.tar.xz) = 6790d5e6b41fcac6733632a9c3775239806d00178886226dec3f986a884f4c2d -SIZE (armadillo-7.600.2.tar.xz) = 3997004 +TIMESTAMP = 1486392098 +SHA256 (armadillo-7.700.0.tar.xz) = f9029490f7edfb7029e117961db6307c2c3ee368691ed15e4fc58d06c9115d94 +SIZE (armadillo-7.700.0.tar.xz) = 3999612 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sat Feb 11 15:40:46 2017 (r433883) +++ head/math/armadillo/pkg-plist Sat Feb 11 15:43:56 2017 (r433884) @@ -162,6 +162,8 @@ include/armadillo_bits/fn_numel.hpp include/armadillo_bits/fn_ones.hpp include/armadillo_bits/fn_orth_null.hpp include/armadillo_bits/fn_pinv.hpp +include/armadillo_bits/fn_polyfit.hpp +include/armadillo_bits/fn_polyval.hpp include/armadillo_bits/fn_princomp.hpp include/armadillo_bits/fn_prod.hpp include/armadillo_bits/fn_qr.hpp @@ -170,6 +172,7 @@ include/armadillo_bits/fn_randg.hpp include/armadillo_bits/fn_randi.hpp include/armadillo_bits/fn_randn.hpp include/armadillo_bits/fn_randu.hpp +include/armadillo_bits/fn_range.hpp include/armadillo_bits/fn_rank.hpp include/armadillo_bits/fn_regspace.hpp include/armadillo_bits/fn_repmat.hpp @@ -233,6 +236,10 @@ include/armadillo_bits/glue_min_bones.hp include/armadillo_bits/glue_min_meat.hpp include/armadillo_bits/glue_mixed_bones.hpp include/armadillo_bits/glue_mixed_meat.hpp +include/armadillo_bits/glue_polyfit_bones.hpp +include/armadillo_bits/glue_polyfit_meat.hpp +include/armadillo_bits/glue_polyval_bones.hpp +include/armadillo_bits/glue_polyval_meat.hpp include/armadillo_bits/glue_relational_bones.hpp include/armadillo_bits/glue_relational_meat.hpp include/armadillo_bits/glue_solve_bones.hpp @@ -362,6 +369,8 @@ include/armadillo_bits/op_princomp_bones include/armadillo_bits/op_princomp_meat.hpp include/armadillo_bits/op_prod_bones.hpp include/armadillo_bits/op_prod_meat.hpp +include/armadillo_bits/op_range_bones.hpp +include/armadillo_bits/op_range_meat.hpp include/armadillo_bits/op_relational_bones.hpp include/armadillo_bits/op_relational_meat.hpp include/armadillo_bits/op_repmat_bones.hpp @@ -448,6 +457,10 @@ include/armadillo_bits/spop_strans_bones include/armadillo_bits/spop_strans_meat.hpp include/armadillo_bits/spop_sum_bones.hpp include/armadillo_bits/spop_sum_meat.hpp +include/armadillo_bits/spop_symmat_bones.hpp +include/armadillo_bits/spop_symmat_meat.hpp +include/armadillo_bits/spop_trimat_bones.hpp +include/armadillo_bits/spop_trimat_meat.hpp include/armadillo_bits/spop_var_bones.hpp include/armadillo_bits/spop_var_meat.hpp include/armadillo_bits/strip.hpp @@ -487,7 +500,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.600.2 +lib/libarmadillo.so.7.700.0 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake