From owner-svn-ports-head@freebsd.org Wed Feb 27 02:46:58 2019 Return-Path: Delivered-To: svn-ports-head@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 3D682150CEA8; Wed, 27 Feb 2019 02:46:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1475881F4; Wed, 27 Feb 2019 02:46:57 +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 C374EE74E; Wed, 27 Feb 2019 02:46:57 +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 x1R2kvM6045224; Wed, 27 Feb 2019 02:46:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1R2kuhe045219; Wed, 27 Feb 2019 02:46:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902270246.x1R2kuhe045219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 27 Feb 2019 02:46:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494010 - in head: . devel devel/radian devel/rtichoke X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . devel devel/radian devel/rtichoke X-SVN-Commit-Revision: 494010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D1475881F4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 02:46:58 -0000 Author: yuri Date: Wed Feb 27 02:46:56 2019 New Revision: 494010 URL: https://svnweb.freebsd.org/changeset/ports/494010 Log: Move devel/rtichoke -> devel/radian: project is renamed; Update 0.2.14 -> 0.3.2 Added: head/devel/radian/ - copied from r494009, head/devel/rtichoke/ Deleted: head/devel/rtichoke/ Modified: head/MOVED head/devel/Makefile head/devel/radian/Makefile head/devel/radian/distinfo head/devel/radian/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 27 02:45:10 2019 (r494009) +++ head/MOVED Wed Feb 27 02:46:56 2019 (r494010) @@ -11639,3 +11639,4 @@ net-im/libyahoo2||2019-02-23|Yahoo messenger has been net-im/py-xmpppy-yahoo||2019-02-23|Yahoo messenger has been discontinued in July 17, 2018 graphics/glitz||2019-02-23|Development stopped in 2008, not depended on x11/xfree86_xkb_xml||2019-02-24|The project is discontinued +devel/rtichoke|devel/radian|2019-02-26|Project is renamed Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 27 02:45:10 2019 (r494009) +++ head/devel/Makefile Wed Feb 27 02:46:56 2019 (r494010) @@ -5489,6 +5489,7 @@ SUBDIR += racer SUBDIR += racerd SUBDIR += radare2 + SUBDIR += radian SUBDIR += ragel SUBDIR += raknet SUBDIR += range-v3 @@ -5528,7 +5529,6 @@ SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth - SUBDIR += rtichoke SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-gems Modified: head/devel/radian/Makefile ============================================================================== --- head/devel/rtichoke/Makefile Wed Feb 27 02:45:10 2019 (r494009) +++ head/devel/radian/Makefile Wed Feb 27 02:46:56 2019 (r494010) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= rtichoke -DISTVERSION= 0.2.14 +PORTNAME= radian +DISTVERSION= 0.3.2 CATEGORIES= devel math python MASTER_SITES= CHEESESHOP @@ -11,7 +11,8 @@ COMMENT= 21st century R console LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.1:devel/py-lineedit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rapi>=0.1.2:math/py-rapi@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rapi>=0.1.2:math/py-rapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rchitect>=0.2.3,<0.3.0:devel/py-rchitect@${PY_FLAVOR} USES= python USE_PYTHON= distutils noflavors autoplist Modified: head/devel/radian/distinfo ============================================================================== --- head/devel/rtichoke/distinfo Wed Feb 27 02:45:10 2019 (r494009) +++ head/devel/radian/distinfo Wed Feb 27 02:46:56 2019 (r494010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545151439 -SHA256 (rtichoke-0.2.14.tar.gz) = 94e56e4b8ee90e0eb9bb81dcfd7afd1acc08cc885d0df3fd645dda33ebe6f3cd -SIZE (rtichoke-0.2.14.tar.gz) = 21324 +TIMESTAMP = 1551233580 +SHA256 (radian-0.3.2.tar.gz) = b392445d28c68581e0df0cb43f7f6dc88a89eb732dbaaa8088aa67af39819b6c +SIZE (radian-0.3.2.tar.gz) = 20816 Modified: head/devel/radian/pkg-descr ============================================================================== --- head/devel/rtichoke/pkg-descr Wed Feb 27 02:45:10 2019 (r494009) +++ head/devel/radian/pkg-descr Wed Feb 27 02:46:56 2019 (r494010) @@ -1,11 +1,11 @@ -rtichoke is an improved console for the R program with multiline editing and +radian is an improved console for the R program with multiline editing and rich syntax highlight and more... -Under the hood, rtichoke is built on top of the python library prompt-toolkit. -One would consider rtichoke as a ipython clone for R, though its layout and +Under the hood, radian is built on top of the python library prompt-toolkit. +One would consider radian as a ipython clone for R, though its layout and keybinds are actually more similar to those of julia. -rtichoke is still under active developement, users should use it at their own +radian is still under active developement, users should use it at their own risks. -WWW: https://github.com/randy3k/rtichoke +WWW: https://github.com/randy3k/radian