science/ncnn: Move to misc/ncnn; Update 20200226 -> 20200413
Reported by: portscout (update)
This commit is contained in:
parent
bc9f381c6b
commit
f58fbc30ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531698
8 changed files with 9 additions and 6 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -250,6 +250,7 @@
|
|||
SUBDIR += mtx
|
||||
SUBDIR += mxnet
|
||||
SUBDIR += najitool
|
||||
SUBDIR += ncnn
|
||||
SUBDIR += netron
|
||||
SUBDIR += nms
|
||||
SUBDIR += nn-insight
|
||||
|
|
|
@ -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
|
3
misc/ncnn/distinfo
Normal file
3
misc/ncnn/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1586877414
|
||||
SHA256 (Tencent-ncnn-20200413_GH0.tar.gz) = 1ed523bda96cfdf5b5619c6480987b0811e3c4ef62b5d3fe2e8bdca9b8b2fc90
|
||||
SIZE (Tencent-ncnn-20200413_GH0.tar.gz) = 10520160
|
|
@ -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
|
|
@ -163,7 +163,6 @@
|
|||
SUBDIR += msms
|
||||
SUBDIR += multiwfn
|
||||
SUBDIR += namd
|
||||
SUBDIR += ncnn
|
||||
SUBDIR += nest
|
||||
SUBDIR += netcdf
|
||||
SUBDIR += netcdf-cxx
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1582953414
|
||||
SHA256 (Tencent-ncnn-20200226_GH0.tar.gz) = 02acb078e67ee98b00631318398b8444023321c6b2fd257f3dce93c7fd2387d1
|
||||
SIZE (Tencent-ncnn-20200226_GH0.tar.gz) = 10363010
|
Loading…
Reference in a new issue