Date: Tue, 14 Apr 2020 18:24:02 +0200 From: "Tobias C. Berner" <tcberner@gmail.com> To: Yuri Victorovich <yuri@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r531698 - in head: . misc misc/ncnn science science/ncnn Message-ID: <CAOshKteD5iyieY2nmASf268wBk4TYyYYFBP0DN8aHnGJ35S9-w@mail.gmail.com> In-Reply-To: <202004141530.03EFUKRM056425@repo.freebsd.org> References: <202004141530.03EFUKRM056425@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Moin moin There seems to be a dangling dependency ingraphics/waifu2x-ncnn-vulkan mfg Tobias On Tue, 14 Apr 2020 at 17:30, Yuri Victorovich <yuri@freebsd.org> wrote: > > Author: yuri > Date: Tue Apr 14 15:30:20 2020 > New Revision: 531698 > URL: https://svnweb.freebsd.org/changeset/ports/531698 > > Log: > science/ncnn: Move to misc/ncnn; Update 20200226 -> 20200413 > > Reported by: portscout (update) > > Added: > head/misc/ncnn/ > - copied from r531697, head/science/ncnn/ > Deleted: > head/science/ncnn/ > Modified: > head/MOVED > head/misc/Makefile > head/misc/ncnn/Makefile > head/misc/ncnn/distinfo > head/misc/ncnn/pkg-plist > head/science/Makefile > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Tue Apr 14 15:26:51 2020 (r531697) > +++ head/MOVED Tue Apr 14 15:30:20 2020 (r531698) > @@ -14528,3 +14528,4 @@ databases/mariadb55-server|databases/mariadb102-server > 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 > > Modified: head/misc/Makefile > ============================================================================== > --- head/misc/Makefile Tue Apr 14 15:26:51 2020 (r531697) > +++ head/misc/Makefile Tue Apr 14 15:30:20 2020 (r531698) > @@ -250,6 +250,7 @@ > SUBDIR += mtx > SUBDIR += mxnet > SUBDIR += najitool > + SUBDIR += ncnn > SUBDIR += netron > SUBDIR += nms > SUBDIR += nn-insight > > Modified: head/misc/ncnn/Makefile > ============================================================================== > --- head/science/ncnn/Makefile Tue Apr 14 15:26:51 2020 (r531697) > +++ head/misc/ncnn/Makefile Tue Apr 14 15:30:20 2020 (r531698) > @@ -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 > > Modified: head/misc/ncnn/distinfo > ============================================================================== > --- head/science/ncnn/distinfo Tue Apr 14 15:26:51 2020 (r531697) > +++ head/misc/ncnn/distinfo Tue Apr 14 15:30:20 2020 (r531698) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1582953414 > -SHA256 (Tencent-ncnn-20200226_GH0.tar.gz) = 02acb078e67ee98b00631318398b8444023321c6b2fd257f3dce93c7fd2387d1 > -SIZE (Tencent-ncnn-20200226_GH0.tar.gz) = 10363010 > +TIMESTAMP = 1586877414 > +SHA256 (Tencent-ncnn-20200413_GH0.tar.gz) = 1ed523bda96cfdf5b5619c6480987b0811e3c4ef62b5d3fe2e8bdca9b8b2fc90 > +SIZE (Tencent-ncnn-20200413_GH0.tar.gz) = 10520160 > > Modified: head/misc/ncnn/pkg-plist > ============================================================================== > --- head/science/ncnn/pkg-plist Tue Apr 14 15:26:51 2020 (r531697) > +++ head/misc/ncnn/pkg-plist Tue Apr 14 15:30:20 2020 (r531698) > @@ -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 > > Modified: head/science/Makefile > ============================================================================== > --- head/science/Makefile Tue Apr 14 15:26:51 2020 (r531697) > +++ head/science/Makefile Tue Apr 14 15:30:20 2020 (r531698) > @@ -163,7 +163,6 @@ > SUBDIR += msms > SUBDIR += multiwfn > SUBDIR += namd > - SUBDIR += ncnn > SUBDIR += nest > SUBDIR += netcdf > SUBDIR += netcdf-cxx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKteD5iyieY2nmASf268wBk4TYyYYFBP0DN8aHnGJ35S9-w>