From owner-svn-ports-head@FreeBSD.ORG Sun Dec 7 16:31:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09C75630; Sun, 7 Dec 2014 16:31:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEC3B6C4; Sun, 7 Dec 2014 16:31:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB7GVsGY087981; Sun, 7 Dec 2014 16:31:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB7GVpoq087671; Sun, 7 Dec 2014 16:31:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412071631.sB7GVpoq087671@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 7 Dec 2014 16:31:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 16:31:55 -0000 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