svn commit: r472180 - in head/misc: . orange3

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 11 10:07:51 UTC 2018


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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list