diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-24 18:23:10 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-24 18:23:10 +0000 |
commit | c6a504bbd5ee884dd2fbf50675437423b3865e62 (patch) | |
tree | b0713eb26b693662294279732a971fc45d7aca16 | |
parent | security/ossec-hids*: update to 3.5.0 (diff) |
Move ONNX-related ports to a more proper category.
Notes
Notes:
svn path=/head/; revision=518344
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/onnx/Makefile (renamed from math/onnx/Makefile) | 2 | ||||
-rw-r--r-- | misc/onnx/distinfo (renamed from math/onnx/distinfo) | 0 | ||||
-rw-r--r-- | misc/onnx/pkg-descr (renamed from math/onnx/pkg-descr) | 0 | ||||
-rw-r--r-- | misc/onnx/pkg-plist (renamed from math/onnx/pkg-plist) | 0 | ||||
-rw-r--r-- | misc/py-onnx-tf/Makefile (renamed from math/py-onnx-tf/Makefile) | 2 | ||||
-rw-r--r-- | misc/py-onnx-tf/distinfo (renamed from math/py-onnx-tf/distinfo) | 0 | ||||
-rw-r--r-- | misc/py-onnx-tf/pkg-descr (renamed from math/py-onnx-tf/pkg-descr) | 0 |
10 files changed, 6 insertions, 4 deletions
@@ -13496,3 +13496,5 @@ www/rubygem-responders2-rails52|www/rubygem-responders-rails52|2019-11-23|Obsole 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 diff --git a/math/Makefile b/math/Makefile index 8aeb343eaa14..be91dbcf94b0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/misc/Makefile b/misc/Makefile index cf0fbea84ea1..748616155319 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/math/onnx/Makefile b/misc/onnx/Makefile index d0527c331141..8263fc1121b1 100644 --- a/math/onnx/Makefile +++ b/misc/onnx/Makefile @@ -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 diff --git a/math/onnx/distinfo b/misc/onnx/distinfo index 513ac9596462..513ac9596462 100644 --- a/math/onnx/distinfo +++ b/misc/onnx/distinfo diff --git a/math/onnx/pkg-descr b/misc/onnx/pkg-descr index cb61902666c8..cb61902666c8 100644 --- a/math/onnx/pkg-descr +++ b/misc/onnx/pkg-descr diff --git a/math/onnx/pkg-plist b/misc/onnx/pkg-plist index 7cae71afb491..7cae71afb491 100644 --- a/math/onnx/pkg-plist +++ b/misc/onnx/pkg-plist diff --git a/math/py-onnx-tf/Makefile b/misc/py-onnx-tf/Makefile index b6015208bc10..4730e4bbd9b0 100644 --- a/math/py-onnx-tf/Makefile +++ b/misc/py-onnx-tf/Makefile @@ -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} diff --git a/math/py-onnx-tf/distinfo b/misc/py-onnx-tf/distinfo index 54323813fa9c..54323813fa9c 100644 --- a/math/py-onnx-tf/distinfo +++ b/misc/py-onnx-tf/distinfo diff --git a/math/py-onnx-tf/pkg-descr b/misc/py-onnx-tf/pkg-descr index e4074cdfb4f9..e4074cdfb4f9 100644 --- a/math/py-onnx-tf/pkg-descr +++ b/misc/py-onnx-tf/pkg-descr |