From owner-svn-ports-head@freebsd.org Mon May 21 09:48:04 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 04CEAEEB63D; Mon, 21 May 2018 09:48:04 +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 AD4E876CB7; Mon, 21 May 2018 09:48:03 +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 8098E2341A; Mon, 21 May 2018 09:48:03 +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 w4L9m3BH059180; Mon, 21 May 2018 09:48:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4L9m23c059176; Mon, 21 May 2018 09:48:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805210948.w4L9m23c059176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 21 May 2018 09:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470529 - in head/math: . py-igakit X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-igakit X-SVN-Commit-Revision: 470529 X-SVN-Commit-Repository: ports 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.26 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: Mon, 21 May 2018 09:48:04 -0000 Author: yuri Date: Mon May 21 09:48:02 2018 New Revision: 470529 URL: https://svnweb.freebsd.org/changeset/ports/470529 Log: New port: math/py-igakit: Low-level routines for manipulations of NURBS geometries Added: head/math/py-igakit/ head/math/py-igakit/Makefile (contents, props changed) head/math/py-igakit/distinfo (contents, props changed) head/math/py-igakit/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon May 21 09:34:11 2018 (r470528) +++ head/math/Makefile Mon May 21 09:48:02 2018 (r470529) @@ -669,6 +669,7 @@ SUBDIR += py-gmpy2 SUBDIR += py-gnuplot SUBDIR += py-graphillion + SUBDIR += py-igakit SUBDIR += py-igraph SUBDIR += py-intspan SUBDIR += py-keras Added: head/math/py-igakit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-igakit/Makefile Mon May 21 09:48:02 2018 (r470529) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= igakit +DISTVERSION= g20180107 +CATEGORIES= math python +MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Low-level routines for manipulations of NURBS geometries + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +BB_ACCOUNT= dalcinl +BB_PROJECT= ${PORTNAME} +BB_COMMIT= 9890376115e3 + +WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} + +USES= fortran python +USE_PYTHON= distutils autoplist + +LDFLAGS+= -shared # https://bitbucket.org/dalcinl/igakit/issues/3 + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/igakit/igalib.so + +.include Added: head/math/py-igakit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-igakit/distinfo Mon May 21 09:48:02 2018 (r470529) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526894416 +SHA256 (igakit-g20180107.tar.gz) = 926fcd31688e9b42ff0ca556c8b4e08c86a164636a229974bcf00e0fb1530a43 +SIZE (igakit-g20180107.tar.gz) = 55685 Added: head/math/py-igakit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-igakit/pkg-descr Mon May 21 09:48:02 2018 (r470529) @@ -0,0 +1,5 @@ +An interface into many low-level routines which are needed to manipulate knot +vectors or control point grids as well as a high level interface to simplify +the creation of NURBS geometries by hand. + +WWW: https://bitbucket.org/dalcinl/igakit