Date: Sun, 7 Dec 2014 16:31:51 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374217 - in head/math: R-cran-dlmodeler arpack-ng atlas cblas fricas isabelle lapacke mpexpr p5-Math-Random-MT py-munkres py-patsy py-statsmodels py-sympy xblas Message-ID: <201412071631.sB7GVpoq087671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Dec 7 16:31:50 2014 New Revision: 374217 URL: https://svnweb.freebsd.org/changeset/ports/374217 QAT: https://qat.redports.org/buildarchive/r374217/ Log: Update "BSD" license in math category Modified: head/math/R-cran-dlmodeler/Makefile head/math/arpack-ng/Makefile head/math/atlas/Makefile head/math/cblas/Makefile head/math/fricas/Makefile head/math/isabelle/Makefile head/math/lapacke/Makefile head/math/mpexpr/Makefile head/math/p5-Math-Random-MT/Makefile head/math/py-munkres/Makefile head/math/py-patsy/Makefile head/math/py-statsmodels/Makefile head/math/py-sympy/Makefile head/math/xblas/Makefile Modified: head/math/R-cran-dlmodeler/Makefile ============================================================================== --- head/math/R-cran-dlmodeler/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/R-cran-dlmodeler/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= cnszym@gmail.com COMMENT= Generalized Dynamic Linear Modeler -LICENSE= GPLv2 GPLv3 BSD +LICENSE= GPLv2 GPLv3 BSD2CLAUSE LICENSE_COMB= dual USES= cran:auto-plist Modified: head/math/arpack-ng/Makefile ============================================================================== --- head/math/arpack-ng/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/arpack-ng/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT+= Revised Argand library for solving large-scale eigenvalue problems -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= fortran libtool USE_LDCONFIG= yes Modified: head/math/atlas/Makefile ============================================================================== --- head/math/atlas/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/atlas/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/lapack:checksum Modified: head/math/cblas/Makefile ============================================================================== --- head/math/cblas/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/cblas/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,10 @@ DISTFILES= cblas.tgz MAINTAINER= bf@FreeBSD.org COMMENT= Reference implementation of the C interface to the legacy Fortran BLAS -LICENSE= BSD +LICENSE= BLAS +LICENSE_NAME= BLAS License +LICENSE_TEXT= http://www.netlib.org/blas/#_licensing +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USES= fortran Modified: head/math/fricas/Makefile ============================================================================== --- head/math/fricas/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/fricas/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,7 @@ MASTER_SITES= SF MAINTAINER= stephen@FreeBSD.org COMMENT= Computer algebra system, forked from axiom -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM BUILD_DEPENDS= noweb:${PORTSDIR}/devel/noweb \ Modified: head/math/isabelle/Makefile ============================================================================== --- head/math/isabelle/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/isabelle/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -12,7 +12,7 @@ DISTNAME= Isabelle2009-2 MAINTAINER= beyert@cs.ucr.edu COMMENT= Generic proof assistant -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN= Build seems to hang on the package builders Modified: head/math/lapacke/Makefile ============================================================================== --- head/math/lapacke/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/lapacke/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -13,7 +13,7 @@ DIST_SUBDIR= lapack MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Standard C language APIs for LAPACK -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes Modified: head/math/mpexpr/Makefile ============================================================================== --- head/math/mpexpr/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/mpexpr/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -9,7 +9,10 @@ MASTER_SITES= SF MAINTAINER= tcltk@FreeBSD.org COMMENT= Multiple precision math for Tcl -LICENSE= BSD +LICENSE= TclTk +LICENSE_NAME= Tcl/Tk License +LICENSE_FILE= ${WRKSRC}/LICENSE.TERMS +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept WRKSRC= ${WRKDIR}/${DISTNAME}/unix PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/math/p5-Math-Random-MT/Makefile ============================================================================== --- head/math/p5-Math-Random-MT/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/p5-Math-Random-MT/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= The Mersenne Twister PRNG -LICENSE= BSD +LICENSE= BSD3CLAUSE TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta Modified: head/math/py-munkres/Makefile ============================================================================== --- head/math/py-munkres/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/py-munkres/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org COMMENT= Python implementation of the munkres algorithm -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python Modified: head/math/py-patsy/Makefile ============================================================================== --- head/math/py-patsy/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/py-patsy/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= xmj@chaot.net COMMENT= Python package for statistical models and design matrices -LICENSE= BSD +LICENSE= BSD3CLAUSE PSFL +LICENSE_COMB= multi BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/py-statsmodels/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= xmj@chaot.net COMMENT= Complement to SciPy for statistical computations -LICENSE= BSD +LICENSE= BSD3CLAUSE BROKEN= Fails to build Modified: head/math/py-sympy/Makefile ============================================================================== --- head/math/py-sympy/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/py-sympy/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library For Symbolic Mathematics -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist Modified: head/math/xblas/Makefile ============================================================================== --- head/math/xblas/Makefile Sun Dec 7 16:21:36 2014 (r374216) +++ head/math/xblas/Makefile Sun Dec 7 16:31:50 2014 (r374217) @@ -10,7 +10,7 @@ DISTNAME= xblas MAINTAINER= bf@FreeBSD.org COMMENT= Extra Precise Basic Linear Algebra Subroutines (BLAS) -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412071631.sB7GVpoq087671>