Date: Sun, 24 Nov 2019 18:23:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <201911241823.xAOINAdJ061243@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241823.xAOINAdJ061243>