From owner-svn-ports-all@freebsd.org Sun Dec 16 18:35:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 119F8133693F; Sun, 16 Dec 2018 18:35:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADBFC91E4E; Sun, 16 Dec 2018 18:35:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A17AD3445; Sun, 16 Dec 2018 18:35:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGIZBoB048597; Sun, 16 Dec 2018 18:35:11 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGIZAvx048593; Sun, 16 Dec 2018 18:35:10 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812161835.wBGIZAvx048593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 16 Dec 2018 18:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487615 - in head/math: . py-MutatorMath X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/math: . py-MutatorMath X-SVN-Commit-Revision: 487615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADBFC91E4E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.881,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 18:35:12 -0000 Author: lwhsu Date: Sun Dec 16 18:35:10 2018 New Revision: 487615 URL: https://svnweb.freebsd.org/changeset/ports/487615 Log: Add math/py-MutatorMath, Piecewise linear interpolation in multiple dimensions PR: 228027 Submitted by: Ting-Wei Lan Added: head/math/py-MutatorMath/ head/math/py-MutatorMath/Makefile (contents, props changed) head/math/py-MutatorMath/distinfo (contents, props changed) head/math/py-MutatorMath/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Dec 16 18:33:37 2018 (r487614) +++ head/math/Makefile Sun Dec 16 18:35:10 2018 (r487615) @@ -693,6 +693,7 @@ SUBDIR += py-CyLP SUBDIR += py-Diofant SUBDIR += py-GridDataFormats + SUBDIR += py-MutatorMath SUBDIR += py-PuLP SUBDIR += py-PyMetis SUBDIR += py-PySCIPOpt Added: head/math/py-MutatorMath/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-MutatorMath/Makefile Sun Dec 16 18:35:10 2018 (r487615) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= MutatorMath +PORTVERSION= 2.1.1 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lantw44@gmail.com +COMMENT= Piecewise linear interpolation in multiple dimensions + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.4:x11-fonts/py-fontMath@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/math/py-MutatorMath/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-MutatorMath/distinfo Sun Dec 16 18:35:10 2018 (r487615) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530354825 +SHA256 (MutatorMath-2.1.1.zip) = 3353fdd0d1beb13bda458265573bbefa0d4afb5aa5f9e4d3503cb9d3b0623f12 +SIZE (MutatorMath-2.1.1.zip) = 365617 Added: head/math/py-MutatorMath/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-MutatorMath/pkg-descr Sun Dec 16 18:35:10 2018 (r487615) @@ -0,0 +1,5 @@ +MutatorMath is a Python library for the calculation of piecewise linear +interpolations in n-dimensions with any number of masters. It was developed for +interpolating data related to fonts, but if can handle any arithmetic object. + +WWW: https://github.com/LettError/MutatorMath