Index: head/math/alglib/Makefile =================================================================== --- head/math/alglib/Makefile (revision 559637) +++ head/math/alglib/Makefile (revision 559638) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= alglib -DISTVERSION= 3.16.0 +DISTVERSION= 3.17.0 CATEGORIES= math science -MASTER_SITES= http://www.alglib.net/translator/re/ +MASTER_SITES= https://www.alglib.net/translator/re/ EXTRACT_SUFX= .cpp.gpl.zip MAINTAINER= yuri@FreeBSD.org COMMENT= Numerical analysis and data processing library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl3.txt USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/cpp do-build: cd ${WRKSRC}/src && \ ${CXX} ${CXXFLAGS} -fPIC -Wl,-soname,lib${PORTNAME}.so.3 -shared -o lib${PORTNAME}.so.3 *.cpp do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/lib${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/src/*.h ${STAGEDIR}${PREFIX}/include/lib${PORTNAME} ${INSTALL_LIB} ${WRKSRC}/src/lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib @${LN} -s lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so .include Index: head/math/alglib/distinfo =================================================================== --- head/math/alglib/distinfo (revision 559637) +++ head/math/alglib/distinfo (revision 559638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577238898 -SHA256 (alglib-3.16.0.cpp.gpl.zip) = b5ba6d621ed510e86fd56044dae64ea9a4a78651322349ca45e4307da370c76c -SIZE (alglib-3.16.0.cpp.gpl.zip) = 2980946 +TIMESTAMP = 1609303656 +SHA256 (alglib-3.17.0.cpp.gpl.zip) = 96d61e8ad68e715dfada6aa25eef014eb14d59573809b84e3e393dbf896d40a7 +SIZE (alglib-3.17.0.cpp.gpl.zip) = 3076017 Index: head/math/alglib/pkg-descr =================================================================== --- head/math/alglib/pkg-descr (revision 559637) +++ head/math/alglib/pkg-descr (revision 559638) @@ -1,13 +1,13 @@ A cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems. ALGLIB features include: * Data analysis (classification/regression, including neural networks) * Optimization and nonlinear solvers * Interpolation and linear/nonlinear least-squares fitting * Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers, Fast Fourier Transform and many other algorithms (numerical integration, ODEs, statistics, special functions) This is a free edition of alglib. -WWW: http://www.alglib.net +WWW: https://www.alglib.net/