From owner-svn-ports-all@freebsd.org Sun Nov 24 18:23:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2DE7C1B6B09; Sun, 24 Nov 2019 18:23:12 +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.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 47Ldnr0Lq4z4Jfn; Sun, 24 Nov 2019 18:23:12 +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 E416E2A3; Sun, 24 Nov 2019 18:23:11 +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 xAOINBXb061248; Sun, 24 Nov 2019 18:23:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAOINAdJ061243; Sun, 24 Nov 2019 18:23:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201911241823.xAOINAdJ061243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 24 Nov 2019 18:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518344 - in head: . math math/onnx math/py-onnx-tf misc misc/onnx misc/py-onnx-tf X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . math math/onnx math/py-onnx-tf misc misc/onnx misc/py-onnx-tf X-SVN-Commit-Revision: 518344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 24 Nov 2019 18:23:12 -0000 Author: yuri Date: Sun Nov 24 18:23:10 2019 New Revision: 518344 URL: https://svnweb.freebsd.org/changeset/ports/518344 Log: Move ONNX-related ports to a more proper category. Added: head/misc/onnx/ - copied from r518343, head/math/onnx/ head/misc/py-onnx-tf/ - copied from r518343, head/math/py-onnx-tf/ Deleted: head/math/onnx/ head/math/py-onnx-tf/ Modified: head/MOVED head/math/Makefile head/misc/Makefile head/misc/onnx/Makefile head/misc/py-onnx-tf/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 24 17:58:28 2019 (r518343) +++ head/MOVED Sun Nov 24 18:23:10 2019 (r518344) @@ -13496,3 +13496,5 @@ www/rubygem-responders2-rails52|www/rubygem-responders devel/rubygem-gitlab-default_value_for|devel/rubygem-default_value_for|2019-11-23|Obsolete, please use devel/rubygem-default_value_for instead www/httpdirfs|sysutils/fusefs-httpdirfs|2019-11-23|Rename for consistency with other FUSE ports math/tvm|misc/tvm|2019-11-24|Move to a more appropriate category +math/onnx|misc/onnx|2019-11-24|Move to a more appropriate category +math/py-onnx-tf|misc/py-onnx-tf|2019-11-24|Move to a more appropriate category Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Nov 24 17:58:28 2019 (r518343) +++ head/math/Makefile Sun Nov 24 18:23:10 2019 (r518344) @@ -479,7 +479,6 @@ SUBDIR += octomap SUBDIR += ogdf SUBDIR += oleo - SUBDIR += onnx SUBDIR += openblas SUBDIR += openfst SUBDIR += openlibm @@ -740,7 +739,6 @@ SUBDIR += py-numpy SUBDIR += py-nzmath SUBDIR += py-onnx - SUBDIR += py-onnx-tf SUBDIR += py-osqp SUBDIR += py-pandas SUBDIR += py-pandas-datareader Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Nov 24 17:58:28 2019 (r518343) +++ head/misc/Makefile Sun Nov 24 18:23:10 2019 (r518344) @@ -263,6 +263,7 @@ SUBDIR += nut SUBDIR += ompl SUBDIR += ondir + SUBDIR += onnx SUBDIR += opencyc SUBDIR += openhab2 SUBDIR += openhab2-addons @@ -385,6 +386,7 @@ SUBDIR += py-huepy SUBDIR += py-kartograph SUBDIR += py-molequeue + SUBDIR += py-onnx-tf SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational Modified: head/misc/onnx/Makefile ============================================================================== --- head/math/onnx/Makefile Sun Nov 24 17:58:28 2019 (r518343) +++ head/misc/onnx/Makefile Sun Nov 24 18:23:10 2019 (r518344) @@ -3,7 +3,7 @@ PORTNAME= onnx DISTVERSIONPREFIX= v DISTVERSION= 1.6.0.20191021 -CATEGORIES= math +CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Open Neural Network eXchange Modified: head/misc/py-onnx-tf/Makefile ============================================================================== --- head/math/py-onnx-tf/Makefile Sun Nov 24 17:58:28 2019 (r518343) +++ head/misc/py-onnx-tf/Makefile Sun Nov 24 18:23:10 2019 (r518344) @@ -2,7 +2,7 @@ PORTNAME= onnx-tf DISTVERSION= 1.3.0 -CATEGORIES= math python +CATEGORIES= misc python # machine-learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}