From owner-svn-ports-head@freebsd.org Sun Nov 18 20:01:31 2018 Return-Path: Delivered-To: svn-ports-head@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 B672B110DCE3; Sun, 18 Nov 2018 20:01:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55E6D6D7B2; Sun, 18 Nov 2018 20:01:31 +0000 (UTC) (envelope-from yuri@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 1C51317F78; Sun, 18 Nov 2018 20:01:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAIK1Ups093157; Sun, 18 Nov 2018 20:01:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIK1Uhu093153; Sun, 18 Nov 2018 20:01:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811182001.wAIK1Uhu093153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Nov 2018 20:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485254 - in head/math: . py-ecos X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-ecos X-SVN-Commit-Revision: 485254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55E6D6D7B2 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.04)[0.038,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 18 Nov 2018 20:01:32 -0000 Author: yuri Date: Sun Nov 18 20:01:29 2018 New Revision: 485254 URL: https://svnweb.freebsd.org/changeset/ports/485254 Log: New port: math/py-ecos: Python package for ECOS: Embedded Cone Solver Added: head/math/py-ecos/ head/math/py-ecos/Makefile (contents, props changed) head/math/py-ecos/distinfo (contents, props changed) head/math/py-ecos/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Nov 18 19:59:45 2018 (r485253) +++ head/math/Makefile Sun Nov 18 20:01:29 2018 (r485254) @@ -692,6 +692,7 @@ SUBDIR += py-cryptominisat SUBDIR += py-cvxopt SUBDIR += py-cyipopt + SUBDIR += py-ecos SUBDIR += py-fastcluster SUBDIR += py-fastdtw SUBDIR += py-ffc Added: head/math/py-ecos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-ecos/Makefile Sun Nov 18 20:01:29 2018 (r485254) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ecos +DISTVERSION= 2.0.7 +DISTVERSIONSUFFIX= .post1 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python package for ECOS: Embedded Cone Solver + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/math/py-ecos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-ecos/distinfo Sun Nov 18 20:01:29 2018 (r485254) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542569562 +SHA256 (ecos-2.0.7.post1.tar.gz) = 83e90f42b3f32e2a93f255c3cfad2da78dbd859119e93844c45d2fca20bdc758 +SIZE (ecos-2.0.7.post1.tar.gz) = 126583 Added: head/math/py-ecos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-ecos/pkg-descr Sun Nov 18 20:01:29 2018 (r485254) @@ -0,0 +1,9 @@ +Python binding for ECOS, a lightweight conic solver for second-order cone +programming. + +Convex optimization is used in fields as diverse as control and estimation, +finance, signal processing and image reconstruction. + +The C version of the ECOS solver is in math/ecos. + +WWW: https://www.embotech.com/ECOS