diff --git a/MOVED b/MOVED index ff5d608bff1b..1adff488c3c8 100644 --- a/MOVED +++ b/MOVED @@ -14528,3 +14528,4 @@ databases/mariadb55-server|databases/mariadb102-server|2020-04-12|Has expired: U databases/mariadb55-client|databases/mariadb102-client|2020-04-12|Has expired: Upstream end-of-life 2020-04-11, switch to a newer version devel/aws-c-commons|devel/aws-c-common|2020-04-12|Renamed to the correct name textproc/itstool22|textproc/itstool|2020-04-14|Has expired: Uses deprecated version of python, use textproc/itstool instead +science/ncnn|misc/ncnn|2020-04-14|Move to misc/ because ncnn isn't related to science diff --git a/misc/Makefile b/misc/Makefile index da8c0685e719..b75dfb297c6a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -250,6 +250,7 @@ SUBDIR += mtx SUBDIR += mxnet SUBDIR += najitool + SUBDIR += ncnn SUBDIR += netron SUBDIR += nms SUBDIR += nn-insight diff --git a/science/ncnn/Makefile b/misc/ncnn/Makefile similarity index 90% rename from science/ncnn/Makefile rename to misc/ncnn/Makefile index dafb2dfc619c..ee570be55c54 100644 --- a/science/ncnn/Makefile +++ b/misc/ncnn/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= ncnn -DISTVERSION= 20200226 -CATEGORIES= science # machine-learning +DISTVERSION= 20200413 +CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance neural network inference framework diff --git a/misc/ncnn/distinfo b/misc/ncnn/distinfo new file mode 100644 index 000000000000..ec1f979b2f86 --- /dev/null +++ b/misc/ncnn/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1586877414 +SHA256 (Tencent-ncnn-20200413_GH0.tar.gz) = 1ed523bda96cfdf5b5619c6480987b0811e3c4ef62b5d3fe2e8bdca9b8b2fc90 +SIZE (Tencent-ncnn-20200413_GH0.tar.gz) = 10520160 diff --git a/science/ncnn/pkg-descr b/misc/ncnn/pkg-descr similarity index 100% rename from science/ncnn/pkg-descr rename to misc/ncnn/pkg-descr diff --git a/science/ncnn/pkg-plist b/misc/ncnn/pkg-plist similarity index 88% rename from science/ncnn/pkg-plist rename to misc/ncnn/pkg-plist index d04585d83f04..f11212be296d 100644 --- a/science/ncnn/pkg-plist +++ b/misc/ncnn/pkg-plist @@ -6,6 +6,8 @@ include/ncnn/cpu.h include/ncnn/datareader.h include/ncnn/gpu.h include/ncnn/layer.h +include/ncnn/layer_shader_type.h +include/ncnn/layer_shader_type_enum.h include/ncnn/layer_type.h include/ncnn/layer_type_enum.h include/ncnn/mat.h diff --git a/science/Makefile b/science/Makefile index 9920647199f6..c93ad3cd5057 100644 --- a/science/Makefile +++ b/science/Makefile @@ -163,7 +163,6 @@ SUBDIR += msms SUBDIR += multiwfn SUBDIR += namd - SUBDIR += ncnn SUBDIR += nest SUBDIR += netcdf SUBDIR += netcdf-cxx diff --git a/science/ncnn/distinfo b/science/ncnn/distinfo deleted file mode 100644 index 867686209e43..000000000000 --- a/science/ncnn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1582953414 -SHA256 (Tencent-ncnn-20200226_GH0.tar.gz) = 02acb078e67ee98b00631318398b8444023321c6b2fd257f3dce93c7fd2387d1 -SIZE (Tencent-ncnn-20200226_GH0.tar.gz) = 10363010