Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 09:32:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464240 - in head/math/ltl: . files
Message-ID:  <201803120932.w2C9WkYb068411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/stat.h>
+ #include <errno.h>
+ 
++#include <sys/types.h>
++#include <sys/ioctl.h>
++#include <termios.h>
++#include <libutil.h>
++
+ #if defined(HAVE_PTY_H)
+ #  include <pty.h>
+ #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803120932.w2C9WkYb068411>