From owner-svn-ports-all@freebsd.org Thu Jun 14 06:40:04 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 6B4701006ADC; Thu, 14 Jun 2018 06:40:04 +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 080BC77740; Thu, 14 Jun 2018 06:40:04 +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 C2A0324CED; Thu, 14 Jun 2018 06:40:03 +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 w5E6e38b063204; Thu, 14 Jun 2018 06:40:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5E6e2vF063201; Thu, 14 Jun 2018 06:40:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806140640.w5E6e2vF063201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 14 Jun 2018 06:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472359 - in head/misc: . py-orange3-educational X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . py-orange3-educational X-SVN-Commit-Revision: 472359 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: Thu, 14 Jun 2018 06:40:04 -0000 Author: yuri Date: Thu Jun 14 06:40:02 2018 New Revision: 472359 URL: https://svnweb.freebsd.org/changeset/ports/472359 Log: New port: misc/py-orange3-educational: Orange add-on: widgets for machine learning and data mining Added: head/misc/py-orange3-educational/ head/misc/py-orange3-educational/Makefile (contents, props changed) head/misc/py-orange3-educational/distinfo (contents, props changed) head/misc/py-orange3-educational/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Jun 14 06:25:21 2018 (r472358) +++ head/misc/Makefile Thu Jun 14 06:40:02 2018 (r472359) @@ -408,6 +408,7 @@ SUBDIR += py-emoji SUBDIR += py-fuzzy SUBDIR += py-glance + SUBDIR += py-orange3-educational SUBDIR += py-osd SUBDIR += py-palettable SUBDIR += py-pexpect Added: head/misc/py-orange3-educational/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-educational/Makefile Thu Jun 14 06:40:02 2018 (r472359) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= orange3-educational +DISTVERSION= 0.1.8 +CATEGORIES= misc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Orange add-on: widgets for machine learning and data mining + +LICENSE= CC-BY-3.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= orange3>0:misc/orange3 + +USES= python:3.4+ +USE_GITHUB= yes +GH_ACCOUNT= biolab +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/misc/py-orange3-educational/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-educational/distinfo Thu Jun 14 06:40:02 2018 (r472359) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528957886 +SHA256 (biolab-orange3-educational-0.1.8_GH0.tar.gz) = 77d74ffe28ea11d3f79cb58cbea878e0aa28d8d00cf3622440807b75d120c2e2 +SIZE (biolab-orange3-educational-0.1.8_GH0.tar.gz) = 2705379 Added: head/misc/py-orange3-educational/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-orange3-educational/pkg-descr Thu Jun 14 06:40:02 2018 (r472359) @@ -0,0 +1,6 @@ +Widgets in the educational add-on demonstrate several key data mining and +machine learning procedures. The widgets are useful for beginners to +understand the inner working of key algorithms in the data mining and for +teachers to be able to visually explain various methods in a classroom. + +WWW: https://github.com/biolab/orange3-educational