From owner-svn-ports-all@freebsd.org Mon Mar 12 09:32:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3026F2F849; Mon, 12 Mar 2018 09:32:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7E8771751; Mon, 12 Mar 2018 09:32:46 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2C931D0B; Mon, 12 Mar 2018 09:32:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2C9Wki5068415; Mon, 12 Mar 2018 09:32:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2C9WkYb068411; Mon, 12 Mar 2018 09:32:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803120932.w2C9WkYb068411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 12 Mar 2018 09:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464240 - in head/math/ltl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/ltl: . files X-SVN-Commit-Revision: 464240 X-SVN-Commit-Repository: ports 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.25 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: Mon, 12 Mar 2018 09:32:47 -0000 Author: yuri Date: Mon Mar 12 09:32:46 2018 New Revision: 464240 URL: https://svnweb.freebsd.org/changeset/ports/464240 Log: math/ltl: Update to 2.0.19 Maintaner's timeout expired: rossiya@gmail.com Port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Added patch with headers for openpty PR: 226215 Added: head/math/ltl/files/ head/math/ltl/files/patch-ltl_util_gnuplot.cpp (contents, props changed) Modified: head/math/ltl/Makefile head/math/ltl/distinfo head/math/ltl/pkg-plist Modified: head/math/ltl/Makefile ============================================================================== --- head/math/ltl/Makefile Mon Mar 12 09:05:44 2018 (r464239) +++ head/math/ltl/Makefile Mon Mar 12 09:32:46 2018 (r464240) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= ltl -PORTVERSION= 1.9.1 -PORTREVISION= 5 +DISTVERSION= 2.0.19 CATEGORIES= math MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ MAINTAINER= rossiya@gmail.com COMMENT= C++ class SSE library for scientific computing + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas Modified: head/math/ltl/distinfo ============================================================================== --- head/math/ltl/distinfo Mon Mar 12 09:05:44 2018 (r464239) +++ head/math/ltl/distinfo Mon Mar 12 09:32:46 2018 (r464240) @@ -1,2 +1,3 @@ -SHA256 (ltl-1.9.1.tar.gz) = 155294787c5bc5859583a2d88328cbf8992c46cb6d93e2c49f3b7b08df256fda -SIZE (ltl-1.9.1.tar.gz) = 755500 +TIMESTAMP = 1520846247 +SHA256 (ltl-2.0.19.tar.gz) = 993fa84291215a231901be427380f93764229396929538989ba0aae9cb2b5db0 +SIZE (ltl-2.0.19.tar.gz) = 1148883 Added: head/math/ltl/files/patch-ltl_util_gnuplot.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ltl/files/patch-ltl_util_gnuplot.cpp Mon Mar 12 09:32:46 2018 (r464240) @@ -0,0 +1,14 @@ +--- ltl/util/gnuplot.cpp.orig 2018-03-12 09:18:42 UTC ++++ ltl/util/gnuplot.cpp +@@ -27,6 +27,11 @@ THE SOFTWARE. + #include + #include + ++#include ++#include ++#include ++#include ++ + #if defined(HAVE_PTY_H) + # include + #else Modified: head/math/ltl/pkg-plist ============================================================================== --- head/math/ltl/pkg-plist Mon Mar 12 09:05:44 2018 (r464239) +++ head/math/ltl/pkg-plist Mon Mar 12 09:32:46 2018 (r464240) @@ -1,6 +1,8 @@ include/LTL/ltl/acconfig.h include/LTL/ltl/ascio.h include/LTL/ltl/config.h +include/LTL/ltl/convolve.h +include/LTL/ltl/fftw.h include/LTL/ltl/fits.h include/LTL/ltl/fitsio.h include/LTL/ltl/fmatrix.h @@ -44,6 +46,7 @@ include/LTL/ltl/marray/cast.h include/LTL/ltl/marray/eval.h include/LTL/ltl/marray/eval_reduc.h include/LTL/ltl/marray/expr.h +include/LTL/ltl/marray/expr_base.h include/LTL/ltl/marray/expr_iter.h include/LTL/ltl/marray/expr_ops.h include/LTL/ltl/marray/index_iter.h @@ -52,9 +55,9 @@ include/LTL/ltl/marray/marray_iter.h include/LTL/ltl/marray/marray_methods.h include/LTL/ltl/marray/marray_ops.h include/LTL/ltl/marray/merge.h +include/LTL/ltl/marray/partial_reduc.h include/LTL/ltl/marray/reductions.h include/LTL/ltl/marray/reductions_sse.h -include/LTL/ltl/marray/partial_reduc.h include/LTL/ltl/marray/shape.h include/LTL/ltl/marray/shape_iter.h include/LTL/ltl/marray/simplevec.h @@ -72,11 +75,13 @@ include/LTL/ltl/misc/range.h include/LTL/ltl/misc/staticinit.h include/LTL/ltl/misc/stdint_hack.h include/LTL/ltl/misc/swapbytes.h +include/LTL/ltl/misc/type_name.h include/LTL/ltl/misc/type_promote.h include/LTL/ltl/nonlinlsqfit.h include/LTL/ltl/statistics.h include/LTL/ltl/util/command_line_reader.h include/LTL/ltl/util/config_file_reader.h +include/LTL/ltl/util/gnuplot.h include/LTL/ltl/util/option.h include/LTL/ltl/util/option_parser.h include/LTL/ltl/util/region.h