From owner-svn-ports-all@freebsd.org Mon Jun 11 10:07:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F80100B2A1; Mon, 11 Jun 2018 10:07:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AEC57AED8; Mon, 11 Jun 2018 10:07:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BFFA1A009; Mon, 11 Jun 2018 10:07:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5BA7oqD055335; Mon, 11 Jun 2018 10:07:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5BA7ne4055331; Mon, 11 Jun 2018 10:07:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806111007.w5BA7ne4055331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 11 Jun 2018 10:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472180 - in head/misc: . orange3 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . orange3 X-SVN-Commit-Revision: 472180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 10:07:51 -0000 Author: yuri Date: Mon Jun 11 10:07:49 2018 New Revision: 472180 URL: https://svnweb.freebsd.org/changeset/ports/472180 Log: New port: misc/orange3: Component-based data mining software Added: head/misc/orange3/ head/misc/orange3/Makefile (contents, props changed) head/misc/orange3/distinfo (contents, props changed) head/misc/orange3/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Jun 11 10:07:11 2018 (r472179) +++ head/misc/Makefile Mon Jun 11 10:07:49 2018 (r472180) @@ -305,6 +305,7 @@ SUBDIR += openhab2-addons SUBDIR += openmvg SUBDIR += openr2 + SUBDIR += orange3 SUBDIR += orville-write SUBDIR += osinfo-db SUBDIR += ossp-uuid Added: head/misc/orange3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orange3/Makefile Mon Jun 11 10:07:49 2018 (r472180) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= orange3 +DISTVERSION= 3.12.0 +CATEGORIES= misc python + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 192388c3c04bff3a79a418e106f37c97330c5c37.diff:-p1 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Component-based data mining software + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.5.5:textproc/py-CommonMark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}joblib>=0.9.4:devel/py-joblib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.1:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} + +USES= python:3.4+ pyqt:5 +USE_GITHUB= yes +GH_ACCOUNT= biolab +USE_PYTHON= distutils autoplist +USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run + +CFLAGS+= -DQSORT_R_STYLE_BSD=yes + +post-install: # https://github.com/biolab/orange3/issues/3060 + @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST} + +.include Added: head/misc/orange3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orange3/distinfo Mon Jun 11 10:07:49 2018 (r472180) @@ -0,0 +1,5 @@ +TIMESTAMP = 1528711297 +SHA256 (biolab-orange3-3.12.0_GH0.tar.gz) = bba1f5277aa20b3b70d3094fb861cb501750a8ae580361a0be492a6acf6ffb6e +SIZE (biolab-orange3-3.12.0_GH0.tar.gz) = 22464157 +SHA256 (192388c3c04bff3a79a418e106f37c97330c5c37.diff) = 523d0df2119c577995ae7d78cf72d97c50fb7f0991a1451ed6db1604b9045639 +SIZE (192388c3c04bff3a79a418e106f37c97330c5c37.diff) = 598 Added: head/misc/orange3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orange3/pkg-descr Mon Jun 11 10:07:49 2018 (r472180) @@ -0,0 +1,6 @@ +Orange is a component-based data mining software. It includes a range of data +visualization, exploration, preprocessing and modeling techniques. It can be +used through a nice and intuitive user interface or, for more advanced users, +as a module for the Python programming language. + +WWW: https://orange.biolab.si/