Index: head/math/ltl/Makefile =================================================================== --- head/math/ltl/Makefile (revision 464239) +++ head/math/ltl/Makefile (revision 464240) @@ -1,34 +1,36 @@ # Created by: rossiya # $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 USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALL_TARGET= install install-data distdir PORTDOCS= *.html OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/html/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/math/ltl/distinfo =================================================================== --- head/math/ltl/distinfo (revision 464239) +++ head/math/ltl/distinfo (revision 464240) @@ -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 Index: head/math/ltl/files/patch-ltl_util_gnuplot.cpp =================================================================== --- head/math/ltl/files/patch-ltl_util_gnuplot.cpp (nonexistent) +++ head/math/ltl/files/patch-ltl_util_gnuplot.cpp (revision 464240) @@ -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 Property changes on: head/math/ltl/files/patch-ltl_util_gnuplot.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/ltl/pkg-plist =================================================================== --- head/math/ltl/pkg-plist (revision 464239) +++ head/math/ltl/pkg-plist (revision 464240) @@ -1,88 +1,93 @@ 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 include/LTL/ltl/fmatrix/fmatmat.h include/LTL/ltl/fmatrix/fmatrix_methods.h include/LTL/ltl/fmatrix/fmatrix_ops.h include/LTL/ltl/fmatrix/fmatvec.h include/LTL/ltl/fmatrix/fmbool.h include/LTL/ltl/fmatrix/fmexpr.h include/LTL/ltl/fmatrix/fmexpr_ops.h include/LTL/ltl/fmatrix/fmiter.h include/LTL/ltl/fmatrix/fmtloops.h include/LTL/ltl/fmatrix/fmtranspose.h include/LTL/ltl/fmatrix/gaussj.h include/LTL/ltl/fmatrix/lmfit.h include/LTL/ltl/fmatrix/lusolve.h include/LTL/ltl/fmatrix/marquardt.h include/LTL/ltl/fmatrix/mrqfuncs.h include/LTL/ltl/fmatrix/mrqhesse.h include/LTL/ltl/fmatrix/polynomfit.h include/LTL/ltl/fmatrix/svdsolve.h include/LTL/ltl/fvector.h include/LTL/ltl/fvector/fvbool.h include/LTL/ltl/fvector/fvdot.h include/LTL/ltl/fvector/fvector_methods.h include/LTL/ltl/fvector/fvector_ops.h include/LTL/ltl/fvector/fvexpr.h include/LTL/ltl/fvector/fvexpr_ops.h include/LTL/ltl/fvector/fviter.h include/LTL/ltl/fvector/fvmemory.h include/LTL/ltl/fvector/fvtloops.h include/LTL/ltl/io/fits_card.h include/LTL/ltl/io/fits_const.h include/LTL/ltl/io/fits_data.h include/LTL/ltl/io/fits_header.h include/LTL/ltl/linlsqfit.h include/LTL/ltl/marray.h include/LTL/ltl/marray/apply.h include/LTL/ltl/marray/blas.h 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 include/LTL/ltl/marray/lapack.h 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 include/LTL/ltl/marray/slice.h include/LTL/ltl/marray/where.h include/LTL/ltl/marray_io.h include/LTL/ltl/misc/applicops.h include/LTL/ltl/misc/applicops_altivec.h include/LTL/ltl/misc/applicops_sse.h include/LTL/ltl/misc/exceptions.h include/LTL/ltl/misc/limits_hack.h include/LTL/ltl/misc/mdebug.h include/LTL/ltl/misc/memblock.h 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 include/LTL/ltl/util/stringfac.h include/LTL/ltl/util/timer.h include/LTL/ltl/util/u_exception.h include/LTL/ltl/util/utdate.h include/LTL/ltl/wcs.h lib/libltl.a