Date: Wed, 27 Feb 2019 02:46:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <201902270246.x1R2kuhe045219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270246.x1R2kuhe045219>